Type
json
JSON-encoded data as a string
Many MCP fields accept arbitrary JSON for extensibility. This type represents JSON as a string that should be parsed by the component.
type json = string;JSON-encoded data as a string
Many MCP fields accept arbitrary JSON for extensibility. This type represents JSON as a string that should be parsed by the component.
type json = string;