Skip to content

Commit 7abf1ca

Browse files
authored
from mcp.types import TextContent (#10)
* add export tools * change format * todf using SessionDataSet * update readme add readme-zh update to fastmcp 2 * 更新 readme * change notifications settings * from mcp.types import TextContent fix
1 parent b45464d commit 7abf1ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/iotdb_mcp_server/server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
from iotdb.table_session import TableSession
3131
from iotdb.table_session_pool import TableSessionPool, TableSessionPoolConfig
3232
from fastmcp import FastMCP
33-
from fastmcp.utilities.types import TextContent
33+
from mcp.types import TextContent
3434

3535
from iotdb_mcp_server.config import Config
3636

0 commit comments

Comments
 (0)