@toriihq/torii-mcp
Version:
Model Context Protocol server for Torii API
6 lines (5 loc) • 437 B
TypeScript
import { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js";
export declare function getApps(params?: Record<string, string>, headers?: Record<string, string>): Promise<any>;
export declare function getAppById(idApp: number, params?: Record<string, string>, headers?: Record<string, string>): Promise<any>;
export declare function getAppFields(): Promise<any>;
export declare function registerAppsTools(server: McpServer): void;