UNPKG

basin-mcp

Version:

Basin AI MCP tool for code quality and reliability testing

26 lines 585 B
export declare const prompts: { "code-test": { name: string; description: string; arguments: { name: string; description: string; required: boolean; }[]; }; }; export declare const promptHandlers: { "code-test": ({ host, instruction }: { host: string; instruction: string; }) => { messages: { role: string; content: { type: string; text: string; }; }[]; }; }; //# sourceMappingURL=prompts.d.ts.map