Skip to content

Commit e402103

Browse files
committed
add todo comment
1 parent 144db31 commit e402103

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/mcp/server/lowlevel/server.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -528,6 +528,7 @@ async def _handle_request(
528528
token = None
529529
headers = {}
530530
try:
531+
# TODO: This try/catch and ignoring the type is wrong.
531532
headers = message.request.root.headers # type: ignore
532533
except Exception:
533534
pass

0 commit comments

Comments
 (0)