We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbe2d07 commit 71e70f7Copy full SHA for 71e70f7
pyproject.toml
@@ -16,9 +16,9 @@ dependencies = [
16
"beartype>=0.21.0",
17
"rich>=13.0.0",
18
"rich-argparse>=1.4.0",
19
- "mcpstack",
20
"rich-pyfiglet>=1.0.0",
21
"click>=8.1.8",
+ "mcpstack>=0.0.2",
22
]
23
24
[project.optional-dependencies]
@@ -48,6 +48,3 @@ ignore = ["E501"]
48
[tool.pytest.ini_options]
49
testpaths = ["tests"]
50
python_files = ["test_*.py"]
51
-
52
-[tool.uv.sources]
53
-mcpstack = { path = "../../MCPStack" }
0 commit comments