@transcend-io/mcp-server-docs 0.3.1 → 0.3.2

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 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
@@ -5,7 +5,7 @@ import { createMCPServer } from "@transcend-io/mcp-server-base";
5
5
  //#region src/cli.ts
6
6
  createMCPServer({
7
7
  name: "transcend-mcp-docs",
8
- version: "0.3.1",
8
+ version: "0.3.2",
9
9
  requireStartupAuth: false,
10
10
  oauthScopes: [],
11
11
  getTools: getDocsTools
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@transcend-io/mcp-server-docs",
3
- "version": "0.3.1",
3
+ "version": "0.3.2",
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",