Skip to content

Commit 824e0ce

Browse files
committed
fix: rebase failures
1 parent 4945ded commit 824e0ce

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

mcp/protocol.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -968,6 +968,7 @@ type ElicitParams struct {
968968
RequestedSchema *jsonschema.Schema `json:"requestedSchema"`
969969
}
970970

971+
func (*ElicitParams) isParams() {}
971972
func (x *ElicitParams) GetProgressToken() any { return getProgressToken(x) }
972973
func (x *ElicitParams) SetProgressToken(t any) { setProgressToken(x, t) }
973974

@@ -986,6 +987,8 @@ type ElicitResult struct {
986987
Content map[string]any `json:"content,omitempty"`
987988
}
988989

990+
func (*ElicitResult) isResult() {}
991+
989992
// An Implementation describes the name and version of an MCP implementation, with an optional
990993
// title for UI representation.
991994
type Implementation struct {

0 commit comments

Comments
 (0)