UNPKG

@mseep/supabase-mcp

Version:

MCP server for Supabase CRUD operations

6 lines 263 B
import { Request, Response } from 'express'; /** * Handle JSON-RPC requests for the Model Context Protocol */ export declare const handleJsonRpc: (req: Request, res: Response) => Promise<Response<any, Record<string, any>>>; //# sourceMappingURL=mcp-rpc.d.ts.map