| 1 | [package] |
| 2 | name = "deepseek-mcp" |
| 3 | version.workspace = true |
| 4 | edition.workspace = true |
| 5 | license.workspace = true |
| 6 | repository.workspace = true |
| 7 | description = "MCP server lifecycle and tool proxy compatibility for DeepSeek workspace architecture" |
| 8 | |
| 9 | [dependencies] |
| 10 | anyhow.workspace = true |
| 11 | serde.workspace = true |
| 12 | serde_json.workspace = true |
| 13 |