We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/andyl25/googlecloud-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
index.d.ts•335 B
/**
* Google Cloud Monitoring service for MCP
*
* This module exports all Monitoring-related functionality
*/
export * from './types.js';
export { metricsLookup, Metric, MetricCategory } from './metrics_lookup.js';
export { registerMonitoringResources } from './resources.js';
export { registerMonitoringTools } from './tools.js';