fastmcp.server.providers.transforming
TransformingProvider for applying component transformations.
This module provides the TransformingProvider class that wraps any Provider
and applies transformations like namespace prefixes and tool renames.
Classes
TransformingProvider
Wraps any provider and applies component transformations.
Users typically use provider.with_transforms() rather than instantiating
this class directly. Multiple .with_transforms() calls stack - each
creates a new wrapper that composes with the previous.
Methods:

