Module: Textus::Surfaces::MCP::ToolSchemas
- Defined in:
- lib/textus/surfaces/mcp/tool_schemas.rb
Overview
Kept for name stability (ADR 0039). The JSON schemas are DERIVED from per-verb contracts; this delegates to MCP::Catalog. The hand-written array is gone — a kwarg rename now updates the schema automatically (and the signature guard fails if the contract lags the use-case).
Class Method Summary collapse
Class Method Details
.all ⇒ Object
11 12 13 |
# File 'lib/textus/surfaces/mcp/tool_schemas.rb', line 11 def all Catalog.tool_schemas end |