livepilot 1.1.0
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/.claude/settings.local.json +10 -0
- package/.mcpregistry_github_token +1 -0
- package/.mcpregistry_registry_token +1 -0
- package/.playwright-mcp/console-2026-03-17T15-47-29-021Z.log +10 -0
- package/.playwright-mcp/console-2026-03-17T15-51-09-247Z.log +10 -0
- package/.playwright-mcp/console-2026-03-17T15-52-22-831Z.log +12 -0
- package/.playwright-mcp/console-2026-03-17T15-52-29-709Z.log +10 -0
- package/.playwright-mcp/console-2026-03-17T15-53-20-147Z.log +1 -0
- package/.playwright-mcp/glama-snapshot.md +2140 -0
- package/.playwright-mcp/page-2026-03-17T15-49-02-625Z.png +0 -0
- package/.playwright-mcp/page-2026-03-17T15-52-15-149Z.png +0 -0
- package/.playwright-mcp/page-2026-03-17T15-52-57-333Z.png +0 -0
- package/CHANGELOG.md +33 -0
- package/LICENSE +21 -0
- package/README.md +296 -0
- package/bin/livepilot.js +376 -0
- package/installer/install.js +95 -0
- package/installer/paths.js +79 -0
- package/mcp_server/__init__.py +2 -0
- package/mcp_server/__main__.py +5 -0
- package/mcp_server/connection.py +207 -0
- package/mcp_server/server.py +40 -0
- package/mcp_server/tools/__init__.py +1 -0
- package/mcp_server/tools/arrangement.py +399 -0
- package/mcp_server/tools/browser.py +78 -0
- package/mcp_server/tools/clips.py +187 -0
- package/mcp_server/tools/devices.py +238 -0
- package/mcp_server/tools/mixing.py +113 -0
- package/mcp_server/tools/notes.py +266 -0
- package/mcp_server/tools/scenes.py +63 -0
- package/mcp_server/tools/tracks.py +148 -0
- package/mcp_server/tools/transport.py +113 -0
- package/package.json +38 -0
- package/plugin/.mcp.json +8 -0
- package/plugin/agents/livepilot-producer/AGENT.md +61 -0
- package/plugin/commands/beat.md +18 -0
- package/plugin/commands/mix.md +15 -0
- package/plugin/commands/session.md +13 -0
- package/plugin/commands/sounddesign.md +16 -0
- package/plugin/plugin.json +18 -0
- package/plugin/skills/livepilot-core/SKILL.md +160 -0
- package/plugin/skills/livepilot-core/references/ableton-workflow-patterns.md +831 -0
- package/plugin/skills/livepilot-core/references/m4l-devices.md +352 -0
- package/plugin/skills/livepilot-core/references/midi-recipes.md +402 -0
- package/plugin/skills/livepilot-core/references/mixing-patterns.md +578 -0
- package/plugin/skills/livepilot-core/references/overview.md +191 -0
- package/plugin/skills/livepilot-core/references/sound-design.md +392 -0
- package/remote_script/LivePilot/__init__.py +42 -0
- package/remote_script/LivePilot/arrangement.py +678 -0
- package/remote_script/LivePilot/browser.py +325 -0
- package/remote_script/LivePilot/clips.py +172 -0
- package/remote_script/LivePilot/devices.py +466 -0
- package/remote_script/LivePilot/diagnostics.py +198 -0
- package/remote_script/LivePilot/mixing.py +194 -0
- package/remote_script/LivePilot/notes.py +339 -0
- package/remote_script/LivePilot/router.py +74 -0
- package/remote_script/LivePilot/scenes.py +75 -0
- package/remote_script/LivePilot/server.py +286 -0
- package/remote_script/LivePilot/tracks.py +229 -0
- package/remote_script/LivePilot/transport.py +147 -0
- package/remote_script/LivePilot/utils.py +112 -0
- package/requirements.txt +2 -0
- package/server.json +20 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
ghu_HBMOaCx3m6AhzGz0LCfV04JgwolYFP2b7pv9
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"token":"eyJhbGciOiJFZERTQSIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJtY3AtcmVnaXN0cnkiLCJleHAiOjE3NzM3NjM1NTQsIm5iZiI6MTc3Mzc2MzI1NCwiaWF0IjoxNzczNzYzMjU0LCJhdXRoX21ldGhvZCI6ImdpdGh1Yi1hdCIsImF1dGhfbWV0aG9kX3N1YiI6ImRyZWFtcmVjIiwicGVybWlzc2lvbnMiOlt7ImFjdGlvbiI6InB1Ymxpc2giLCJyZXNvdXJjZSI6ImlvLmdpdGh1Yi5kcmVhbXJlYy8qIn1dfQ.f0qqH3xlVr08nLhOgS9JeFJQGVpMNWKhTXEXKZ4CL22zI6IlsELBFb1ReC5zRK-ViHFh1ZZzA03IsOn5qOaMDg","expires_at":1773763554}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
[ 944ms] ReferenceError: __name is not defined
|
|
2
|
+
at https://mcp.so/:10:13
|
|
3
|
+
at https://mcp.so/:17:13
|
|
4
|
+
[ 5151ms] [ERROR] Not signed in with the identity provider. @ https://mcp.so/:0
|
|
5
|
+
[ 8070ms] [ERROR] [GSI_LOGGER]: FedCM get() rejects with NetworkError: Error retrieving a token. @ https://mcp.so/_next/static/chunks/5774-3c92e2fd4a5f0665.js:0
|
|
6
|
+
[ 51793ms] ReferenceError: __name is not defined
|
|
7
|
+
at https://mcp.so/submit:10:13
|
|
8
|
+
at https://mcp.so/submit:17:13
|
|
9
|
+
[ 52509ms] [ERROR] Not signed in with the identity provider. @ https://mcp.so/submit:0
|
|
10
|
+
[ 64373ms] [ERROR] [GSI_LOGGER]: FedCM get() rejects with NetworkError: Error retrieving a token. @ https://mcp.so/_next/static/chunks/5774-3c92e2fd4a5f0665.js:0
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
[ 2220ms] Error: Minified React error #418; visit https://react.dev/errors/418?args[]=text&args[]= for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
|
|
2
|
+
at Li (https://static.glama.ai/client/react-BhmDw-jB.js:54:31190)
|
|
3
|
+
at Lc (https://static.glama.ai/client/react-BhmDw-jB.js:54:87415)
|
|
4
|
+
at Ru (https://static.glama.ai/client/react-BhmDw-jB.js:54:116726)
|
|
5
|
+
at Fu (https://static.glama.ai/client/react-BhmDw-jB.js:54:115990)
|
|
6
|
+
at Pu (https://static.glama.ai/client/react-BhmDw-jB.js:54:115901)
|
|
7
|
+
at Nu (https://static.glama.ai/client/react-BhmDw-jB.js:54:115759)
|
|
8
|
+
at yu (https://static.glama.ai/client/react-BhmDw-jB.js:54:111299)
|
|
9
|
+
at fd (https://static.glama.ai/client/react-BhmDw-jB.js:54:123284)
|
|
10
|
+
at MessagePort.D (https://static.glama.ai/client/react-BhmDw-jB.js:47:33962)
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
[ 1229ms] [WARNING] You should call navigate() in a React.useEffect(), not when your component is first rendered. @ https://static.glama.ai/client/react-BhmDw-jB.js:54
|
|
2
|
+
[ 1237ms] [WARNING] You should call navigate() in a React.useEffect(), not when your component is first rendered. @ https://static.glama.ai/client/react-BhmDw-jB.js:54
|
|
3
|
+
[ 1256ms] Error: Minified React error #418; visit https://react.dev/errors/418?args[]=text&args[]= for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
|
|
4
|
+
at Li (https://static.glama.ai/client/react-BhmDw-jB.js:54:31190)
|
|
5
|
+
at Lc (https://static.glama.ai/client/react-BhmDw-jB.js:54:87415)
|
|
6
|
+
at Ru (https://static.glama.ai/client/react-BhmDw-jB.js:54:116726)
|
|
7
|
+
at Fu (https://static.glama.ai/client/react-BhmDw-jB.js:54:115990)
|
|
8
|
+
at Pu (https://static.glama.ai/client/react-BhmDw-jB.js:54:115901)
|
|
9
|
+
at Nu (https://static.glama.ai/client/react-BhmDw-jB.js:54:115759)
|
|
10
|
+
at yu (https://static.glama.ai/client/react-BhmDw-jB.js:54:111299)
|
|
11
|
+
at fd (https://static.glama.ai/client/react-BhmDw-jB.js:54:123284)
|
|
12
|
+
at MessagePort.D (https://static.glama.ai/client/react-BhmDw-jB.js:47:33962)
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
[ 3510ms] Error: Minified React error #418; visit https://react.dev/errors/418?args[]=text&args[]= for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
|
|
2
|
+
at Li (https://static.glama.ai/client/react-BhmDw-jB.js:54:31190)
|
|
3
|
+
at Lc (https://static.glama.ai/client/react-BhmDw-jB.js:54:87415)
|
|
4
|
+
at Ru (https://static.glama.ai/client/react-BhmDw-jB.js:54:116726)
|
|
5
|
+
at Fu (https://static.glama.ai/client/react-BhmDw-jB.js:54:115990)
|
|
6
|
+
at Pu (https://static.glama.ai/client/react-BhmDw-jB.js:54:115901)
|
|
7
|
+
at Nu (https://static.glama.ai/client/react-BhmDw-jB.js:54:115759)
|
|
8
|
+
at yu (https://static.glama.ai/client/react-BhmDw-jB.js:54:111299)
|
|
9
|
+
at fd (https://static.glama.ai/client/react-BhmDw-jB.js:54:123284)
|
|
10
|
+
at MessagePort.D (https://static.glama.ai/client/react-BhmDw-jB.js:47:33962)
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
[ 609ms] [ERROR] Failed to load resource: the server responded with a status of 404 () @ https://glama.ai/mcp/servers/dreamrec/LivePilot:0
|