Skip to content

Commit 523dd12

Browse files
committed
chore: remove cli extra from mcp dependency
The [cli] extra was only needed for the MCP server functionality. The MCP client for fetch_tools() only requires the base mcp package.
1 parent 78cb4c5 commit 523dd12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ packages = ["stackone_ai"]
4545
[project.optional-dependencies]
4646
# TODO: Remove python_version conditions when Python 3.9 support is dropped
4747
mcp = [
48-
"mcp[cli]>=1.3.0; python_version>='3.10'",
48+
"mcp>=1.3.0; python_version>='3.10'",
4949
]
5050
examples = [
5151
"crewai>=0.102.0; python_version>='3.10'",

0 commit comments

Comments
 (0)