Skip to content

Commit 2e0861a

Browse files
author
延枚
committed
修复tool重名问题
1 parent 0af4b92 commit 2e0861a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "alibabacloud-devops-mcp-server",
3-
"version": "0.1.32",
3+
"version": "0.1.33",
44
"description": "MCP Server for using the alibabacloud-devops API: allows AI assistants to directly participate in development collaboration, helping teams optimize development processes and improve efficiency.",
55
"type": "module",
66
"license": "Apache-2.0",

tool-registry/appstack-change-requests.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import {
1111
// Export all appstack change requests tools
1212
export const getAppStackChangeRequestTools = () => [
1313
{
14-
name: 'create_change_request',
14+
name: 'create_appstack_change_request',
1515
description: '[application delivery] Create a change request',
1616
inputSchema: zodToJsonSchema(CreateChangeRequestRequestSchema),
1717
},

0 commit comments

Comments
 (0)