Skip to content

Commit c00b991

Browse files
committed
docs: advertise search_discogs in README, marketing page, and auth_status
1 parent 67a141c commit c00b991

3 files changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ This server uses **MCP OAuth 2.1** with Discogs as the identity provider. When y
152152
| Tool | Description |
153153
| ---------------------- | ---------------------------------------------------------------------------- |
154154
| `search_collection` | Search your collection with explicit genre filters, mood-aware ranking, and master-level dedup |
155+
| `search_discogs` | Search the Discogs-wide catalog (releases, masters, artists, labels) — marks results you already own |
155156
| `get_release` | Get detailed information about a specific release (tracklist, formats, labels) |
156157
| `get_collection_stats` | View genre breakdown, decade analysis, format distribution, and ratings |
157158
| `get_recommendations` | Get personalized recommendations by genre, decade, mood, or similarity |

src/marketing-page.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -573,6 +573,7 @@ export const MARKETING_PAGE_HTML = `<!DOCTYPE html>
573573
<h3>Search &amp; discovery</h3>
574574
<ul>
575575
<li>search_collection</li>
576+
<li>search_discogs</li>
576577
<li>get_release</li>
577578
<li>get_collection_stats</li>
578579
<li>get_recommendations</li>

src/mcp/tools/public.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ You are successfully authenticated with Discogs!
7474
7575
**Available tools:**
7676
77-
*Search & discovery:* search_collection, get_release, get_collection_stats, get_recommendations
77+
*Search & discovery:* search_collection, search_discogs, get_release, get_collection_stats, get_recommendations
7878
*Collection management:* add_to_collection, remove_from_collection, move_release, rate_release
7979
*Folders:* list_folders, create_folder, edit_folder, delete_folder
8080
*Custom fields:* list_custom_fields, edit_custom_field

0 commit comments

Comments
 (0)