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 f42625b commit 03d0430Copy full SHA for 03d0430
mcp_proxy_for_aws/middleware/initialize_middleware.py
@@ -23,7 +23,7 @@ async def on_initialize(
23
call_next: CallNext[mt.InitializeRequest, None],
24
) -> None:
25
try:
26
- logger.debug('Received initiqlize request %s.', context.message)
+ logger.debug('Received initialize request %s.', context.message)
27
self._client_factory.set_init_params(context.message)
28
return await call_next(context)
29
except Exception:
0 commit comments