@superdoc-dev/mcp 0.11.0-next.4 → 0.11.0-next.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/dist/index.js +615 -289
- package/package.json +3 -3
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
|
|
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
|
|