mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-09 15:19:10 +02:00
- Update mount() calls to use keyword arguments (server, prefix) - Replace private API access with public async methods (get_tools, get_resources) - Fix resource URI handling to use URL parsing instead of string prefixes - Update resource access to use _mcp_read_resource with proper URI format - Add urllib.parse import for URL parsing functionality The mounting API and resource handling changed in recent fastmcp versions, breaking the mount_example.py functionality. This update ensures the example works correctly with fastmcp v2.9.0. Tested on: fastmcp v2.9.0 |
||
|---|---|---|
| .. | ||
| atproto_mcp | ||
| smart_home | ||
| complex_inputs.py | ||
| config_server.py | ||
| desktop.py | ||
| echo.py | ||
| get_file.py | ||
| in_memory_proxy_example.py | ||
| memory.py | ||
| mount_example.py | ||
| sampling.py | ||
| screenshot.py | ||
| serializer.py | ||
| simple_echo.py | ||
| tags_example.py | ||
| text_me.py | ||