vibo-mcp 1.3.1 → 1.3.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.
@@ -7,7 +7,7 @@
7
7
  },
8
8
  "metadata": {
9
9
  "description": "MCP server for Vibo (vibodj.com) — plan & manage event music, song requests, ideas, guests, and playlists via natural language",
10
- "version": "1.3.1"
10
+ "version": "1.3.2"
11
11
  },
12
12
  "plugins": [
13
13
  {
@@ -15,7 +15,7 @@
15
15
  "displayName": "Vibo",
16
16
  "source": "./",
17
17
  "description": "MCP server for Vibo — browse & manage events, timeline, songs, the DJ song ideas/questions, guests, and exports to Spotify/Apple Music",
18
- "version": "1.3.1",
18
+ "version": "1.3.2",
19
19
  "author": {
20
20
  "name": "Chris Hall"
21
21
  },
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "vibo-mcp",
3
3
  "displayName": "Vibo",
4
- "version": "1.3.1",
4
+ "version": "1.3.2",
5
5
  "description": "MCP server for Vibo (vibodj.com) — plan & manage event music, song requests, ideas, guests, and playlists via natural language",
6
6
  "author": {
7
7
  "name": "Chris Hall",
@@ -18,6 +18,6 @@
18
18
  "music",
19
19
  "mcp"
20
20
  ],
21
- "skills": "./SKILL.md",
21
+ "skills": "./skills/",
22
22
  "mcp": "./.mcp.json"
23
23
  }
package/README.md CHANGED
@@ -48,7 +48,7 @@ confirm-gated: without `confirm: true` it returns a dry-run preview and makes no
48
48
  network call.
49
49
 
50
50
  See [docs/VIBO-API.md](docs/VIBO-API.md) for the reverse-engineered API notes
51
- and [SKILL.md](SKILL.md) for the full tool list.
51
+ and [skills/vibo-mcp/SKILL.md](skills/vibo-mcp/SKILL.md) for the full tool list.
52
52
 
53
53
  ## Development
54
54
 
package/dist/bundle.js CHANGED
@@ -31120,7 +31120,7 @@ function toolAnnotations(opts = {}) {
31120
31120
  }
31121
31121
 
31122
31122
  // src/version.ts
31123
- var VERSION = "1.3.1";
31123
+ var VERSION = "1.3.2";
31124
31124
 
31125
31125
  // src/client.ts
31126
31126
  import { dirname as dirname2, join as join2 } 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.3.1'; // x-release-please-version
5
+ export const VERSION = '1.3.2'; // x-release-please-version
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vibo-mcp",
3
- "version": "1.3.1",
3
+ "version": "1.3.2",
4
4
  "mcpName": "io.github.chrischall/vibo-mcp",
5
5
  "description": "Vibo (vibodj.com) MCP server for Claude — host/couple event music planning & management. Developed and maintained by AI (Claude Code).",
6
6
  "author": "Claude Code (AI) <https://www.anthropic.com/claude>",
@@ -31,7 +31,7 @@
31
31
  "files": [
32
32
  "dist",
33
33
  ".claude-plugin",
34
- "SKILL.md",
34
+ "skills",
35
35
  ".mcp.json",
36
36
  "server.json"
37
37
  ],
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.3.1",
9
+ "version": "1.3.2",
10
10
  "packages": [
11
11
  {
12
12
  "registryType": "npm",
13
13
  "identifier": "vibo-mcp",
14
- "version": "1.3.1",
14
+ "version": "1.3.2",
15
15
  "transport": {
16
16
  "type": "stdio"
17
17
  },
File without changes