engine-dj-mcp 0.11.1 → 0.11.2
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 +6 -4
- package/package.json +5 -3
package/README.md
CHANGED
|
@@ -3,13 +3,15 @@
|
|
|
3
3
|
[](https://www.npmjs.com/package/engine-dj-mcp)
|
|
4
4
|
[](./LICENSE)
|
|
5
5
|
|
|
6
|
-
An MCP server that
|
|
7
|
-
|
|
6
|
+
An MCP server that gives an AI assistant your **Engine DJ** libraries — the
|
|
7
|
+
one on your computer and the ones on your USB drives. It searches and audits
|
|
8
|
+
them, reads the cues and beatgrids Engine stored, and builds playlists when
|
|
9
|
+
you ask it to.
|
|
8
10
|
|
|
9
11
|
> **Not affiliated with, endorsed by, or sponsored by inMusic Brands, Denon
|
|
10
12
|
> DJ, or the Engine DJ product.** "Engine DJ" is used here only to name the
|
|
11
|
-
> software whose library this tool reads. No logos or brand
|
|
12
|
-
> inMusic or Denon DJ are used in this project.
|
|
13
|
+
> software whose library this tool reads and writes. No logos or brand
|
|
14
|
+
> artwork from inMusic or Denon DJ are used in this project.
|
|
13
15
|
|
|
14
16
|
Your library is opened **read-only at the operating-system level**. It is
|
|
15
17
|
never written to unless you start the server with `--allow-writes` — see
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "engine-dj-mcp",
|
|
3
|
-
"version": "0.11.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "0.11.2",
|
|
4
|
+
"description": "MCP server for an Engine DJ library: search and audit it, read cues and beatgrids, and build playlists when you ask. Not affiliated with inMusic or Denon DJ.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"mcp",
|
|
7
7
|
"model-context-protocol",
|
|
@@ -11,7 +11,9 @@
|
|
|
11
11
|
"sqlite",
|
|
12
12
|
"library-audit",
|
|
13
13
|
"claude",
|
|
14
|
-
"ai"
|
|
14
|
+
"ai",
|
|
15
|
+
"playlist",
|
|
16
|
+
"harmonic-mixing"
|
|
15
17
|
],
|
|
16
18
|
"license": "MIT",
|
|
17
19
|
"author": "Mikhail Chereshnev <venuttv@gmail.com>",
|