enhance: remove table mcp_use's foreign key(mcp_id) PR406

This commit is contained in:
Wendong-Fan 2025-09-29 01:31:51 +08:00
parent 67f4aab698
commit 6a64fe47e4
2 changed files with 54 additions and 3 deletions

View file

@ -71,7 +71,6 @@ class McpUserUpdate(BaseModel):
server_url: Optional[str] = None
command: Optional[str] = None
args: Optional[str] = None
env: Optional[dict] = None
mcp_key: Optional[str] = None