UNPKG

google-cloud-mcp

Version:

Model Context Protocol server for Google Cloud services

17 lines (16 loc) 495 B
/** * Google Cloud Logging integration for MCP */ import { McpServer } from '@modelcontextprotocol/sdk/server/mcp.js'; /** * Registers Google Cloud Logging resources with the MCP server * * @param server The MCP server instance */ export declare function registerLoggingResources(server: McpServer): void; /** * Registers Google Cloud Logging tools with the MCP server * * @param server The MCP server instance */ export declare function registerLoggingTools(server: McpServer): void;