We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/luciVuc/openapi-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
types.d.ts•259 B
/**
* Test type declarations
*/
declare global {
function createMockOpenAPISpec(): any;
function createMockConfig(): any;
namespace jest {
interface Matchers<R> {
toBeValidToolId(): R;
toBeValidToolName(): R;
}
}
}
export {};