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 9b41d16 commit 0bcd69cCopy full SHA for 0bcd69c
src/fastmcp/resources/resource.py
@@ -42,7 +42,6 @@ class Resource(FastMCPComponent):
42
mime_type: str = Field(
43
default="text/plain",
44
description="MIME type of the resource content",
45
- pattern=r"^[a-zA-Z0-9]+/[a-zA-Z0-9\-+.]+$",
46
)
47
annotations: Annotated[
48
Annotations | None,
0 commit comments