We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78cb4c5 commit 8d69043Copy full SHA for 8d69043
README.md
@@ -24,7 +24,7 @@ StackOne AI provides a unified interface for accessing various SaaS tools throug
24
25
## Requirements
26
27
-- Python 3.9+ (Python 3.10+ required for MCP-backed `fetch_tools()`)
+- Python 3.10+ (MCP extra required for `fetch_tools()`)
28
29
## Installation
30
pyproject.toml
@@ -45,7 +45,7 @@ packages = ["stackone_ai"]
45
[project.optional-dependencies]
46
# TODO: Remove python_version conditions when Python 3.9 support is dropped
47
mcp = [
48
- "mcp[cli]>=1.3.0; python_version>='3.10'",
+ "mcp>=1.3.0; python_version>='3.10'",
49
]
50
examples = [
51
"crewai>=0.102.0; python_version>='3.10'",
0 commit comments