Skip to main content
Glama

Voice Recognition MCP Service

by yangsenessa
test_help.sh489 B
#!/bin/bash # Test help method via stdio echo "Testing help method via stdio:" echo '{"jsonrpc": "2.0", "method": "help", "params": {}, "id": 1}' | python stdio_server.py # Test help method via executable (if exists) if [ -f "dist/voice_stdio" ]; then echo -e "\nTesting help method via executable:" echo '{"jsonrpc": "2.0", "method": "help", "params": {}, "id": 1}' | ./dist/voice_stdio else echo -e "\nExecutable not found. Please build it first using: python build.py" fi

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/yangsenessa/mcp_voice_identify'

If you have feedback or need assistance with the MCP directory API, please join our Discord server