Module: Textus::MCP::ToolSchemas
- Defined in:
- lib/textus/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
10 11 12 |
# File 'lib/textus/mcp/tool_schemas.rb', line 10 def all Catalog.tool_schemas end |