We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53db65a commit 85039f8Copy full SHA for 85039f8
src/mcp/client/websocket.py
@@ -1,3 +1,4 @@
1
+# pyright: reportMissingImports=false, reportUnknownVariableType=false, reportUnknownArgumentType=false, reportUnknownMemberType=false
2
import json
3
import logging
4
from collections.abc import AsyncGenerator
0 commit comments