fix: correct debug logging typo (#68)
Co-authored-by: jack.wong <jack.wong@bytedance.com>
This commit is contained in:
@@ -14,7 +14,7 @@ logger = logging.getLogger(__name__)
|
|||||||
|
|
||||||
async def create_proxy_server(remote_app: ClientSession) -> server.Server[object]: # noqa: C901, PLR0915
|
async def create_proxy_server(remote_app: ClientSession) -> server.Server[object]: # noqa: C901, PLR0915
|
||||||
"""Create a server instance from a remote app."""
|
"""Create a server instance from a remote app."""
|
||||||
logger.debug("Sending initalization request to remote MCP server...")
|
logger.debug("Sending initialization request to remote MCP server...")
|
||||||
response = await remote_app.initialize()
|
response = await remote_app.initialize()
|
||||||
capabilities = response.capabilities
|
capabilities = response.capabilities
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user