@transcend-io/mcp 0.4.16 → 0.4.17

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 -2
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  > **Beta** — this package is under active development. APIs may change without notice.
4
4
 
5
- Unified Transcend MCP Server that combines all domain tools into a single server. This is the "everything in one place" option — install this package when you want access to all 70+ Transcend tools at once.
5
+ Unified Transcend MCP Server that combines all domain tools into a single server. This is the "everything in one place" option — install this package when you want access to all 73 Transcend tools at once.
6
6
 
7
7
  Requires **Node.js ≥ 22.12** (see `engines` in `package.json`).
8
8
 
@@ -91,7 +91,7 @@ See [CONTRIBUTING.md](../../../CONTRIBUTING.md#mcp-servers) for workspace layout
91
91
 
92
92
  This package composes all domain MCP packages via `ToolRegistry`, which aggregates tools from each domain (`getConsentTools`, `getDSRTools`, etc.) into a single tool namespace. A composed `TranscendGraphQLClient` mixes in all domain GraphQL capabilities so each tool has access to the API surface it needs.
93
93
 
94
- If 70+ tools is too many for your AI agent, install individual domain packages instead — see the [MCP section of the root README](../../../README.md#mcp-servers).
94
+ If 73 tools is too many for your AI agent, install individual domain packages instead — see the [MCP section of the root README](../../../README.md#mcp-servers).
95
95
 
96
96
  ## Related packages
97
97
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@transcend-io/mcp",
3
- "version": "0.4.16",
3
+ "version": "0.4.17",
4
4
  "description": "Transcend MCP Server — unified server with all domain tools.",
5
5
  "homepage": "https://github.com/transcend-io/tools/tree/main/packages/mcp/mcp",
6
6
  "license": "Apache-2.0",
@@ -32,12 +32,12 @@
32
32
  "dependencies": {
33
33
  "@modelcontextprotocol/sdk": "^1.29.0",
34
34
  "zod": "^4.3.6",
35
- "@transcend-io/mcp-server-admin": "0.3.12",
36
- "@transcend-io/mcp-server-assessment": "0.3.13",
35
+ "@transcend-io/mcp-server-admin": "0.3.13",
36
+ "@transcend-io/mcp-server-assessment": "0.3.14",
37
37
  "@transcend-io/mcp-server-base": "0.4.5",
38
- "@transcend-io/mcp-server-consent": "0.2.16",
38
+ "@transcend-io/mcp-server-consent": "0.3.0",
39
39
  "@transcend-io/mcp-server-discovery": "0.3.6",
40
- "@transcend-io/mcp-server-dsr": "0.3.13",
40
+ "@transcend-io/mcp-server-dsr": "0.3.14",
41
41
  "@transcend-io/mcp-server-inventory": "0.3.7",
42
42
  "@transcend-io/mcp-server-preferences": "0.3.6",
43
43
  "@transcend-io/mcp-server-workflows": "0.3.6"