Commit Graph

2 Commits

Author SHA1 Message Date
f7ab811d93 snippets: prefer context-web-search over built-in Exa websearch
The built-in OpenCode 'websearch' tool routes through Exa AI's hosted
MCP service and surfaces with tool names like parallel_web_search and
web_search_exa. Without explicit guidance the model picks per turn
between Exa and our SearXNG-backed context-web-search.

Tell agents to prefer Context Kit's local search so queries stay on
the user's machine through SearXNG.
2026-05-21 14:09:01 -07:00
c905cf86c8 Initial public release
Three local MCP servers for coding agents, designed for Claude Code
and OpenCode:

- context-web-search: SearXNG-backed web search and URL fetch
- context-docs:       semantic search over curated llms.txt docs
- context-repomix:    pack local or remote repos into AI context

Defaults are local-first: SearXNG binds to 127.0.0.1, no hosted API
keys are required, and Repomix mounts only the current project read-only.
2026-05-21 08:43:38 -07:00