MCP Server

by samnguyen539

354 downloads
Not rated
GitHub

Description

# MCP Server Initial skeleton for the Multi-Agent Code Planner (MCP) server. ## Prerequisites - Node.js v14+ / npm - Docker & Docker Compose ## Setup 1. Copy \`.env.example\` to \`.env\` and set values. 2. Build & run locally: \`\`\`bash npm install npm start \`\`\` 3. Or with…

About

# MCP Server Initial skeleton for the Multi-Agent Code Planner (MCP) server. ## Prerequisites - Node.js v14+ / npm - Docker & Docker Compose ## Setup 1. Copy \`.env.example\` to \`.env\` and set values. 2. Build & run locally: \`\`\`bash npm install npm start \`\`\` 3. Or with Docker Compose: \`\`\`bash docker-compose…

Details

Author
samnguyen539
Downloads
354
Categories
Other

- Health check endpoint at GET /health
- Execute planning command endpoint at POST /execute
- Docker Compose support for containerized deployment
- Node.js based with environment configuration
- Simple setup with npm

Copy .env.example to .env and set values. Then install dependencies with npm install and start with npm start. Alternatively, use Docker Compose: docker-compose up --build -d. Verify with curl http://localhost:8205/health.

MCP Server

Initial skeleton for the Multi-Agent Code Planner (MCP) server.

Prerequisites

- Node.js v14+ / npm - Docker & Docker Compose

Setup

1. Copy \.env.example\ to \.env\ and set values.
2. Build & run locally:
\\\bash
npm install
npm start
\
\\
3. Or with Docker Compose:
\\\bash
docker-compose up --build -d
\
\\
4. Verify health:
\\\bash
curl http://localhost:8205/health
\
\\

Endpoints

- \GET /health\ — Health check
- \POST /execute\ — Execute planning command

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.