@vespermcp/mcp-server 1.0.3 → 1.0.4
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 +10 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -55,9 +55,16 @@ pip install opencv-python pillow numpy librosa soundfile
|
|
|
55
55
|
|
|
56
56
|
## ⚙️ MCP Configuration
|
|
57
57
|
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
58
|
+
### For Cursor
|
|
59
|
+
1. Go to **Settings** > **Features** > **MCP**
|
|
60
|
+
2. Click **Add New MCP Server**
|
|
61
|
+
3. Enter:
|
|
62
|
+
- **Name**: `vesper`
|
|
63
|
+
- **Type**: `command`
|
|
64
|
+
- **Command**: `vesper`
|
|
65
|
+
|
|
66
|
+
### For Claude Desktop
|
|
67
|
+
Vesper attempts to auto-configure itself! Restart Claude and check. If not:
|
|
61
68
|
|
|
62
69
|
```json
|
|
63
70
|
{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vespermcp/mcp-server",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.4",
|
|
4
4
|
"description": "AI-powered dataset discovery, quality analysis, and preparation MCP server with multimodal support (text, image, audio, video)",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "build/index.js",
|