discogs-mcp-server 0.1.0 → 0.2.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/README.md +5 -5
- package/dist/index.js +1114 -95
- package/dist/index.js.map +1 -1
- package/package.json +8 -3
package/README.md
CHANGED
|
@@ -2,6 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
MCP Server for the Discogs API, enabling music catalog operations, search functionality, and more.
|
|
4
4
|
|
|
5
|
+
## Quickstart
|
|
6
|
+
|
|
7
|
+
If you just want to get started immediately using this MCP Server with the [Claude](https://claude.ai) desktop app and don't care about development or running the server yourself, then make sure you have [Node.js](https://nodejs.org/en) installed and your Discogs personal access token ready and skip straight to the [Claude configuration section](#claude-desktop-configuration). Use the `NPX` method from that section.
|
|
8
|
+
|
|
5
9
|
## Table of Contents
|
|
6
10
|
|
|
7
11
|
- [Acknowledgements](#acknowledgements)
|
|
@@ -182,12 +186,8 @@ Any changes to local code will require Claude to be restarted to take effect. Al
|
|
|
182
186
|
|
|
183
187
|
- OAuth support
|
|
184
188
|
- Missing tools:
|
|
185
|
-
-
|
|
186
|
-
- Inventory management - uploading/exporting, etc.
|
|
187
|
-
- Getting user submissions
|
|
188
|
-
- Getting user contributions
|
|
189
|
+
- Inventory uploading
|
|
189
190
|
- Editing collection custom fields
|
|
190
|
-
- Getting versions from a master release
|
|
191
191
|
|
|
192
192
|
## License
|
|
193
193
|
|