UNPKG
mcp-turso-cloud
Version:
latest (0.0.11)
0.0.11
0.0.10
0.0.9
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
MCP server for integrating Turso with LLMs
mcp-turso-cloud
/
dist
/
tools
/
handler.d.ts
9 lines
(8 loc)
•
207 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
/** * 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
;