@superdoc-dev/mcp 0.11.0-next.5 → 0.11.0-next.7

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 (3) hide show
  1. package/README.md +1 -1
  2. package/dist/index.js +625 -308
  3. package/package.json +2 -2
package/README.md CHANGED
@@ -10,7 +10,7 @@ Works with Claude Code, Claude Desktop, Cursor, Windsurf, and any MCP-compatible
10
10
  npx @superdoc-dev/mcp
11
11
  ```
12
12
 
13
- The server communicates over stdio. You don't run it directly your MCP client spawns it as a subprocess.
13
+ The server runs locally over stdio as a subprocess. You don't run it directly; your MCP client spawns it.
14
14
 
15
15
  ## Setup
16
16