mirror of
https://github.com/aljazceru/mcp-python-sdk.git
synced 2025-12-19 23:04:25 +01:00
Support for http request injection propagation to tools (#816)
This commit is contained in:
@@ -56,7 +56,7 @@ class StreamableHTTPSessionManager:
|
||||
|
||||
def __init__(
|
||||
self,
|
||||
app: MCPServer[Any],
|
||||
app: MCPServer[Any, Any],
|
||||
event_store: EventStore | None = None,
|
||||
json_response: bool = False,
|
||||
stateless: bool = False,
|
||||
|
||||
Reference in New Issue
Block a user