mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-23 14:04:18 +02:00
Fix missing import
This commit is contained in:
parent
b57f5fd9fc
commit
246111bba7
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
import pytest
|
||||
from mcp.types import EmbeddedResource, ImageContent, TextContent, TextResourceContents
|
||||
from pydantic import AnyUrl
|
||||
from pydantic import AnyUrl, BaseModel
|
||||
|
||||
from fastmcp import FastMCP, Image
|
||||
from fastmcp.client import Client
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue