fastmcp/tests/server
Jeremiah Lowin d34f065417 Move OpenAI sampling handler out of experimental
- Move from fastmcp.experimental.sampling.handlers.openai to fastmcp.server.sampling.openai
- Update docs and tests to use new import path
- Remove experimental handlers directory
2025-12-09 15:07:13 -05:00
..
auth Move TokenHandler to OAuthProvider for consistent error codes (#2538) 2025-12-04 10:35:00 -05:00
http Fix get_access_token() returning stale token after OAuth refresh (#2505) 2025-12-01 10:51:02 -05:00
middleware Merge main into sampling-tools-sep-1577 2025-12-04 22:23:54 -05:00
openapi Switch to new OpenAPI parser as default (#2513) 2025-12-01 20:29:18 -05:00
proxy Add icons support to proxy classes (#2502) 2025-12-01 08:55:51 -05:00
sampling Move OpenAI sampling handler out of experimental 2025-12-09 15:07:13 -05:00
tasks [2.14] SEP-1686 tasks (#2378) 2025-12-04 20:10:35 -05:00
__init__.py restore 1.x code 2025-04-09 11:54:42 -04:00
test_app_state.py Update docs and test 2025-06-20 13:06:48 -04:00
test_auth_integration.py Update FastMCP for MCP SDK 1.23.1 auth changes 2025-12-03 11:50:08 -05:00
test_context.py WIP: Sampling API with SamplingResult[T] and result_type 2025-12-04 11:39:30 -05:00
test_dependencies.py [2.14] SEP-1686 tasks (#2378) 2025-12-04 20:10:35 -05:00
test_file_server.py Internal refactor of MCP handlers (#2005) 2025-10-05 08:45:10 -04:00
test_icons.py Implement icon support (#2121) 2025-10-17 17:28:08 -04:00
test_import_server.py 2.14 deprecation removals (#2329) 2025-12-01 14:11:00 -05:00
test_input_validation.py Add Pydantic-compatible input validation (#2073) 2025-10-14 11:49:30 -07:00
test_log_level.py Add log level support for stdio and HTTP transports (#1840) 2025-09-19 13:46:30 -04:00
test_logging.py Use anyio.event 2025-05-31 18:12:17 -04:00
test_mount.py 2.14 deprecation removals (#2329) 2025-12-01 14:11:00 -05:00
test_run_server.py Update tests for prompts 2025-06-04 16:37:41 -04:00
test_server.py Switch to new OpenAPI parser as default (#2513) 2025-12-01 20:29:18 -05:00
test_server_docket.py [2.14] SEP-1686 tasks (#2378) 2025-12-04 20:10:35 -05:00
test_server_interactions.py Add meta support to ToolResult (#2283) 2025-11-02 16:46:52 -05:00
test_server_lifespan.py Switch Lifespan to being a Server Lifespan (#2013) 2025-10-14 11:49:53 -07:00
test_streamable_http_no_redirect.py Improve redirect handling to address 307's (#1387) 2025-08-08 11:55:30 -04:00
test_tool_annotations.py [2.14] SEP-1686 tasks (#2378) 2025-12-04 20:10:35 -05:00
test_tool_exclude_args.py Fix exclude_args with non-serializable types 2025-11-17 12:25:43 -05:00
test_tool_transformation.py Internal refactor of MCP handlers (#2005) 2025-10-05 08:45:10 -04:00