Skip to content

Commit 8d69043

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 8d69043

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ StackOne AI provides a unified interface for accessing various SaaS tools throug
2424

2525
## Requirements
2626

27-
- Python 3.9+ (Python 3.10+ required for MCP-backed `fetch_tools()`)
27+
- Python 3.10+ (MCP extra required for `fetch_tools()`)
2828

2929
## Installation
3030

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)