fastmcp/tests/server/providers/proxy
Jeremiah Lowin 1ac166bd49
Restore proxy request context for resources, templates, and prompts
The request-context stash that lets proxy forwarding handlers relay
server-initiated requests (list_roots/sampling/elicitation) back to the
proxy's own client was only applied on the ProxyTool path. Proxied
resources, templates, and prompts whose backend called a server-initiated
feature would deadlock until timeout. Extract the stash into a shared
helper used by all four proxy paths.
2026-07-06 11:44:17 -04:00
..
__init__.py Replace FastMCP.as_proxy() with create_proxy() function (#2829) 2026-01-10 11:39:06 -05:00
test_proxy_client.py Restore proxy request context for resources, templates, and prompts 2026-07-06 11:44:17 -04:00
test_proxy_server.py Update proxy_server tests to client API and v2 error-message shapes 2026-07-05 22:53:47 -04:00
test_stateful_proxy_client.py Re-key stateful proxy cache by Connection, not per-request ServerSession (SDK v2) 2026-07-05 22:51:28 -04:00