mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-28 02:10:38 +02:00
Migrate mcp.types imports to mcp_types
This commit is contained in:
parent
e6433cb7bb
commit
2f49f9f7c0
168 changed files with 777 additions and 777 deletions
|
|
@ -3,10 +3,10 @@
|
|||
from collections.abc import Sequence
|
||||
from typing import Any
|
||||
|
||||
import mcp.types as mt
|
||||
import mcp_types as mt
|
||||
import pytest
|
||||
from mcp import McpError
|
||||
from mcp.types import ErrorData, TextContent
|
||||
from mcp_types import ErrorData, TextContent
|
||||
|
||||
from fastmcp import Client, FastMCP
|
||||
from fastmcp.server.middleware import CallNext, Middleware, MiddlewareContext
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue