a4-cli 0.13.0

CLI tool for generating TypeScript SDKs from Arete stream specifications
1
2
3
4
5
6
7
8
9
10
11
12
{
  // OpenCode config with comments and trailing commas.
  "$schema": "https://opencode.ai/config.json",
  "theme": "opencode", // keep this comment
  "mcp": {
    "mine": {
      "type": "local",
      "command": ["my-mcp"],
      "enabled": true,
    },
  },
}