fastmcp/tests/server/providers/proxy
Eric Robinson 9319a2c645 Support ImageContent and AudioContent in Message class
Message.content now accepts ImageContent and AudioContent in addition to
TextContent and EmbeddedResource, matching MCP's ContentBlock type. This
fixes ProxyPrompt.render() silently JSON-serializing image/audio content
instead of preserving it.

🤖 Generated with Claude Code

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-06 17:12:29 -05:00
..
__init__.py Replace FastMCP.as_proxy() with create_proxy() function (#2829) 2026-01-10 11:39:06 -05:00
test_proxy_client.py Rename _fastmcp metadata namespace to fastmcp and make non-optional (#2895) 2026-01-16 21:35:53 -05:00
test_proxy_server.py Support ImageContent and AudioContent in Message class 2026-03-06 17:12:29 -05:00
test_stateful_proxy_client.py Fix stale request context in StatefulProxyClient handlers (#3172) 2026-02-12 17:13:23 -05:00