mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-09 15:19:10 +02:00
Co-authored-by: marvin-context-protocol[bot] <225465937+marvin-context-protocol[bot]@users.noreply.github.com>
13 lines
318 B
Text
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()`.
|
|
|