Skip to content

Commit 9e3e463

Browse files
authored
Merge pull request #18 from yanbeipang/yinuo/mcp_server
Update MCP Init
2 parents bef6349 + ade97e4 commit 9e3e463

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
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
)

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)