MCPcopy Create free account
hub / github.com/modelcontextprotocol/go-sdk / InitializedParams

Struct InitializedParams

mcp/protocol.go:735–739  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

733func (*InitializeResult) isResult() {}
734
735type InitializedParams struct {
736 // Meta is reserved by the protocol to allow clients and servers to attach
737 // additional metadata to their responses.
738 Meta `json:"_meta,omitempty"`
739}
740
741func (x *InitializedParams) isParams() {}
742func (x *InitializedParams) GetProgressToken() any { return getProgressToken(x) }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected