@apicircle/mcp-server 1.0.3 → 1.0.5
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 +3 -1
- package/dist/bin/mcp-server.cjs +2597 -2284
- package/dist/bin/mcp-server.cjs.map +1 -1
- package/dist/index.cjs +80 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +80 -2
- package/dist/index.js.map +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -67,7 +67,9 @@ The server speaks JSON-RPC on stdin/stdout (logs to stderr). Plug it into
|
|
|
67
67
|
your AI client per the
|
|
68
68
|
[Connect your AI client](https://github.com/apicircle/studio/blob/main/docs/connect-your-ai-client.md)
|
|
69
69
|
guide, or copy/paste the snippet generated by the desktop app's
|
|
70
|
-
**MCP
|
|
70
|
+
**MCP > Connection** panel. It is the single setup-and-status surface: the
|
|
71
|
+
workspace-mirror status and Refresh action stay above the "Set up your AI
|
|
72
|
+
client" block.
|
|
71
73
|
|
|
72
74
|
## Wiring it into an AI client
|
|
73
75
|
|