@vespermcp/mcp-server 1.2.16 → 1.2.18

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/build/index.js +1 -0
  2. package/package.json +2 -3
package/build/index.js CHANGED
@@ -1,3 +1,4 @@
1
+ #!/usr/bin/env node
1
2
  // --- Dataset ID Normalization ---
2
3
  function normalize_dataset_id(dataset_id) {
3
4
  // Remove kaggle: prefix for storage key
package/package.json CHANGED
@@ -1,13 +1,12 @@
1
1
  {
2
2
  "name": "@vespermcp/mcp-server",
3
- "version": "1.2.16",
3
+ "version": "1.2.18",
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",
7
7
  "bin": {
8
- "vespermcp": "./build/index.js",
9
8
  "mcp-server": "./build/index.js",
10
- "@vespermcp/mcp-server": "./build/index.js",
9
+ "vespermcp": "./build/index.js",
11
10
  "vesper-wizard": "scripts/wizard.js"
12
11
  },
13
12
  "files": [