mcp-music-studio 0.3.0 → 0.4.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -165,7 +165,7 @@ On Windows, `npx` is a `.cmd` file and requires a shell wrapper:
165
165
  <details>
166
166
  <summary>Render modes (for non-ext-apps clients)</summary>
167
167
 
168
- The server auto-detects ext-apps support. For clients that don't support it (Cherry Studio, CLI environments), use `--render-mode`:
168
+ Clients that support ext-apps render the interactive UI inline automatically (`auto` mode). For clients that don't (Cherry Studio, CLI environments), use `--render-mode`:
169
169
 
170
170
  | Mode | Behavior |
171
171
  |------|----------|
@@ -197,6 +197,16 @@ The server auto-detects ext-apps support. For clients that don't support it (Che
197
197
  | `get-strudel-guide` | Strudel reference (7 topics: sounds, effects, patterns, genres...) |
198
198
  | `search-music-docs` | Semantic search over strudel.cc and ABCJS docs |
199
199
 
200
+ ## Prompts
201
+
202
+ Slash-command / menu entry points, in clients that surface MCP prompts:
203
+
204
+ | Prompt | What it does |
205
+ |--------|--------------|
206
+ | `compose-beat` | Generate + play a Strudel pattern in a genre (args: `genre`, `mood?`) |
207
+ | `harmonize-melody` | Add chords/accompaniment to an ABC melody and play it (args: `melody`, `style?`) |
208
+ | `arrange-tune` | Turn a melody/idea into a multi-voice arrangement (args: `tune`, `instrumentation?`) |
209
+
200
210
  ## Development
201
211
 
202
212
  ```bash