-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 927 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 927 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "livepilot",
"version": "1.9.11",
"mcpName": "io.github.dreamrec/livepilot",
"description": "Agentic production system for Ableton Live 12 — 178 tools, 17 domains, device atlas, spectral perception, technique memory, neo-Riemannian harmony, Euclidean rhythm, species counterpoint, MIDI I/O",
"author": "Pilot Studio",
"license": "MIT",
"type": "commonjs",
"bin": {
"livepilot": "./bin/livepilot.js"
},
"repository": {
"type": "git",
"url": "https://github.com/dreamrec/LivePilot"
},
"homepage": "https://github.com/dreamrec/LivePilot",
"bugs": {
"url": "https://github.com/dreamrec/LivePilot/issues"
},
"keywords": [
"mcp",
"mcp-server",
"model-context-protocol",
"ableton",
"ableton-live",
"music-production",
"midi",
"daw",
"ai",
"sound-design",
"mixing",
"arrangement"
],
"engines": {
"node": ">=18.0.0"
}
}