We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/kajidog/mcp-tts-voicevox'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
empty-module.ts•267 B
/**
* Empty module for browser builds
* Used to replace Node.js-specific modules that are not needed in browser
*/
export class NodePlaybackStrategy {
supportsStreaming() {
return false
}
async playFromBuffer() {}
async playFromFile() {}
stop() {}
}