From 89b5463042d2eaec1501fc9efcecde3ce625ed59 Mon Sep 17 00:00:00 2001 From: Joanna Halpern-Zisman Date: Tue, 8 Apr 2025 09:55:31 -0400 Subject: [PATCH] fix docstring for python code block --- docs/concepts/architecture.mdx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/concepts/architecture.mdx b/docs/concepts/architecture.mdx index f9992be..c613973 100644 --- a/docs/concepts/architecture.mdx +++ b/docs/concepts/architecture.mdx @@ -62,9 +62,7 @@ The protocol layer handles message framing, request/response linking, and high-l request: RequestT, result_type: type[Result] ) -> Result: - """ - Send request and wait for response. Raises McpError if response contains error. - """ + """Send request and wait for response. Raises McpError if response contains error.""" # Request handling implementation async def send_notification(