#!/usr/bin/env node /** * Agent Rules Kit MCP Server - HTTP Mode * MCP server that runs as an HTTP service */ import { Server } from '@modelcontextprotocol/sdk/server/index.js'; /** * Create and configure the MCP server */ declare const server: Server<{ method: string; params?: import("zod").objectOutputType<{ _meta: import("zod").ZodOptional>; }, "passthrough", import("zod").ZodTypeAny, import("zod").objectOutputType<{ progressToken: import("zod").ZodOptional>; }, import("zod").ZodTypeAny, "passthrough">, import("zod").objectInputType<{ progressToken: import("zod").ZodOptional>; }, import("zod").ZodTypeAny, "passthrough">>>; }, import("zod").ZodTypeAny, "passthrough"> | undefined; }, { method: string; params?: import("zod").objectOutputType<{ _meta: import("zod").ZodOptional, import("zod").objectInputType<{}, import("zod").ZodTypeAny, "passthrough">>>; }, import("zod").ZodTypeAny, "passthrough"> | undefined; }, import("zod").objectOutputType<{ _meta: import("zod").ZodOptional, import("zod").objectInputType<{}, import("zod").ZodTypeAny, "passthrough">>>; }, import("zod").ZodTypeAny, "passthrough">>; /** * Configure Express server */ declare function createExpressApp(): import("express-serve-static-core").Express; export { createExpressApp, server }; //# sourceMappingURL=http.d.ts.map