@runapi.ai/suno-mcp 0.1.6 → 0.1.8

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.
@@ -1,5 +1,5 @@
1
1
  export declare const META: {
2
2
  readonly name: "@runapi.ai/suno-mcp";
3
- readonly version: "0.1.6";
3
+ readonly version: "0.1.7";
4
4
  readonly lineSlug: "suno";
5
5
  };
package/dist/src/meta.js CHANGED
@@ -1,6 +1,6 @@
1
1
  export const META = {
2
2
  name: "@runapi.ai/suno-mcp",
3
- version: "0.1.6",
3
+ version: "0.1.7",
4
4
  lineSlug: "suno"
5
5
  };
6
6
  //# sourceMappingURL=meta.js.map
@@ -5,10 +5,7 @@
5
5
  "args": [
6
6
  "-y",
7
7
  "@runapi.ai/suno-mcp"
8
- ],
9
- "env": {
10
- "RUNAPI_API_KEY": "${RUNAPI_API_KEY}"
11
- }
8
+ ]
12
9
  }
13
10
  }
14
11
  }
@@ -5,10 +5,7 @@
5
5
  "args": [
6
6
  "-y",
7
7
  "@runapi.ai/suno-mcp"
8
- ],
9
- "env": {
10
- "RUNAPI_API_KEY": "${RUNAPI_API_KEY}"
11
- }
8
+ ]
12
9
  }
13
10
  }
14
11
  }
@@ -5,10 +5,7 @@
5
5
  "args": [
6
6
  "-y",
7
7
  "@runapi.ai/suno-mcp"
8
- ],
9
- "env": {
10
- "RUNAPI_API_KEY": "${RUNAPI_API_KEY}"
11
- }
8
+ ]
12
9
  }
13
10
  }
14
11
  }
@@ -6,10 +6,7 @@
6
6
  "args": [
7
7
  "-y",
8
8
  "@runapi.ai/suno-mcp"
9
- ],
10
- "env": {
11
- "RUNAPI_API_KEY": "${RUNAPI_API_KEY}"
12
- }
9
+ ]
13
10
  }
14
11
  }
15
12
  }
@@ -5,10 +5,7 @@
5
5
  "args": [
6
6
  "-y",
7
7
  "@runapi.ai/suno-mcp"
8
- ],
9
- "env": {
10
- "RUNAPI_API_KEY": "${RUNAPI_API_KEY}"
11
- }
8
+ ]
12
9
  }
13
10
  }
14
11
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@runapi.ai/suno-mcp",
3
- "version": "0.1.6",
3
+ "version": "0.1.8",
4
4
  "description": "RunAPI Suno MCP server for multimodal generation: create tasks, poll results, and check pricing across 6 model variants from Claude Code, Codex, Cursor, and VS Code.",
5
5
  "type": "module",
6
6
  "main": "dist/src/index.js",
@@ -60,7 +60,7 @@
60
60
  },
61
61
  "dependencies": {
62
62
  "@modelcontextprotocol/sdk": "^1.29.0",
63
- "@runapi.ai/mcp-core": "0.1.3",
63
+ "@runapi.ai/mcp-core": "0.1.5",
64
64
  "zod": "^3.25.76"
65
65
  },
66
66
  "devDependencies": {
package/server.json CHANGED
@@ -6,19 +6,19 @@
6
6
  "url": "https://github.com/runapi-ai/suno-mcp",
7
7
  "source": "github"
8
8
  },
9
- "version": "0.1.6",
9
+ "version": "0.1.8",
10
10
  "packages": [
11
11
  {
12
12
  "registryType": "npm",
13
13
  "identifier": "@runapi.ai/suno-mcp",
14
- "version": "0.1.6",
14
+ "version": "0.1.8",
15
15
  "transport": {
16
16
  "type": "stdio"
17
17
  },
18
18
  "environmentVariables": [
19
19
  {
20
- "description": "RunAPI API key. Create one at https://runapi.ai",
21
- "isRequired": true,
20
+ "description": "Optional RunAPI API key for headless hosts. Interactive MCP hosts can use the login tool, which writes shared RunAPI config.",
21
+ "isRequired": false,
22
22
  "format": "string",
23
23
  "isSecret": true,
24
24
  "name": "RUNAPI_API_KEY"