mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-21 04:54:17 +02:00
Merge pull request #882 from jlowin/docs-session-id-update
This commit is contained in:
commit
4f4f27a3d2
1 changed files with 1 additions and 0 deletions
|
|
@ -293,6 +293,7 @@ async def request_info(ctx: Context) -> dict:
|
|||
|
||||
- **`ctx.request_id -> str`**: Get the unique ID for the current MCP request
|
||||
- **`ctx.client_id -> str | None`**: Get the ID of the client making the request, if provided during initialization
|
||||
- **`ctx.session_id -> str | None`**: Get the MCP session ID for session-based data sharing (HTTP transports only)
|
||||
|
||||
### Advanced Access
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue