We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aea2b75 commit 6538db0Copy full SHA for 6538db0
src/mcp/client/transport_session.py
@@ -17,8 +17,7 @@ async def initialize(self) -> types.InitializeResult:
17
...
18
19
@abstractmethod
20
- async def send_ping(self):
21
- ...
+ async def send_ping(self): ...
22
23
24
async def send_progress_notification(
@@ -27,8 +26,7 @@ async def send_progress_notification(
27
26
progress: float,
28
total: float | None = None,
29
message: str | None = None,
30
- ) -> None:
31
+ ) -> None: ...
32
33
34
async def set_logging_level(
@@ -128,4 +126,4 @@ async def list_tools(
128
126
129
127
async def send_roots_list_changed(self) -> None:
130
"""Send a roots/list_changed notification."""
131
+ ...
0 commit comments