endpoint-libs 2.1.3

Launch MCP services fast: describe endpoints once in RON, and endpoint-gen generates the Rust models, docs and MCP tool schemas that this crate serves over WebSocket RPC, with roles and typed errors built in.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
@AGENTS.md

# Claude Code notes — endpoint-libs

The import above is binding: [`AGENTS.md`](AGENTS.md) is the **working agreement** for this
repository, and every Claude Code session loads it automatically. Don't copy rules here —
one source of truth, no drift. Only genuinely Claude-specific wiring belongs below.

- Guardrails live in [`.claude/settings.json`].claude/settings.json: safe read-only
  commands are pre-allowed; pushes, publishing, `gh pr merge`, cloud CLIs and deploys prompt
  first (`permissions.ask` plus the `PreToolUse` hook in [`.claude/hooks/`].claude/hooks/).
- Keep the hook's `RISKY_WORDS` and `permissions.ask` **in sync** — they back each other up.