@toriihq/torii-mcp
Version:
Model Context Protocol server for Torii API
6 lines (5 loc) • 434 B
TypeScript
import { McpServer } from '@modelcontextprotocol/sdk/server/mcp.js';
export declare function getApps(params?: Record<string, any>, 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;