@gaudiolab/mcp-developers 1.1.1 → 1.1.3

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/dist/index.js CHANGED
File without changes
package/package.json CHANGED
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "name": "@gaudiolab/mcp-developers",
3
3
  "mcpName": "com.gaudiolab/mcp-developers",
4
- "version": "1.1.1",
4
+ "version": "1.1.3",
5
5
  "description": "Gaudio Lab Audio AI API — MCP Server for Stem Separation, DME Separation, AI Text Sync",
6
6
  "type": "module",
7
7
  "main": "dist/index.js",
8
8
  "bin": {
9
- "gaudio-mcp": "dist/index.js"
9
+ "mcp-developers": "dist/index.js"
10
10
  },
11
11
  "scripts": {
12
- "build": "tsc",
12
+ "build": "tsc && chmod +x dist/index.js",
13
13
  "start": "node dist/index.js",
14
14
  "dev": "tsc --watch"
15
15
  },
package/server.json CHANGED
@@ -2,12 +2,12 @@
2
2
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
3
3
  "name": "com.gaudiolab/mcp-developers",
4
4
  "description": "Gaudio Lab Audio AI — Stem Separation, DME Separation, AI Text Sync",
5
- "version": "1.1.1",
5
+ "version": "1.1.3",
6
6
  "packages": [
7
7
  {
8
8
  "registryType": "npm",
9
9
  "identifier": "@gaudiolab/mcp-developers",
10
- "version": "1.1.1",
10
+ "version": "1.1.3",
11
11
  "transport": {
12
12
  "type": "stdio"
13
13
  },