@lstm-kirigaya/openmcp-client
OpenMCP follows a layered modular architecture with three main deployment targets:
Install
Add @lstm-kirigaya/openmcp-client to Claude Code with the PolySkill CLI: polyskill add @lstm-kirigaya/openmcp-client
Instructions
# CLAUDE.md This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository. ## Development Commands ### Setup and Installation ```bash npm run setup # Install dependencies and prepare OCR resources ``` ### Development ```bash npm run serve # Start all services in development mode (uses Turbo) npm run build # Build all modules npm run build:all # Build all modules (alias) npm run build:electron # Build only Electron app ``` ### Service Development ```bash cd service npm run serve # Start service with hot reload (nodemon + tsx) npm run build # Compile Type…
Keywords: github, openmcp, modular-architecture, deployment-targets, coding-framework, software-development, client-library, api-client, github-integration