append
Add code snippets to existing patterns in Strudel MCP Server for AI-driven music generation and live coding. Simplify pattern modification and extend functionality.
Instructions
Append code to current pattern
Input Schema
Name | Required | Description | Default |
---|---|---|---|
code | Yes | Code to append |
Input Schema (JSON Schema)
{
"properties": {
"code": {
"description": "Code to append",
"type": "string"
}
},
"required": [
"code"
],
"type": "object"
}