We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/isaacphi/mcp-language-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
---
Symbol: foo_bar
/TEST_OUTPUT/workspace/src/main.cpp
Range: L5:C1 - L8:C2
5|void foo_bar() {
6| std::cout << "Hello, World!" << std::endl;
7| return;
8|}