Skip to content

Commit b3a1320

Browse files
committed
use official fastmcp
1 parent 24c379b commit b3a1320

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scrapegraph_mcp/server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
from typing import Any, Dict, Optional, List, Union
1414

1515
import httpx
16-
from fastmcp import FastMCP, Context
16+
from mcp.server.fastmcp import Context, FastMCP
1717
from smithery.decorators import smithery
1818
from pydantic import BaseModel, Field
1919

0 commit comments

Comments
 (0)