UNPKG

trellis

Version:

Agentic State Engine — event-sourced causal graph with branching, decision traces, and realtime sync for AI-native applications

13 lines 528 B
/** * Forms MCP — headless form descriptor tools for the room graph server. * * Mounted alongside the room MCP tools. Derives schema-backed form * descriptors with graph `Form` overrides applied — the headless contract * any client renders. * * @module trellis/mcp */ import type { McpServer } from '@modelcontextprotocol/sdk/server/mcp.js'; import type { RoomMcpContext } from './room.js'; export declare function registerFormsTools(server: McpServer, ctx: RoomMcpContext): void; //# sourceMappingURL=forms.d.ts.map