We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06a53a5 commit 2b0ef90Copy full SHA for 2b0ef90
internal/prompts/prompts.go
@@ -85,7 +85,6 @@ type McpManifest struct {
85
Name string `json:"name"`
86
Description string `json:"description,omitempty"`
87
Arguments []McpArgManifest `json:"arguments,omitempty"`
88
- Metadata map[string]any `json:"_meta,omitempty"`
89
}
90
91
func GetMcpManifest(name, desc string, args Arguments) McpManifest {
0 commit comments