mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-21 21:14:17 +02:00
Add 2.11 version badge for state management (#1289)
This commit is contained in:
parent
0adb317361
commit
4445c87bf4
1 changed files with 2 additions and 0 deletions
|
|
@ -280,6 +280,8 @@ You have complete control over the request flow:
|
|||
|
||||
#### State Management
|
||||
|
||||
<VersionBadge version="2.11.0" />
|
||||
|
||||
In addition to modifying the request and response, you can also store state data that your tools can (optionally) access later. To do so, use the FastMCP Context to either `set_state` or `get_state` as appropriate. For more information, see the [Context State Management](/servers/context#state-management) docs.
|
||||
|
||||
## Creating Middleware
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue