Skip to content

Commit 538418e

Browse files
committed
nit: update toml
1 parent b68153b commit 538418e

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed
Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,18 @@
11
[project]
22
name = "codegen-mcp-server"
33
version = "0.1.0"
4-
description = "Add your description here"
4+
description = "MCP server implementation adding tools for the Codegen SDK"
55
readme = "README.md"
6-
requires-python = ">=3.13"
7-
dependencies = ["codegen>=0.14.5", "mcp>=1.2.1"]
6+
requires-python = ">=3.12"
7+
dependencies = [
8+
"codegen>=0.14.5",
9+
"fastmcp>=1.2.1",
10+
"uvicorn>=0.27.1",
11+
"fastapi>=0.110.0",
12+
"pydantic>=2.6.3",
13+
"rich>=13.7.1",
14+
"click>=8.1.7",
15+
]
816

917
[tool.poetry.scripts]
1018
codegen-mcp-server = "server:main"

0 commit comments

Comments
 (0)