fastmcp/tests/server/providers
claude[bot] d4cd0b03dd Fix hidden path parameters appearing in tool descriptions
Remove path parameter descriptions from format_simple_description since
parameters are already visible in the tool's inputSchema with their
descriptions. This prevents hidden parameters (via transforms) from
still appearing in descriptions and avoids redundant information.

Fixes #3130

Co-authored-by: Jeremiah Lowin <jlowin@users.noreply.github.com>
2026-02-10 16:11:38 +00:00
..
local_provider_tools Consolidate test fixtures and refactor large test files (#2941) 2026-01-19 15:18:35 -05:00
openapi Fix hidden path parameters appearing in tool descriptions 2026-02-10 16:11:38 +00: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