mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-24 22:44:17 +02:00
* Refactor FastMCPProxy into ProxyProvider Move proxy functionality from custom manager classes to the Provider pattern: - Create ProxyProvider that implements the Provider interface - Move all proxy code to src/fastmcp/server/providers/proxy.py - Keep FastMCPProxy as a convenience wrapper using ProxyProvider - Add deprecation warning when importing from old location - Convert handler classmethods to module-level functions - Remove redundant get_* methods (base class defaults work) * Remove unused Components class, simplify TaskComponents() |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| test_proxy_client.py | ||
| test_proxy_server.py | ||
| test_stateful_proxy_client.py | ||