We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Kastalien-Research/thoughtbox'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
index.ts•362 B
/**
* Observability Module
*
* Exports for the observability_gateway MCP tool.
*/
export {
ObservabilityGatewayHandler,
ObservabilityInputSchema,
type ObservabilityGatewayConfig,
type ObservabilityInput,
type ObservabilityOperation,
} from './gateway-handler.js';
export { PrometheusClient, type PrometheusConfig } from './prometheus-client.js';