We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82385bb commit b67a57fCopy full SHA for b67a57f
mcp_proxy_for_aws/client.py
@@ -34,7 +34,14 @@ def aws_iam_streamablehttp_client(
34
sse_read_timeout: float | timedelta = 60 * 5,
35
terminate_on_close: bool = True,
36
httpx_client_factory: McpHttpClientFactory = create_mcp_http_client,
37
-):
+) -> AsyncGenerator[
38
+ tuple[
39
+ MemoryObjectReceiveStream[SessionMessage | Exception],
40
+ MemoryObjectSendStream[SessionMessage],
41
+ GetSessionIdCallback,
42
+ ],
43
+ None,
44
+]:
45
"""Create an AWS IAM-authenticated MCP streamable HTTP client.
46
47
This function creates a context manager for connecting to an MCP server using AWS IAM
0 commit comments