Skip to content

Commit 922a5b6

Browse files
committed
chore(dependencies): Add pyproject.toml and uv.lock
1 parent f305c70 commit 922a5b6

File tree

2 files changed

+1615
-0
lines changed

2 files changed

+1615
-0
lines changed

pyproject.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
[project]
2+
name = "mcp-server-agent"
3+
version = "0.1.0"
4+
description = "mcp-server-agent"
5+
requires-python = ">=3.10"
6+
dependencies = [
7+
"fast-agent-mcp>=0.2.13",
8+
]

0 commit comments

Comments
 (0)