Skip to content

Commit ade97e4

Browse files
author
依诺
committed
Update MCP Init
1 parent f3fb0dc commit ade97e4

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "alibabacloud-dms-mcp-server"
3-
version = "0.1.10"
3+
version = "0.1.11"
44
description = "MCP Server for AlibabaCloud DMS"
55
readme = "README.md"
66
authors = [

src/alibabacloud_dms_mcp_server/server.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -908,7 +908,6 @@ class AppState: pass
908908
mcp = FastMCP(
909909
"DatabaseManagementAssistant",
910910
lifespan=lifespan,
911-
on_duplicate_tools="replace",
912911
instructions="Database Management Assistant (DMS) is a toolkit designed to assist users in managing and "
913912
"interacting with databases."
914913
)

0 commit comments

Comments
 (0)