fastmcp/tests/server/mount
Bill Easton 9e2e602038
fix: cross-provider duplicate detection, error visibility, mask propagation (#3827)
- AggregateProvider._collect_list_results detects duplicate component
  names across providers, respecting the server's on_duplicate setting
- Provider errors logged at WARNING instead of DEBUG
- Parent server re-masks ToolErrors from mounted children at the
  FastMCPError catch boundary instead of mutating the child server

Fixes #3825

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-12 12:51:21 -04:00
..
__init__.py Consolidate test fixtures and refactor large test files (#2941) 2026-01-19 15:18:35 -05:00
test_advanced.py fix: forward custom_route endpoints from mounted servers (#3462) 2026-03-13 20:37:22 -04:00
test_filtering.py Remove deprecated FastMCP() constructor kwargs (#3148) 2026-02-11 11:39:34 -05:00
test_mount.py fix: cross-provider duplicate detection, error visibility, mask propagation (#3827) 2026-04-12 12:51:21 -04:00
test_prompts.py Consolidate test fixtures and refactor large test files (#2941) 2026-01-19 15:18:35 -05:00
test_proxy.py Consolidate test fixtures and refactor large test files (#2941) 2026-01-19 15:18:35 -05:00
test_resources.py Fix resource templates with query params on mounted servers 2026-03-03 16:43:27 -05:00