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 7f5c88f commit 74c979fCopy full SHA for 74c979f
packages/e2e-python/agent.py
@@ -1,5 +1,5 @@
1
import asyncio
2
-from mcp_agent.core.fastagent import FastAgent
+from fast_agent import FastAgent
3
4
# Create the application
5
fast = FastAgent("mcp server tests")
packages/e2e-python/pyproject.toml
@@ -6,7 +6,7 @@ requires-python = ">=3.13"
6
dependencies = [
7
"pytest>=7.0.0",
8
"pytest-asyncio>=0.21.0",
9
- "fast-agent-mcp>=0.2.57",
+ "fast-agent-mcp>=0.3.11",
10
"huggingface_hub>=0.34.0"
11
]
12
0 commit comments