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 c7ff533 commit b78729cCopy full SHA for b78729c
mcp_proxy_for_aws/server.py
@@ -56,8 +56,6 @@
56
@contextlib.asynccontextmanager
57
async def _initialize_client(transport: ClientTransport):
58
"""Handle the exceptions for during client initialize."""
59
- # line = sys.stdin.readline()
60
- # logger.debug('First line from kiro %s', line)
61
async with contextlib.AsyncExitStack() as stack:
62
try:
63
client = await stack.enter_async_context(ProxyClient(transport))
0 commit comments