Skip to content

Commit 69772ea

Browse files
authored
feat(mcp): add Title field to Implementation struct per MCP spec (#633)
1 parent cd61ef9 commit 69772ea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mcp/types.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -531,6 +531,7 @@ type ServerCapabilities struct {
531531
type Implementation struct {
532532
Name string `json:"name"`
533533
Version string `json:"version"`
534+
Title string `json:"title,omitempty"`
534535
}
535536

536537
/* Ping */

0 commit comments

Comments
 (0)