Skip to content

Commit 71e70f7

Browse files
committed
refactor: add mcpstack from pypi
1 parent dbe2d07 commit 71e70f7

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

pyproject.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ dependencies = [
1616
"beartype>=0.21.0",
1717
"rich>=13.0.0",
1818
"rich-argparse>=1.4.0",
19-
"mcpstack",
2019
"rich-pyfiglet>=1.0.0",
2120
"click>=8.1.8",
21+
"mcpstack>=0.0.2",
2222
]
2323

2424
[project.optional-dependencies]
@@ -48,6 +48,3 @@ ignore = ["E501"]
4848
[tool.pytest.ini_options]
4949
testpaths = ["tests"]
5050
python_files = ["test_*.py"]
51-
52-
[tool.uv.sources]
53-
mcpstack = { path = "../../MCPStack" }

0 commit comments

Comments
 (0)