@transcend-io/mcp 0.4.6 → 0.4.9

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 +10 -10
  2. package/package.json +10 -10
package/README.md CHANGED
@@ -6,7 +6,7 @@ Unified Transcend MCP Server that combines all domain tools into a single server
6
6
 
7
7
  Requires **Node.js ≥ 22.12** (see `engines` in `package.json`).
8
8
 
9
- For local runs from this repository, copy [`secret.env.example`](../../../secret.env.example) to **`secret.env`** at the repo root (gitignored) and set your API key (see **Run from the monorepo**).
9
+ For local runs from this repository, copy [`secret.env.example`](../../../secret.env.example) to **`secret.env`** at the repo root (gitignored) and set your API key (see **Run from the monorepo**). The key must be created with **MCP** enabled in the Transcend dashboard (a toggle when you create the key).
10
10
 
11
11
  ## Install
12
12
 
@@ -39,15 +39,15 @@ This starts a Streamable HTTP server at `http://127.0.0.1:3000/mcp` with a healt
39
39
 
40
40
  ### Environment variables
41
41
 
42
- | Variable | Required | Default | Description |
43
- | ------------------------------ | ----------- | ------------------------------------------ | -------------------------------------------------- |
44
- | `TRANSCEND_API_KEY` | Yes (stdio) | — | Transcend API key (HTTP: fallback if no header) |
45
- | `TRANSCEND_API_URL` | No | `https://api.transcend.io` | GraphQL backend API URL (matches CLI convention) |
46
- | `SOMBRA_URL` | No | `https://multi-tenant.sombra.transcend.io` | Sombra REST API URL (matches CLI / SDK convention) |
47
- | `TRANSCEND_HTTP_PORT` | No | `3000` | HTTP listen port |
48
- | `TRANSCEND_HTTP_HOST` | No | `127.0.0.1` | HTTP listen host |
49
- | `TRANSCEND_MCP_CORS_ORIGINS` | No | — | Comma-separated allowed CORS origins |
50
- | `TRANSCEND_MCP_SESSION_TTL_MS` | No | `1800000` | Idle session timeout (ms) |
42
+ | Variable | Required | Default | Description |
43
+ | ------------------------------ | ----------- | ------------------------------------------ | -------------------------------------------------------------------------------------------------- |
44
+ | `TRANSCEND_API_KEY` | Yes (stdio) | — | Transcend API key with **MCP** enabled when created in the dashboard (HTTP: fallback if no header) |
45
+ | `TRANSCEND_API_URL` | No | `https://api.transcend.io` | GraphQL backend API URL (matches CLI convention) |
46
+ | `SOMBRA_URL` | No | `https://multi-tenant.sombra.transcend.io` | Sombra REST API URL (matches CLI / SDK convention) |
47
+ | `TRANSCEND_HTTP_PORT` | No | `3000` | HTTP listen port |
48
+ | `TRANSCEND_HTTP_HOST` | No | `127.0.0.1` | HTTP listen host |
49
+ | `TRANSCEND_MCP_CORS_ORIGINS` | No | — | Comma-separated allowed CORS origins |
50
+ | `TRANSCEND_MCP_SESSION_TTL_MS` | No | `1800000` | Idle session timeout (ms) |
51
51
 
52
52
  ### MCP client configuration (stdio)
53
53
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@transcend-io/mcp",
3
- "version": "0.4.6",
3
+ "version": "0.4.9",
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,15 +32,15 @@
32
32
  "dependencies": {
33
33
  "@modelcontextprotocol/sdk": "^1.29.0",
34
34
  "zod": "^4.3.6",
35
- "@transcend-io/mcp-server-admin": "0.3.6",
36
- "@transcend-io/mcp-server-assessment": "0.3.6",
37
- "@transcend-io/mcp-server-base": "0.4.2",
38
- "@transcend-io/mcp-server-consent": "0.2.8",
39
- "@transcend-io/mcp-server-discovery": "0.3.3",
40
- "@transcend-io/mcp-server-dsr": "0.3.6",
41
- "@transcend-io/mcp-server-inventory": "0.3.3",
42
- "@transcend-io/mcp-server-preferences": "0.3.3",
43
- "@transcend-io/mcp-server-workflows": "0.3.3"
35
+ "@transcend-io/mcp-server-admin": "0.3.7",
36
+ "@transcend-io/mcp-server-assessment": "0.3.8",
37
+ "@transcend-io/mcp-server-base": "0.4.3",
38
+ "@transcend-io/mcp-server-consent": "0.2.10",
39
+ "@transcend-io/mcp-server-discovery": "0.3.4",
40
+ "@transcend-io/mcp-server-dsr": "0.3.8",
41
+ "@transcend-io/mcp-server-inventory": "0.3.4",
42
+ "@transcend-io/mcp-server-preferences": "0.3.4",
43
+ "@transcend-io/mcp-server-workflows": "0.3.4"
44
44
  },
45
45
  "devDependencies": {
46
46
  "@arethetypeswrong/cli": "^0.18.2",