Skip to content

Commit ba90839

Browse files
committed
Remove unnecessary field
1 parent a529f39 commit ba90839

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/mcp/types.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,6 @@ class PaginatedRequest(
9393
"""Base class for paginated requests,
9494
matching the schema's PaginatedRequest interface."""
9595

96-
params: PaginatedRequestParams | None = None
97-
9896

9997
class Notification(BaseModel, Generic[NotificationParamsT, MethodT]):
10098
"""Base class for JSON-RPC notifications."""

0 commit comments

Comments
 (0)