digitakt-midi-mcp/ ├── server.py # Main MCP server ├── nrpn_constants.py # MIDI CC and NRPN mappings ├── tests/ # Test scripts │ ├── test_midi.py │ ├── test_track_triggers.py │ ├── test_transport.py ...