Skip to content

Commit 3cc649f

Browse files
author
Claude DevOps Engineer
committed
Update API base URL to api.brainiall.com
1 parent b61c2b1 commit 3cc649f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

plugins/wasm-go/mcp-servers/mcp-speech-ai/mcp-server.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ tools:
2121
default: "wav"
2222
enum: ["wav", "mp3", "ogg", "flac", "webm"]
2323
requestTemplate:
24-
url: "https://apim-ai-apis.azure-api.net/v1/pronunciation/assess/base64"
24+
url: "https://api.brainiall.com/v1/pronunciation/assess/base64"
2525
method: POST
2626
headers:
2727
- key: Content-Type
@@ -61,7 +61,7 @@ tools:
6161
default: "wav"
6262
enum: ["wav", "mp3", "ogg", "flac", "webm"]
6363
requestTemplate:
64-
url: "https://apim-ai-apis.azure-api.net/v1/stt/transcribe/base64"
64+
url: "https://api.brainiall.com/v1/stt/transcribe/base64"
6565
method: POST
6666
headers:
6767
- key: Content-Type
@@ -94,7 +94,7 @@ tools:
9494
required: false
9595
default: "af_heart"
9696
requestTemplate:
97-
url: "https://apim-ai-apis.azure-api.net/v1/tts/synthesize"
97+
url: "https://api.brainiall.com/v1/tts/synthesize"
9898
method: POST
9999
headers:
100100
- key: Content-Type
@@ -117,7 +117,7 @@ tools:
117117
description: "List all available text-to-speech voices with their names, genders, and accent information."
118118
args: []
119119
requestTemplate:
120-
url: "https://apim-ai-apis.azure-api.net/v1/tts/voices"
120+
url: "https://api.brainiall.com/v1/tts/voices"
121121
method: GET
122122
headers:
123123
- key: Ocp-Apim-Subscription-Key

0 commit comments

Comments
 (0)