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
healthcheck.feature•527 B
@gateway
Feature: Healthcheck
Scenario: proxy_only healthcheck is requested
Given Lunar Proxy is up
When A local GET request (id healthcheck) is made to port 8040 at path /healthcheck
Then Response (id healthcheck) status code should be 200
Scenario: healthcheck is requested at wrong path
Given Lunar Proxy is up
When A local GET request (id healthcheck) is made to port 8040 at path /wrong_path
Then Response (id healthcheck) status code should be 404