Skip to content

Commit 7f1b361

Browse files
authored
update code
1 parent 4415a8d commit 7f1b361

File tree

9 files changed

+2205
-2702
lines changed

9 files changed

+2205
-2702
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ If you built from source (Option 2):
8989
"REGION": "your_dataworks_open_api_region_id_here",
9090
"ALIBABA_CLOUD_ACCESS_KEY_ID": "your_alibaba_cloud_access_key_id",
9191
"ALIBABA_CLOUD_ACCESS_KEY_SECRET": "your_alibaba_cloud_access_key_secret",
92-
"TOOL_CATEGORIES": "optional_your_tool_categories_here_ex_UTILS",
92+
"TOOL_CATEGORIES": "optional_your_tool_categories_here_ex_SERVER_IDE_DEFAULT",
9393
"TOOL_NAMES": "optional_your_tool_names_here_ex_ListProjects"
9494
},
9595
"disabled": false,
@@ -108,7 +108,7 @@ init variables in your environment:
108108
REGION=your_dataworks_open_api_region_id_here
109109
ALIBABA_CLOUD_ACCESS_KEY_ID=your_alibaba_cloud_access_key_id
110110
ALIBABA_CLOUD_ACCESS_KEY_SECRET=your_alibaba_cloud_access_key_secret
111-
TOOL_CATEGORIES=optional_your_tool_categories_here_ex_UTILS
111+
TOOL_CATEGORIES=optional_your_tool_categories_here_ex_SERVER_IDE_DEFAULT
112112
TOOL_NAMES=optional_your_tool_names_here_ex_ListProjects
113113
```
114114

package-lock.json

Lines changed: 21 additions & 42 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "alibabacloud-dataworks-mcp-server",
3-
"version": "1.0.35",
3+
"version": "1.0.36",
44
"description": "DataWorks MCP Server: Export the DataWorks Open API to MCP Server, allowing clients that can run MCP Server to use DataWorks Open API through AI.",
55
"main": "build/index.js",
66
"module": "build/index.js",
@@ -83,4 +83,4 @@
8383
"lockfile": "enable",
8484
"mode": "npm"
8585
}
86-
}
86+
}

0 commit comments

Comments
 (0)