setlist-mcp 0.5.1 → 0.6.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.
@@ -7,7 +7,7 @@
7
7
  },
8
8
  "metadata": {
9
9
  "description": "MCP server for setlist.fm — concert setlists, artists, venues, and tours via the setlist.fm API",
10
- "version": "0.5.1"
10
+ "version": "0.6.0"
11
11
  },
12
12
  "plugins": [
13
13
  {
@@ -15,7 +15,7 @@
15
15
  "displayName": "setlist.fm",
16
16
  "source": "./",
17
17
  "description": "MCP server for setlist.fm — search concert setlists, artists, venues, and tours via natural language",
18
- "version": "0.5.1",
18
+ "version": "0.6.0",
19
19
  "author": {
20
20
  "name": "Chris Hall"
21
21
  },
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "setlist-mcp",
3
3
  "displayName": "setlist.fm",
4
- "version": "0.5.1",
4
+ "version": "0.6.0",
5
5
  "description": "MCP server for setlist.fm — search concert setlists, artists, venues, and tours via the setlist.fm API",
6
6
  "author": {
7
7
  "name": "Chris Hall",
package/SKILL.md CHANGED
@@ -77,7 +77,7 @@ All tools are read-only and prefixed `setlist_`.
77
77
  - **`setlist_get_setlist_version`** — a specific historical version by `versionId`.
78
78
 
79
79
  ### Batch
80
- - **`setlist_resolve_concerts`** — resolve up to **24** `{artist, date, city?, venue?}` to their best-match setlists in one call (with `songCount`/`hasSongs` + a `{matched, stubs, unmatched, pending}` summary). Calls are paced to setlist.fm's rate limit; if a batch can't finish in time the rest come back `pending: true` — re-call with just those. For more than 24 shows, chunk into batches of ≤24.
80
+ - **`setlist_resolve_concerts`** — resolve up to **24** `{artist, date, city?, venue?}` to their best-match setlists in one call (with `songCount`/`hasSongs` + a `{matched, stubs, tourReferenced, unmatched, pending}` summary). When a show is an empty stub but the act toured a repeating set, the result also includes a **`tourReference`** — a populated, representative setlist from the *same tour* on a nearby date (with `songs` + its own `url`), clearly labeled as a reference, **not** the exact show (pass `tourFallback: false` to skip). Calls are paced to setlist.fm's rate limit; if a batch can't finish in time the rest come back `pending: true` — re-call with just those. For more than 24 shows, chunk into batches of ≤24.
81
81
 
82
82
  ### Venues
83
83
  - **`setlist_search_venues`** — find venues by `name` and/or location.