fastmcp/tests/server/providers
Jeremiah Lowin db650ca7cb
Update Anthropic and OpenAI clients to use Omit instead of NotGiven (#3088)
* Fix ty 0.0.15 type errors: use Omit/omit instead of NotGiven/NOT_GIVEN

🤖 Generated with Claude Code

https://claude.ai/code/session_01Fs5vHiWaUebe826pGq4eCN

* Use kwargs dict to avoid NotGiven/Omit sentinel type issues across SDK versions

🤖 Generated with Claude Code

https://claude.ai/code/session_01Fs5vHiWaUebe826pGq4eCN

* Bump ty minimum to 0.0.15

🤖 Generated with Claude Code

https://claude.ai/code/session_01Fs5vHiWaUebe826pGq4eCN

---------

Co-authored-by: Claude <noreply@anthropic.com>
2026-02-05 11:40:25 -05:00
..
local_provider_tools Consolidate test fixtures and refactor large test files (#2941) 2026-01-19 15:18:35 -05:00
openapi Update Anthropic and OpenAI clients to use Omit instead of NotGiven (#3088) 2026-02-05 11:40:25 -05:00
proxy Unify discovery API: deduplicate at protocol layer only (#2919) 2026-01-18 21:01:53 -05:00
__init__.py Refactor MountedProvider into FastMCPProvider + TransformingProvider (#2653) 2025-12-19 11:42:59 -05:00
test_base_provider.py Refactor transform list methods to pure function pattern (#2942) 2026-01-19 16:21:35 -05:00
test_fastmcp_provider.py Immutable transform wrapping for providers (#2913) 2026-01-18 19:37:29 -05:00
test_local_provider.py Rename Enabled transform to Visibility (#2950) 2026-01-19 20:46:58 -05:00
test_local_provider_prompts.py Add session-specific visibility control via Context (#2917) 2026-01-18 22:31:06 -05:00
test_local_provider_resources.py Add session-specific visibility control via Context (#2917) 2026-01-18 22:31:06 -05:00
test_skills_provider.py Add Skills Provider for exposing agent skills as MCP resources (#2944) 2026-01-19 18:29:16 -05:00
test_skills_vendor_providers.py Add Skills Provider for exposing agent skills as MCP resources (#2944) 2026-01-19 18:29:16 -05:00
test_transforming_provider.py Refactor transform list methods to pure function pattern (#2942) 2026-01-19 16:21:35 -05:00