We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/quanticsoul4772/analytical-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
remove-mocks.sh•202 B
#!/bin/bash
# Remove the mocks directory since we're using real API calls
# Remove the __mocks__ directory
rm -rf src/__mocks__
echo "Removed mock implementations. Tests will now use real API calls."