Skip to content

Commit 347b2e6

Browse files
committed
fix typo
1 parent 0f5f2b4 commit 347b2e6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

mcp_proxy_for_aws/proxy.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ async def _connect(self):
110110
async def __aexit__(self, exc_type, exc_val, exc_tb):
111111
"""The MCP Proxy for AWS project is a proxy from stdio to http (sigv4).
112112
113-
We want the client to remain connected in the until the stdio connection is closed.
113+
We want the client to remain connected until the stdio connection is closed.
114114
115115
https://modelcontextprotocol.io/specification/2024-11-05/basic/transports#stdio
116116
@@ -120,7 +120,6 @@ async def __aexit__(self, exc_type, exc_val, exc_tb):
120120
There is no equivalent of the streamble-http DELETE concept in stdio to terminate a session.
121121
Hence the connection will be terminated only at program exit.
122122
"""
123-
# return await super().__aexit__(exc_type, exc_val, exc_tb)
124123
pass
125124

126125

0 commit comments

Comments
 (0)