@transcend-io/mcp-server-docs 0.3.1 → 0.3.3
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/cli.mjs +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -24,7 +24,7 @@ Or run from a checkout of this repository (see **Run from the monorepo** below).
|
|
|
24
24
|
transcend-mcp-docs
|
|
25
25
|
```
|
|
26
26
|
|
|
27
|
-
The process speaks MCP over **stdio** and is meant to be launched by an MCP client (for example Cursor or Claude Desktop), not used as an interactive shell.
|
|
27
|
+
The process speaks MCP over **stdio** and is meant to be launched by an MCP client (for example, Cursor or Claude Desktop), not used as an interactive shell.
|
|
28
28
|
|
|
29
29
|
### MCP client configuration
|
|
30
30
|
|
package/dist/cli.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@transcend-io/mcp-server-docs",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.3",
|
|
4
4
|
"description": "Transcend MCP Server — Documentation lookup tools.",
|
|
5
5
|
"homepage": "https://github.com/transcend-io/tools/tree/main/packages/mcp/mcp-server-docs",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"@modelcontextprotocol/sdk": "^1.29.0",
|
|
34
34
|
"lru-cache": "^11.5.1",
|
|
35
35
|
"zod": "^4.3.6",
|
|
36
|
-
"@transcend-io/mcp-server-base": "0.6.
|
|
36
|
+
"@transcend-io/mcp-server-base": "0.6.2"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
39
|
"@arethetypeswrong/cli": "^0.18.2",
|