kontexta-mcp 2.0.5 → 2.0.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -46,7 +46,7 @@ Both invoke the same `dist/index.js` — use whichever your client's config form
|
|
|
46
46
|
| Cursor | Settings → Features → MCP |
|
|
47
47
|
| Continue | `~/.continue/config.json` |
|
|
48
48
|
| Codex | `.codex/mcp_servers.json` |
|
|
49
|
-
| GitHub Copilot |
|
|
49
|
+
| GitHub Copilot (VS Code Insider) | VS Code Settings → `mcp.servers` (built-in Copilot chat supports MCP) |
|
|
50
50
|
| Gemini / Antigravity | `~/.gemini/antigravity/mcp_servers.json` |
|
|
51
51
|
|
|
52
52
|
## Web UI (optional)
|