Initial commit: Suno MCP server with 24 tools, proxy support, and opencode skill
This commit is contained in:
Vendored
+7
@@ -0,0 +1,7 @@
|
||||
export interface ToolDefinition {
|
||||
name: string;
|
||||
description: string;
|
||||
inputSchema: object;
|
||||
}
|
||||
export declare const TOOLS: ToolDefinition[];
|
||||
//# sourceMappingURL=tools.d.ts.map
|
||||
Reference in New Issue
Block a user