Migrate mcp.types imports to mcp_types

This commit is contained in:
Jeremiah Lowin 2026-07-05 18:03:43 -04:00
commit 2f49f9f7c0
No known key found for this signature in database
168 changed files with 777 additions and 777 deletions

View file

@ -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