Skip to content

Commit ad2ec44

Browse files
committed
remove exclude_unset doesn't seem to work
1 parent 7131de6 commit ad2ec44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mcp/shared/session.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ async def _send_response(
314314
jsonrpc="2.0",
315315
id=request_id,
316316
result=response.model_dump(
317-
by_alias=True, mode="json", exclude_none=True, exclude_unset=True
317+
by_alias=True, mode="json", exclude_none=True
318318
),
319319
)
320320
session_message = SessionMessage(message=JSONRPCMessage(jsonrpc_response))

0 commit comments

Comments
 (0)