We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/krzko/google-cloud-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
index.ts•189 B
/**
* Google Cloud Profiler service exports
*/
export { registerProfilerTools } from "./tools.js";
export { registerProfilerResources } from "./resources.js";
export * from "./types.js";