@koda-sl/baker-cli 0.105.1 → 0.106.0-dev.2a665c873

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -236,7 +236,7 @@ The CLI rejects or automatically corrects common GAQL mistakes before hitting th
236
236
  | Pattern | Behavior | Warning/error emitted |
237
237
  |---------|----------|-----------------------|
238
238
  | Missing LIMIT | Adds `LIMIT 200` | `"Added LIMIT 200. Use --limit to override."` |
239
- | Bare `keyword.text` / `keyword.match_type` | Rewrites to `ad_group_criterion.*` (resource-scoped forms like `shared_criterion.keyword.text` pass through untouched) | `"keyword.text → ad_group_criterion.keyword.text"` |
239
+ | `keyword.text` | Rewrites to `ad_group_criterion.keyword.text` | `"keyword.text → ad_group_criterion.keyword.text"` |
240
240
  | `shopping_performance_view.product_*` | Rewrites to `segments.product_*` | Field renamed |
241
241
  | `campaign.status = 'ACTIVE'` | Rewrites to `= 'ENABLED'` | Enum corrected |
242
242
  | `segments.conversion_action_name` with `metrics.cost_micros` | Rejects; split into separate conversion-action and spend queries | `INCOMPATIBLE_FIELDS` with `fix.action: "split_query"` |
@@ -2424,6 +2424,24 @@ Permissions enforced server-side:
2424
2424
 
2425
2425
  ---
2426
2426
 
2427
+ ### `baker mcp list | add | remove`
2428
+
2429
+ Manage **custom MCP servers** — point the agent at any remote HTTPS MCP endpoint. Registered tools appear as `mcp__<name>__*` on the next chat message.
2430
+
2431
+ ```bash
2432
+ baker mcp list
2433
+ baker mcp add --name weather --url https://mcp.example.com/mcp
2434
+ baker mcp add --name acme --url https://acme.dev/mcp --header "Authorization: Bearer sk-…"
2435
+ baker mcp add --name mine --url https://my.dev/mcp --scope user
2436
+ baker mcp remove --name weather
2437
+ ```
2438
+
2439
+ - `--url` must be HTTPS and public; loopback / private / cloud-metadata hosts are rejected.
2440
+ - `--scope company` (default) shares with every chat in the company; `--scope org` needs an admin API key; `--scope user` binds to the current message sender (requires running inside a chat turn — the bridge supplies the sender via `BAKER_ACTING_USER_ID`).
2441
+ - Repeat `--header "Key: Value"` for multiple auth headers. Header values are stored server-side and ride the MCP transport — `list` returns only the header keys, never the values.
2442
+
2443
+ ---
2444
+
2427
2445
  ### `baker schema [command]`
2428
2446
 
2429
2447
  Inspect command argument schemas for AI agent introspection.
@@ -24,9 +24,9 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
24
24
  mod
25
25
  ));
26
26
 
27
- // ../../node_modules/.pnpm/safe-stable-stringify@2.5.0/node_modules/safe-stable-stringify/index.js
27
+ // ../../.pnpm-store/v10/links/@/safe-stable-stringify/2.5.0/810146e81bae4e3a061fe487864f2fde80c4b03b886877dc0f1fffbc6480b67e/node_modules/safe-stable-stringify/index.js
28
28
  var require_safe_stable_stringify = __commonJS({
29
- "../../node_modules/.pnpm/safe-stable-stringify@2.5.0/node_modules/safe-stable-stringify/index.js"(exports, module) {
29
+ "../../.pnpm-store/v10/links/@/safe-stable-stringify/2.5.0/810146e81bae4e3a061fe487864f2fde80c4b03b886877dc0f1fffbc6480b67e/node_modules/safe-stable-stringify/index.js"(exports, module) {
30
30
  "use strict";
31
31
  var { hasOwnProperty } = Object.prototype;
32
32
  var stringify = configure2();
@@ -890,7 +890,7 @@ function describeCause(c) {
890
890
  }
891
891
  }
892
892
 
893
- // ../../node_modules/.pnpm/safe-stable-stringify@2.5.0/node_modules/safe-stable-stringify/esm/wrapper.js
893
+ // ../../.pnpm-store/v10/links/@/safe-stable-stringify/2.5.0/810146e81bae4e3a061fe487864f2fde80c4b03b886877dc0f1fffbc6480b67e/node_modules/safe-stable-stringify/esm/wrapper.js
894
894
  var import__ = __toESM(require_safe_stable_stringify(), 1);
895
895
  var configure = import__.default.configure;
896
896
  var wrapper_default = import__.default;
@@ -6252,4 +6252,4 @@ export {
6252
6252
  defaultRegistry,
6253
6253
  createEngineFromEnv
6254
6254
  };
6255
- //# sourceMappingURL=chunk-3JVYU72O.js.map
6255
+ //# sourceMappingURL=chunk-26K7V346.js.map