@apicircle/mcp-server 1.0.3 → 1.0.4

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.
Files changed (2) hide show
  1. package/README.md +2 -1
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -67,7 +67,8 @@ 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 → How to Connect** panel.
70
+ **MCP → Connection** panel (the "Set up your AI client" block, which sits
71
+ below the workspace-mirror status).
71
72
 
72
73
  ## Wiring it into an AI client
73
74
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apicircle/mcp-server",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "description": "Model Context Protocol server exposing API Circle Studio's workspace as a tool catalog. Used by Claude Desktop, ChatGPT, Cursor, GitHub Copilot, and any other MCP-compatible AI client.",
@@ -38,9 +38,9 @@
38
38
  "dependencies": {
39
39
  "@modelcontextprotocol/sdk": "^1.0.0",
40
40
  "zod": "^3.23.0",
41
- "@apicircle/core": "1.0.3",
42
- "@apicircle/mock-server-core": "1.0.3",
43
- "@apicircle/shared": "1.0.3"
41
+ "@apicircle/core": "1.0.4",
42
+ "@apicircle/shared": "1.0.4",
43
+ "@apicircle/mock-server-core": "1.0.4"
44
44
  },
45
45
  "devDependencies": {
46
46
  "@types/node": "^20.0.0",