Skip to main content

representative_mcp_schema

Function representative_mcp_schema 

Source
pub fn representative_mcp_schema() -> Value
Expand description

Returns a representative MCP tool schema that exercises common problem areas:

  • $schema keyword (rejected by most providers)
  • additionalProperties field
  • Nested object schemas
  • Array types

This is the canonical test schema used in provider parity verification.