Skip to content

Commit 2e9eda9

Browse files
committed
ignore fields for forward compatiblity
1 parent 6a7b420 commit 2e9eda9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mcp/types/_types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131

3232
class MCPModel(BaseModel):
33-
"""Base class for all MCP protocol types. Allows extra fields for forward compatibility."""
33+
"""Base class for all MCP protocol types."""
3434

3535
model_config = ConfigDict(alias_generator=to_camel, populate_by_name=True)
3636

0 commit comments

Comments
 (0)