UNPKG

vibe-coder-mcp

Version:

Production-ready MCP server with complete agent integration, multi-transport support, and comprehensive development automation tools for AI-assisted workflows.

6 lines 322 B
import { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js"; import './tools/index.js'; import './services/request-processor/index.js'; import { OpenRouterConfig } from "./types/workflow.js"; export declare function createServer(loadedConfigParam: OpenRouterConfig): McpServer; //# sourceMappingURL=server.d.ts.map