Skip to content
This repository was archived by the owner on Apr 8, 2025. It is now read-only.

Fix docstring for python code block #280

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions docs/concepts/architecture.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down