Initial commit: Suno MCP server with 24 tools, proxy support, and opencode skill
This commit is contained in:
Vendored
+12
@@ -0,0 +1,12 @@
|
||||
import { SunoClient } from './client';
|
||||
export declare class ToolHandlers {
|
||||
private readonly client;
|
||||
constructor(client: SunoClient);
|
||||
handle(name: string, args: unknown): Promise<{
|
||||
content: {
|
||||
type: string;
|
||||
text: string;
|
||||
}[];
|
||||
}>;
|
||||
}
|
||||
//# sourceMappingURL=handlers.d.ts.map
|
||||
Reference in New Issue
Block a user