@transcend-io/mcp-server-workflows 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 +4 -4
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @transcend-io/mcp-server-workflows
|
|
2
2
|
|
|
3
|
-
> **
|
|
3
|
+
> **Beta** — this package is under active development. APIs may change without notice.
|
|
4
4
|
|
|
5
5
|
Transcend MCP Server for workflow configuration. Provides tools for listing workflows, email templates, and updating workflow settings.
|
|
6
6
|
|
|
@@ -10,13 +10,13 @@ For local runs from this repository, copy [`secret.env.example`](../../../secret
|
|
|
10
10
|
|
|
11
11
|
## Install
|
|
12
12
|
|
|
13
|
-
|
|
13
|
+
Install the CLI globally:
|
|
14
14
|
|
|
15
15
|
```bash
|
|
16
16
|
npm install -g @transcend-io/mcp-server-workflows
|
|
17
17
|
```
|
|
18
18
|
|
|
19
|
-
|
|
19
|
+
Or run from a checkout of this repository (see **Run from the monorepo** below).
|
|
20
20
|
|
|
21
21
|
## Usage
|
|
22
22
|
|
|
@@ -82,4 +82,4 @@ See [CONTRIBUTING.md](../../../CONTRIBUTING.md#mcp-servers) for workspace layout
|
|
|
82
82
|
|
|
83
83
|
## Related packages
|
|
84
84
|
|
|
85
|
-
Also available as part of the unified [`@transcend-io/mcp`](../mcp/README.md) which includes all domains. See the [root README](../../../README.md#mcp-servers) for the full list.
|
|
85
|
+
Also available as part of the unified [`@transcend-io/mcp`](../mcp/README.md), which includes all domains. See the [root README](../../../README.md#mcp-servers) for the full list.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@transcend-io/mcp-server-workflows",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.2",
|
|
4
4
|
"description": "Transcend MCP Server — Workflows tools.",
|
|
5
5
|
"homepage": "https://github.com/transcend-io/tools/tree/main/packages/mcp/mcp-server-workflows",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"dependencies": {
|
|
33
33
|
"@modelcontextprotocol/sdk": "^1.29.0",
|
|
34
34
|
"zod": "^4.3.6",
|
|
35
|
-
"@transcend-io/mcp-server-base": "0.4.
|
|
35
|
+
"@transcend-io/mcp-server-base": "0.4.1"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
38
|
"@arethetypeswrong/cli": "^0.18.2",
|