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 2dd1073 commit b3d21f1Copy full SHA for b3d21f1
src/mcp/types.py
@@ -1,5 +1,5 @@
1
-from collections.abc import Callable
2
import re
+from collections.abc import Callable
3
from typing import Annotated, Any, Generic, Literal, TypeAlias, TypeVar
4
5
from pydantic import BaseModel, ConfigDict, Field, FileUrl, RootModel, field_validator
0 commit comments