We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/TYLERSFOSTER/MCPSynthController'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
test_osc_client_init.py•169 B
from server.juce_bridge import osc_client
def test_osc_client_initialization():
"""Ensure the OSC client initializes properly."""
assert osc_client is not None