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 37e1a15 commit 7130b07Copy full SHA for 7130b07
src/mcp/types.py
@@ -746,7 +746,8 @@ class ResourceLink(Resource):
746
ContentBlock = TextContent | ImageContent | AudioContent | ResourceLink | EmbeddedResource
747
"""A content block that can be used in prompts and tool results."""
748
749
-Content = ContentBlock
+Content: TypeAlias = ContentBlock
750
+# """DEPRECATED: Content is deprecated, you should use ContentBlock directly."""
751
752
753
class PromptMessage(BaseModel):
0 commit comments