/** * Senpi MCP URL and skill constants (shared by client and DSL). */ export declare const MCP_BASE_URL = "https://mcp.prod.senpi.ai/mcp"; export declare const MCP_SKILL_NAME = "dsl-plugin"; export declare const MCP_SKILL_VERSION_DEFAULT = "0.0.1"; //# sourceMappingURL=constants.d.ts.map