Conversation
dbebb45 to
d847858
Compare
|
It seems the security scanner is failing to run to analyse this MCP server. The reason is that the MCP needs an environment variable to work. The fix would be to add the following to the spec: Here's a sample: https://github.com/stacklok/dockyard/pull/372/changes |
Add MCP server for SearXNG search engine integration. Package: https://www.npmjs.com/package/mcp-searxng Repository: https://github.com/ihor-sokoliuk/mcp-searxng Signed-off-by: Robert Dailey <git@rdailey.me>
d847858 to
bfe7234
Compare
|
Done. Thank you! |
🔒 MCP Security Scan Results✅ mcp-searxng
Summary: Scanned 1 MCP server(s), all passed security checks. ✅ |
|
This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation. |
Summary
Add packaging for mcp-searxng MCP server to Dockyard.
MCP server for SearXNG search engine integration. Enables AI assistants to perform web searches using a self-hosted SearXNG instance.
Split from #362 per maintainer request.
Note: Security scan may require environment variable configuration per maintainer's comment on #362.