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 ce8cffe commit f163909Copy full SHA for f163909
codegen-examples/examples/codegen-mcp-server/pyproject.toml
@@ -5,13 +5,13 @@ description = "MCP server implementation adding tools for the Codegen SDK"
5
readme = "README.md"
6
requires-python = ">=3.12"
7
dependencies = [
8
- "codegen>=0.14.5",
9
- "uvicorn>=0.27.1",
10
- "fastapi>=0.110.0",
11
- "pydantic>=2.6.3",
12
- "rich>=13.7.1",
13
- "click>=8.1.7",
14
- "mcp[cli]>=1.2.1",
+ "codegen>=0.14.5",
+ "uvicorn>=0.27.1",
+ "fastapi>=0.110.0",
+ "pydantic>=2.6.3",
+ "rich>=13.7.1",
+ "click>=8.1.7",
+ "mcp[cli]>=1.2.1",
15
]
16
17
[tool.poetry.scripts]
0 commit comments