vibo-mcp 1.0.0 → 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-plugin/marketplace.json +10 -3
- package/.claude-plugin/plugin.json +9 -2
- package/dist/bundle.js +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
- package/server.json +2 -2
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
},
|
|
8
8
|
"metadata": {
|
|
9
9
|
"description": "MCP server for Vibo (vibodj.com) — plan event music, song requests, and playlists via natural language",
|
|
10
|
-
"version": "1.
|
|
10
|
+
"version": "1.1.0"
|
|
11
11
|
},
|
|
12
12
|
"plugins": [
|
|
13
13
|
{
|
|
@@ -15,14 +15,21 @@
|
|
|
15
15
|
"displayName": "Vibo",
|
|
16
16
|
"source": "./",
|
|
17
17
|
"description": "MCP server for Vibo — browse events and timelines, add/like song requests, and export to Spotify/Apple Music",
|
|
18
|
-
"version": "1.
|
|
18
|
+
"version": "1.1.0",
|
|
19
19
|
"author": {
|
|
20
20
|
"name": "Chris Hall"
|
|
21
21
|
},
|
|
22
22
|
"homepage": "https://github.com/chrischall/vibo-mcp",
|
|
23
23
|
"repository": "https://github.com/chrischall/vibo-mcp",
|
|
24
24
|
"license": "MIT",
|
|
25
|
-
"keywords": [
|
|
25
|
+
"keywords": [
|
|
26
|
+
"vibo",
|
|
27
|
+
"vibodj",
|
|
28
|
+
"wedding",
|
|
29
|
+
"dj",
|
|
30
|
+
"music",
|
|
31
|
+
"mcp"
|
|
32
|
+
],
|
|
26
33
|
"category": "productivity"
|
|
27
34
|
}
|
|
28
35
|
]
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vibo-mcp",
|
|
3
3
|
"displayName": "Vibo",
|
|
4
|
-
"version": "1.
|
|
4
|
+
"version": "1.1.0",
|
|
5
5
|
"description": "MCP server for Vibo (vibodj.com) — plan event music, song requests, and playlists via natural language",
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "Chris Hall",
|
|
@@ -10,7 +10,14 @@
|
|
|
10
10
|
"homepage": "https://github.com/chrischall/vibo-mcp",
|
|
11
11
|
"repository": "https://github.com/chrischall/vibo-mcp",
|
|
12
12
|
"license": "MIT",
|
|
13
|
-
"keywords": [
|
|
13
|
+
"keywords": [
|
|
14
|
+
"vibo",
|
|
15
|
+
"vibodj",
|
|
16
|
+
"wedding",
|
|
17
|
+
"dj",
|
|
18
|
+
"music",
|
|
19
|
+
"mcp"
|
|
20
|
+
],
|
|
14
21
|
"skills": "./SKILL.md",
|
|
15
22
|
"mcp": "./.mcp.json"
|
|
16
23
|
}
|
package/dist/bundle.js
CHANGED
|
@@ -31116,7 +31116,7 @@ function toolAnnotations(opts = {}) {
|
|
|
31116
31116
|
}
|
|
31117
31117
|
|
|
31118
31118
|
// src/version.ts
|
|
31119
|
-
var VERSION = "1.
|
|
31119
|
+
var VERSION = "1.1.0";
|
|
31120
31120
|
|
|
31121
31121
|
// src/client.ts
|
|
31122
31122
|
import { dirname, join } from "path";
|
package/dist/version.js
CHANGED
|
@@ -2,4 +2,4 @@
|
|
|
2
2
|
// literal on the line carrying the release marker; every manifest and the MCP
|
|
3
3
|
// server banner import VERSION from here, so there is exactly one place to keep
|
|
4
4
|
// in sync (and one release-please extra-files entry).
|
|
5
|
-
export const VERSION = '1.
|
|
5
|
+
export const VERSION = '1.1.0'; // x-release-please-version
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vibo-mcp",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.1.0",
|
|
4
4
|
"mcpName": "io.github.chrischall/vibo-mcp",
|
|
5
5
|
"description": "Vibo (vibodj.com) MCP server for Claude — host/couple event music planning. Developed and maintained by AI (Claude Code).",
|
|
6
6
|
"author": "Claude Code (AI) <https://www.anthropic.com/claude>",
|
package/server.json
CHANGED
|
@@ -6,12 +6,12 @@
|
|
|
6
6
|
"url": "https://github.com/chrischall/vibo-mcp",
|
|
7
7
|
"source": "github"
|
|
8
8
|
},
|
|
9
|
-
"version": "1.
|
|
9
|
+
"version": "1.1.0",
|
|
10
10
|
"packages": [
|
|
11
11
|
{
|
|
12
12
|
"registryType": "npm",
|
|
13
13
|
"identifier": "vibo-mcp",
|
|
14
|
-
"version": "1.
|
|
14
|
+
"version": "1.1.0",
|
|
15
15
|
"transport": {
|
|
16
16
|
"type": "stdio"
|
|
17
17
|
},
|