Skip to content

Commit 939644d

Browse files
committed
Fix PyPI metadata dependency
1 parent 5c5915e commit 939644d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "zero-context-protocol-sdk"
7-
version = "0.2.0a0"
7+
version = "0.2.0a2"
88
description = "Official Python SDK for Zero Context Protocol (ZCP), with MCP-compatible server surfaces and native protocol support"
99
readme = "README.md"
1010
requires-python = ">=3.10"
@@ -19,7 +19,7 @@ Repository = "https://github.com/FishCodeTech/zero-context-protocol-python"
1919
Issues = "https://github.com/FishCodeTech/zero-context-protocol-python/issues"
2020

2121
[project.optional-dependencies]
22-
mcp = ["mcp @ git+https://github.com/modelcontextprotocol/python-sdk.git"]
22+
mcp = ["mcp>=1.3.0"]
2323
openai = ["openai>=1.0.0"]
2424
dev = ["pytest>=8.0.0", "ruff>=0.11.0", "build>=1.2.2", "twine>=5.1.1"]
2525

0 commit comments

Comments
 (0)