We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a7b420 commit 2e9eda9Copy full SHA for 2e9eda9
1 file changed
src/mcp/types/_types.py
@@ -30,7 +30,7 @@
30
31
32
class MCPModel(BaseModel):
33
- """Base class for all MCP protocol types. Allows extra fields for forward compatibility."""
+ """Base class for all MCP protocol types."""
34
35
model_config = ConfigDict(alias_generator=to_camel, populate_by_name=True)
36
0 commit comments