/** * Single source of truth for the MCP server's self-reported version. * * Must match package.json "version" — a repo test (tests/lib/mcp/ * version-sync.test.ts) fails when they drift. The User-Agent built from * this is what the API's version gate (src/lib/mcp/min-version.ts) reads; * every outbound request (api-client AND the fire-and-forget audit POST) * must send it versioned, or the gate can't see the client. */ export declare const SERVER_NAME = "frase-mcp-server"; export declare const SERVER_VERSION = "0.11.0"; export declare const SERVER_USER_AGENT = "frase-mcp-server/0.11.0"; //# sourceMappingURL=version.d.ts.map