Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 790 Bytes

File metadata and controls

22 lines (16 loc) · 790 Bytes

Agent Development Notes

Scope

This repo is the local-first Nourish MCP server for nutrition search, barcode lookup, intake logging, hydration and meal summaries.

Commands

  • Install: npm ci
  • Typecheck: npm run typecheck
  • Build: npm run build
  • HTTP smoke: npm run smoke:http
  • Metadata check: npm run test:metadata
  • Full gate: npm test

Rules

  • Never commit user food logs, photos, generated local stores, API keys, or private health context.
  • Keep fixture mode available for CI and agent verification.
  • Preserve pt-BR quantity parsing and explicit gram/unit behavior.
  • Preserve agent-ready surfaces: manifest, connection status, privacy audit, CLI UX, Hermes agent manifest, and metadata checks.
  • Keep nutrition outputs informational, not medical advice.