We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3fb0dc commit ade97e4Copy full SHA for ade97e4
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "alibabacloud-dms-mcp-server"
3
-version = "0.1.10"
+version = "0.1.11"
4
description = "MCP Server for AlibabaCloud DMS"
5
readme = "README.md"
6
authors = [
src/alibabacloud_dms_mcp_server/server.py
@@ -908,7 +908,6 @@ class AppState: pass
908
mcp = FastMCP(
909
"DatabaseManagementAssistant",
910
lifespan=lifespan,
911
- on_duplicate_tools="replace",
912
instructions="Database Management Assistant (DMS) is a toolkit designed to assist users in managing and "
913
"interacting with databases."
914
)
0 commit comments