/** * GTM MCP Server factory * Creates the McpServer instance and registers all tools. */ import { McpServer } from '@modelcontextprotocol/sdk/server/mcp.js'; import type { OAuth2Client } from 'google-auth-library'; import { getGuardrailConfig } from './utils/guardrails.js'; export declare const SERVER_NAME = "samarth-gtm-mcp"; export declare const SERVER_VERSION = "1.0.0"; export declare function createGtmMcpServer(auth: OAuth2Client): McpServer; /** Exported so the flag-to-prose contract can be tested without constructing a server. */ export declare function buildInstructions(config: ReturnType): string; //# sourceMappingURL=server.d.ts.map