ctxo-mcp 0.5.1 → 0.6.0
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
CHANGED
|
@@ -4,8 +4,6 @@
|
|
|
4
4
|
[](https://github.com/alperhankendi/Ctxo/actions/workflows/ci.yml)
|
|
5
5
|
[](https://github.com/alperhankendi/Ctxo/actions/workflows/release.yml)
|
|
6
6
|
|
|
7
|
-
**Code intelligence for AI agents one call instead of hundreds.**
|
|
8
|
-
|
|
9
7
|
<picture>
|
|
10
8
|
<source media="(prefers-color-scheme: dark)" srcset="docs/img/hero-svg.svg">
|
|
11
9
|
<source media="(prefers-color-scheme: light)" srcset="docs/img/hero-svg.svg">
|
|
@@ -52,7 +50,7 @@ That's it. The interactive wizard detects your AI tools, registers the ctxo MCP
|
|
|
52
50
|
<details>
|
|
53
51
|
<summary>Manual MCP config (if not using <code>ctxo init</code>)</summary>
|
|
54
52
|
|
|
55
|
-
**Claude Code / Cursor / Windsurf /
|
|
53
|
+
**Claude Code / Cursor / Windsurf / Augment / Antigravity** — `.mcp.json`:
|
|
56
54
|
|
|
57
55
|
```JSON
|
|
58
56
|
{ "mcpServers": { "ctxo": { "command": "npx", "args": ["-y", "ctxo-mcp"] } } }
|
|
@@ -64,6 +62,12 @@ That's it. The interactive wizard detects your AI tools, registers the ctxo MCP
|
|
|
64
62
|
{ "servers": { "ctxo": { "type": "stdio", "command": "npx", "args": ["-y", "ctxo-mcp"] } } }
|
|
65
63
|
```
|
|
66
64
|
|
|
65
|
+
**Amazon Q** — `.amazonq/mcp.json`:
|
|
66
|
+
|
|
67
|
+
```JSON
|
|
68
|
+
{ "mcpServers": { "ctxo": { "command": "npx", "args": ["-y", "ctxo-mcp"] } } }
|
|
69
|
+
```
|
|
70
|
+
|
|
67
71
|
**Zed** — `settings.json`:
|
|
68
72
|
|
|
69
73
|
```JSON
|