Logo
Explore Help
Sign In
RnD/EVOLV
3
0
Fork 0
You've already forked EVOLV
Code Issues 22 Pull Requests Actions 1 Packages Projects Releases Wiki Activity
Files
2aafc38968641b54b5159d564b260c8c4dd8ecdc
EVOLV/tools/mcp/node-red-admin/Dockerfile

6 lines
210 B
Docker
Raw Normal View History

tools: add physics-sanity + Docker MCP scaffolding + tools/README - tools/physics-sanity/ — JS library of cross-node balance helpers (mass / hydraulic / hydraulic-power / oxygen-transfer / energy) with 7 unit tests + a CLI demo. Designed for `require()` from per-node integration tests where shape-based unit tests miss physically- impossible plant states. - tools/docker-compose.yml + tools/mcp/{node-red-admin,influxdb,browser} scaffolding — placeholder Dockerfiles + a ROADMAP.md for the Node-RED admin MCP. Compose file is the target shape for the Q3-2026 migration to the central MCP server; the per-service Dockerfile stays in this repo as the canonical definition either way. Implementations are TODO. - tools/README.md — top-level tooling index; documents the CI order for running every tool on a PR. - .gitignore: ignore tools/.env (developer-specific MCP endpoints). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-19 10:16:47 +02:00
# placeholder — see ROADMAP.md
FROM node:20-alpine
WORKDIR /app
RUN echo 'console.error("mcp-node-red-admin not yet implemented — see ROADMAP.md"); process.exit(1);' > server.mjs
CMD ["node", "server.mjs"]
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.4 Page: 16ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API