Preserve tasks/result payload via permissive result type; fix AnyUrl test import

This commit is contained in:
Jeremiah Lowin 2026-07-05 22:06:50 -04:00
commit 0b7bcdcf85
No known key found for this signature in database
2 changed files with 25 additions and 4 deletions

View file

@ -559,13 +559,13 @@ async def mcp_content_server(tmp_path):
import base64
from mcp_types import (
AnyUrl,
EmbeddedResource,
ImageContent,
ResourceLink,
TextContent,
TextResourceContents,
)
from pydantic import AnyUrl
mcp = FastMCP("content-test")