Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_midi_ports | List available MIDI output ports. |
| open_midi_port | Open a MIDI output port by name. Use list_midi_ports to see available ports. |
| close_midi_port | Close the currently open MIDI port. |
| get_midi_status | Return current MIDI connection status. |
| send_note_on | Send a MIDI Note On message. |
| send_note_off | Send a MIDI Note Off message. |
| send_cc | Send a MIDI Control Change message. |
| send_program_change | Send a MIDI Program Change message. |
| send_pitchwheel | Send a MIDI Pitch Bend message. |
| send_sysex | Send a MIDI System Exclusive message. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |