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 24c379b commit b3a1320Copy full SHA for b3a1320
src/scrapegraph_mcp/server.py
@@ -13,7 +13,7 @@
13
from typing import Any, Dict, Optional, List, Union
14
15
import httpx
16
-from fastmcp import FastMCP, Context
+from mcp.server.fastmcp import Context, FastMCP
17
from smithery.decorators import smithery
18
from pydantic import BaseModel, Field
19
0 commit comments