UNPKG

mcp-turso-cloud

Version:

MCP server for integrating Turso with LLMs

9 lines (8 loc) 207 B
/** * Unified tool handler for the Turso MCP server */ import { McpServer } from 'tmcp'; /** * Register all tools with the server */ export declare function register_tools(server: McpServer<any>): void;