We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/TheLunarCompany/lunar'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
audit-log.it.test.ts.snap•452 B
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`Audit Log Service over SSE should persist events to file 1`] = `
{
"args": {
"message": "The sound of silence?",
},
"targetServerName": "echo-service",
"toolName": "echo",
}
`;
exports[`Audit Log Service over StreamableHTTP should persist events to file 1`] = `
{
"args": {
"message": "The sound of silence?",
},
"targetServerName": "echo-service",
"toolName": "echo",
}
`;