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
|
|
@ -4,7 +4,7 @@ import re
|
|||
from typing import Annotated, Any
|
||||
|
||||
import pytest
|
||||
from mcp.types import TextContent
|
||||
from mcp_types import TextContent
|
||||
from pydantic import BaseModel, Field
|
||||
|
||||
from fastmcp import FastMCP
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue