@gaudiolab/mcp-developers 1.1.0 → 1.1.1
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 +2 -0
- package/package.json +1 -1
- package/server.json +2 -2
package/README.md
CHANGED
|
@@ -33,11 +33,13 @@ Then just ask in natural language:
|
|
|
33
33
|
- *"Extract the dialogue from this video"*
|
|
34
34
|
- *"Sync these lyrics to this song"*
|
|
35
35
|
- *"What models are available?"*
|
|
36
|
+
- *"How many credits do I have left?"*
|
|
36
37
|
|
|
37
38
|
## Tools
|
|
38
39
|
|
|
39
40
|
| Tool | Description |
|
|
40
41
|
|------|-------------|
|
|
42
|
+
| `gaudio_get_key_info` | Get API key info: credits, project, permitted models |
|
|
41
43
|
| `gaudio_list_models` | List available AI models by category |
|
|
42
44
|
| `gaudio_upload_file` | Upload audio/video/text file (multipart, auto-chunked) |
|
|
43
45
|
| `gaudio_create_job` | Create a processing job |
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gaudiolab/mcp-developers",
|
|
3
3
|
"mcpName": "com.gaudiolab/mcp-developers",
|
|
4
|
-
"version": "1.1.
|
|
4
|
+
"version": "1.1.1",
|
|
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",
|
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.
|
|
5
|
+
"version": "1.1.1",
|
|
6
6
|
"packages": [
|
|
7
7
|
{
|
|
8
8
|
"registryType": "npm",
|
|
9
9
|
"identifier": "@gaudiolab/mcp-developers",
|
|
10
|
-
"version": "1.1.
|
|
10
|
+
"version": "1.1.1",
|
|
11
11
|
"transport": {
|
|
12
12
|
"type": "stdio"
|
|
13
13
|
},
|