fastmcp/docs/python-sdk/fastmcp-server-providers-wrapped_provider.mdx
marvin-context-protocol[bot] d9f2e67f70
chore: Update SDK documentation (#2916)
Co-authored-by: marvin-context-protocol[bot] <225465937+marvin-context-protocol[bot]@users.noreply.github.com>
2026-01-18 21:32:20 -05:00

13 lines
318 B
Text

---
title: wrapped_provider
sidebarTitle: wrapped_provider
---
# `fastmcp.server.providers.wrapped_provider`
WrappedProvider for immutable transform composition.
This module provides `_WrappedProvider`, an internal class that wraps a provider
with an additional transform. Created by `Provider.wrap_transform()`.