google-cloud-mcp
Version:
Model Context Protocol server for Google Cloud services
13 lines (10 loc) • 309 B
text/typescript
/**
* Google Cloud Logging service for MCP
*
* This module exports all Logging-related functionality
*/
// Export types and utilities
export * from './types.js';
// Export resources and tools
export { registerLoggingResources } from './resources.js';
export { registerLoggingTools } from './tools.js';