Skip to content

Commit 65252af

Browse files
Fix incorrect usage of docker mcp server startup - docker image points to official mcp elevenlabs server
1 parent 721ed98 commit 65252af

File tree

1 file changed

+1
-17
lines changed

1 file changed

+1
-17
lines changed

mcp-registry/servers/elevenlabs.json

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -36,21 +36,6 @@
3636
"ELEVENLABS_STYLE": "${ELEVENLABS_STYLE}",
3737
"ELEVENLABS_OUTPUT_DIR": "${ELEVENLABS_OUTPUT_DIR}"
3838
}
39-
},
40-
"docker": {
41-
"type": "docker",
42-
"command": "docker",
43-
"args": [
44-
"run",
45-
"-i",
46-
"--rm",
47-
"-e",
48-
"ELEVENLABS_API_KEY",
49-
"mcp/elevenlabs"
50-
],
51-
"env": {
52-
"ELEVENLABS_API_KEY": "${ELEVENLABS_API_KEY}"
53-
}
5439
}
5540
},
5641
"arguments": {
@@ -182,6 +167,5 @@
182167
"required": []
183168
}
184169
}
185-
],
186-
"docker_url": "https://hub.docker.com/r/mcp/elevenlabs"
170+
]
187171
}

0 commit comments

Comments
 (0)