Skip to content

Commit 82b8920

Browse files
committed
fix docstring for python code block
1 parent c5fd208 commit 82b8920

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/docs/concepts/architecture.mdx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,7 @@ The protocol layer handles message framing, request/response linking, and high-l
6262
request: RequestT,
6363
result_type: type[Result]
6464
) -> Result:
65-
"""
66-
Send request and wait for response. Raises McpError if response contains error.
67-
"""
65+
"""Send request and wait for response. Raises McpError if response contains error."""
6866
# Request handling implementation
6967

7068
async def send_notification(

0 commit comments

Comments
 (0)