File tree Expand file tree Collapse file tree 7 files changed +6
-9
lines changed
Expand file tree Collapse file tree 7 files changed +6
-9
lines changed Original file line number Diff line number Diff line change 11import json
2- import logging
32from collections .abc import AsyncGenerator
43from contextlib import asynccontextmanager
54
1211import mcp .types as types
1312from mcp .shared .message import SessionMessage
1413
15- logger = logging .getLogger (__name__ )
16-
1714
1815@asynccontextmanager
1916async def websocket_client (
Original file line number Diff line number Diff line change 11"""FastMCP - A more ergonomic interface for MCP servers."""
22
3- from __future__ import annotations as _annotations
3+ from __future__ import annotations
44
55import inspect
66import re
Original file line number Diff line number Diff line change 1- from __future__ import annotations as _annotations
1+ from __future__ import annotations
22
33import functools
44import inspect
Original file line number Diff line number Diff line change 1- from __future__ import annotations as _annotations
1+ from __future__ import annotations
22
33from collections .abc import Callable
44from typing import TYPE_CHECKING , Any
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ async def main():
6565messages from the client.
6666"""
6767
68- from __future__ import annotations as _annotations
68+ from __future__ import annotations
6969
7070import base64
7171import contextvars
Original file line number Diff line number Diff line change 1- from __future__ import annotations as _annotations
1+ from __future__ import annotations
22
33import logging
44from collections .abc import Callable
Original file line number Diff line number Diff line change 1- from __future__ import annotations as _annotations
1+ from __future__ import annotations
22
33from collections .abc import Callable
44from datetime import datetime
You can’t perform that action at this time.
0 commit comments