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 b3ece15 commit 8872ef9Copy full SHA for 8872ef9
src/mcp/types.py
@@ -1,10 +1,9 @@
1
from collections.abc import Callable
2
from typing import Annotated, Any, Generic, Literal, TypeAlias, TypeVar
3
4
-from typing_extensions import deprecated
5
-
6
from pydantic import BaseModel, ConfigDict, Field, FileUrl, RootModel
7
from pydantic.networks import AnyUrl, UrlConstraints
+from typing_extensions import deprecated
8
9
"""
10
Model Context Protocol bindings for Python
0 commit comments