mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-23 05:54:19 +02:00
Restructure docs: move transforms to dedicated section (#2956)
This commit is contained in:
parent
2cf7b0b0d7
commit
6dba73b69d
12 changed files with 35 additions and 36 deletions
|
|
@ -149,7 +149,7 @@ Transforms apply at two levels:
|
|||
- **Provider-level**: `provider.add_transform()` - affects only that provider's components
|
||||
- **Server-level**: `server.add_transform()` - affects all components from all providers
|
||||
|
||||
Documentation: `docs/servers/providers/transforms.mdx`, `docs/servers/visibility.mdx`
|
||||
Documentation: `docs/servers/transforms/transforms.mdx`, `docs/servers/visibility.mdx`
|
||||
|
||||
### ResourcesAsTools and PromptsAsTools
|
||||
|
||||
|
|
@ -197,7 +197,7 @@ Both transforms:
|
|||
- Fall back to direct provider methods for plain providers
|
||||
- Return JSON for easy parsing by tool-only clients
|
||||
|
||||
Documentation: `docs/servers/providers/resources-as-tools.mdx`, `docs/servers/providers/prompts-as-tools.mdx`
|
||||
Documentation: `docs/servers/transforms/resources-as-tools.mdx`, `docs/servers/transforms/prompts-as-tools.mdx`
|
||||
|
||||
---
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue