package main
import "fmt"
// FooBar is a simple function for testing
func FooBar() string {
return "Hello, World!"
fmt.Println("Unreachable code") // This is unreachable code
return 3
}
func main() {
fmt.Println(FooBar())
}
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/isaacphi/mcp-language-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server