@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.
Files changed (2) hide show
  1. package/README.md +10 -3
  2. 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
- Add Vesper to your MCP settings file:
59
-
60
- **Claude Desktop** (`~/Library/Application Support/Claude/claude_desktop_config.json` on macOS):
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",
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",