diff --git a/mcp/protocol.go b/mcp/protocol.go index 26c8982f..fa155eda 100644 --- a/mcp/protocol.go +++ b/mcp/protocol.go @@ -329,7 +329,7 @@ type CompleteParams struct { Meta `json:"_meta,omitempty"` // The argument's information Argument CompleteParamsArgument `json:"argument"` - Context *CompleteContext `json:"context,omitempty"` + Context CompleteContext `json:"context"` Ref *CompleteReference `json:"ref"` }