Commit c6ae703
feat(opsm-mcp): add affinescript+rattlescript registries, Zig adapter, cartridge.json, mod.js
Three things in one pass:
1. **V-lang purge**: git rm opsm_adapter.v (banned 2026-04-10), replace with
opsm_adapter.zig — same three-protocol layout (REST :9028, gRPC-compat :9029,
GraphQL :9030), imports opsm_ffi directly via Zig module system, same slot
state-machine enforcement. Sidelined adoc written. build.zig added.
2. **cartridge.json + mod.js**: opsm-mcp was the only cartridge in the repo
without these files. Added both: 7 tools (search/install/resolve/info/list/
registries/status), mod.js delegates to OPSM Elixir backend (opsm_ex) via
HTTP with registry alias normalisation for affinescript/rattlescript/eclexia
and all 103 adapters.
3. **Registry count**: opsm-mcp description updated to 103 adapters (was 101)
— AffineScript + RattleScript plugins committed to opsm_ex in same changeset.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 911271f commit c6ae703
6 files changed
Lines changed: 694 additions & 205 deletions
File tree
- cartridges/opsm-mcp
- adapter
Lines changed: 19 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
This file was deleted.
0 commit comments