Skip to content

fix: fix error of pyproject.toml dependencies#392

Open
hangsz wants to merge 1 commit intovolcengine:mainfrom
hangsz:fix/mcp_server_rds_mssql
Open

fix: fix error of pyproject.toml dependencies#392
hangsz wants to merge 1 commit intovolcengine:mainfrom
hangsz:fix/mcp_server_rds_mssql

Conversation

@hangsz
Copy link
Copy Markdown

@hangsz hangsz commented Apr 9, 2026

There are syntax errors in pyproject.toml of mcp_server_rds_mssql.
Old:
"mcp[cli],"
"mcp>=1.12.0,"
"volcengine-python-sdk>=4.0.34,"

New:
"mcp[cli]",
"mcp>=1.12.0",
"volcengine-python-sdk>=4.0.34",

@CLAassistant
Copy link
Copy Markdown

CLAassistant commented Apr 9, 2026

CLA assistant check
All committers have signed the CLA.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants