mcp-server
0
The MCP Server is designed as a foundational structure for a Multi-Agent Code Planner. It requires Node.js, npm, Docker, and offers basic setup instructions including health verification and command execution endpoints.
MCP Server
Initial skeleton for the Multi-Agent Code Planner (MCP) server.
Prerequisites
- Node.js v14+ / npm
- Docker & Docker Compose
Setup
- Copy `.env.example` to `.env` and set values.
- Build & run locally: ```bash npm install npm start ```
- Or with Docker Compose: ```bash docker-compose up --build -d ```
- Verify health: ```bash curl http://localhost:8205/health ```
Endpoints
- `GET /health` — Health check
- `POST /execute` — Execute planning command