Apache 2.0Pre-1.0 · managed cloud and self-hosted previewsRead the open-source commitment

Documentation

Build one governed MCP endpoint.

Start with the tested local slice, then inspect the managed cloud and Kubernetes targets. Live cross-target portability remains an explicit acceptance test.

Repository reference

Move from product questions to exact implementation evidence.

These maps explain when to use each maintained Markdown reference, what it covers, and where the current proof stops. The full source remains in the public repository.

R1

Feature reference

Map every major product surface to implemented evidence, preview work, designed capabilities, and the next proof required.

R2

Requirements traceability

Connect stable product-requirement families to their implementation, scoped verification, and the exact acceptance evidence still missing.

R3

MCP composition lifecycle

Follow one governed endpoint from upstream registration and versioned composition through discovery, policy, execution, provenance, and audit.

R4

Management console guide

Navigate the connected management console, distinguish authenticated and demo modes, and use each implemented workflow without inferring unfinished features.

R5

API, SDK, and CLI reference

Use the implemented control-plane routes, MCP endpoint, response envelopes, TypeScript and Python clients, and operational CLI.

R6

MCP server and connector authoring

Build an upstream MCP server that composes cleanly, with stable tools, bounded schemas, explicit side effects, safe errors, and documented security expectations.

R7

Configuration reference

Configure the portable Node server, managed cloud app, static web surface, CLI, Docker Compose, Helm, and storage adapters.

R8

Operations runbook

Prepare, deploy, validate, monitor, recover, and document the portable Node and Kubernetes distribution with explicit evidence gates.

R9

Troubleshooting

Diagnose installation, control-plane, MCP, managed cloud, Docker, Kubernetes, readiness, audit, and incident failures from the first broken layer.

R10

Development guide

Work in the monorepo, preserve the portable boundary, run quality gates, and extend domain, storage, executor, security, and documentation surfaces.

Evidence and boundaries

Read the current status before planning a production rollout.

The maintained source index covers the complete documentation set; status and limitations distinguish tested behavior from preview, designed, and blocked work.

Core API

A small typed surface with explicit tenancy.

Management responses include a request ID, and failures use a consistent problem envelope.

RequestControl plane API v1
curl http://localhost:8787/api/v1/overview \
  -H 'x-litemcp-tenant: org_demo' \
  -H 'x-litemcp-role: finance-admin'

# Demo headers are for explicit local demo mode only.
# Production resolves tenant and role from authenticated identity.