fastmcp/docs/servers
Harshith Thota 321f404046
Added to_data_uri method for Image class. (#2227)
* Added to_data_uri method and path_to_data_uri classmethod for Image class.

* Removed path_to_data_uri classmethod and modified _get_mime_type to use mimetypes.guess_type function instead of hardcoded dictionary.

* Register image/webp with mimetypes before guess_type to support WEBP mimetype detection on Python 3.10.

* Improved branch coverage for Image.to_data_uri.

* Added Image._to_data_uri example in the docs.
2025-11-01 11:40:08 -04:00
..
auth Add DebugTokenVerifier with custom sync/async validation (#2296) 2025-10-31 10:38:01 -04:00
composition.mdx Add storage backend documentation (#2137) 2025-10-19 19:24:13 -04:00
context.mdx Add list_resources, list_prompts, and get_prompt methods to Context (#2249) 2025-10-24 19:24:02 -04:00
elicitation.mdx Add storage backend documentation (#2137) 2025-10-19 19:24:13 -04:00
icons.mdx Added to_data_uri method for Image class. (#2227) 2025-11-01 11:40:08 -04:00
logging.mdx Also push client messages (info/warn/debug) to server debug log (#2063) 2025-10-14 11:38:26 -07:00
middleware.mdx Add ToolInjectionMiddleware + Tools for Read/List Resource/Prompt for Client Compat (#2142) 2025-10-24 18:06:58 -04:00
progress.mdx Update parameter capitalization 2025-06-28 15:06:16 -04:00
prompts.mdx Implement icon support (#2121) 2025-10-17 17:28:08 -04:00
proxy.mdx Improve docs on prefix rules (#2028) 2025-10-08 19:57:14 -04:00
resources.mdx Implement icon support (#2121) 2025-10-17 17:28:08 -04:00
sampling.mdx Move sampling fallback handler docs to server section (#2163) 2025-10-21 10:02:11 -04:00
server.mdx Implement icon support (#2121) 2025-10-17 17:28:08 -04:00
storage-backends.mdx Add maturity warnings for py-key-value backends 2025-10-29 21:43:31 +00:00
tools.mdx Update content type in advanced_tool function (#2147) 2025-10-20 08:43:35 -04:00