@cubis/foundry 0.3.49 → 0.3.51

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
@@ -198,6 +198,11 @@ If active Postman env var (for example `POSTMAN_API_KEY_DEFAULT`) is available a
198
198
  - direct Stitch MCP server where applicable (`StitchMCP` for Antigravity)
199
199
  - local Foundry MCP command server (`cubis-foundry` via `cbx mcp serve --transport stdio --scope auto`)
200
200
 
201
+ `--postman` also installs the `postman` skill. Managed platform rules then treat Postman intent as skill-first:
202
+ - run `skill_search "postman"`
203
+ - load `skill_get "postman"` before workflow/agent routing
204
+ - prefer Postman MCP tools over Newman/CLI fallback unless explicitly requested
205
+
201
206
  To opt out of Foundry MCP registration during install:
202
207
 
203
208
  ```bash