@cubis/foundry 0.3.51 → 0.3.52
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 +26 -12
- package/bin/cubis.js +662 -80
- package/mcp/dist/index.js +108 -46
- package/mcp/src/server.ts +51 -39
- package/mcp/src/upstream/passthrough.test.ts +30 -0
- package/mcp/src/upstream/passthrough.ts +113 -17
- package/package.json +1 -1
- package/workflows/skills/postman/SKILL.md +31 -25
- package/workflows/skills/postman/references/full-mode-setup.md +36 -0
- package/workflows/skills/postman/references/troubleshooting.md +25 -0
- package/workflows/skills/postman/references/workspace-policy.md +20 -0
- package/workflows/workflows/agent-environment-setup/manifest.json +1 -1
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/workflows/database.md +1 -1
- package/workflows/workflows/agent-environment-setup/platforms/codex/workflows/database.md +1 -1
- package/workflows/workflows/agent-environment-setup/platforms/copilot/rules/AGENTS.md +4 -3
- package/workflows/workflows/agent-environment-setup/platforms/copilot/rules/copilot-instructions.md +1 -1
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/postman/SKILL.md +31 -25
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/postman/references/full-mode-setup.md +36 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/postman/references/troubleshooting.md +25 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/postman/references/workspace-policy.md +20 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/workflows/database.md +1 -1
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/postman/SKILL.md +31 -25
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/postman/references/full-mode-setup.md +36 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/postman/references/troubleshooting.md +25 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/postman/references/workspace-policy.md +20 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/postman/SKILL.md +31 -25
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/postman/references/full-mode-setup.md +36 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/postman/references/troubleshooting.md +25 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/postman/references/workspace-policy.md +20 -0
- package/workflows/workflows/agent-environment-setup/shared/workflows/database.md +1 -1
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
# Postman MCP Troubleshooting
|
|
2
|
+
|
|
3
|
+
## Only `postman_get_*` / `postman_set_mode` tools appear
|
|
4
|
+
|
|
5
|
+
1. Confirm active env alias exists in shell (or persisted env file).
|
|
6
|
+
2. Sync catalog:
|
|
7
|
+
|
|
8
|
+
```bash
|
|
9
|
+
cbx mcp tools sync --service postman --scope global
|
|
10
|
+
cbx mcp tools list --service postman --scope global
|
|
11
|
+
```
|
|
12
|
+
|
|
13
|
+
3. Restart runtime if using Docker:
|
|
14
|
+
|
|
15
|
+
```bash
|
|
16
|
+
cbx mcp runtime up --scope global --name cbx-mcp --replace --port 3310
|
|
17
|
+
```
|
|
18
|
+
|
|
19
|
+
## Client does not show dotted names
|
|
20
|
+
|
|
21
|
+
Use alias tools (`postman_<tool>`) when dotted names are filtered by client UI.
|
|
22
|
+
|
|
23
|
+
## Missing API key at startup
|
|
24
|
+
|
|
25
|
+
Expected behavior: tool names can still come from cached catalog; tool calls fail with explicit auth error until env alias is set.
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
# Workspace Default Policy
|
|
2
|
+
|
|
3
|
+
Resolve workspace ID in this order:
|
|
4
|
+
|
|
5
|
+
1. User-provided workspace ID in the request
|
|
6
|
+
2. `postman_get_status` default workspace
|
|
7
|
+
3. Auto-detected workspace when only one exists
|
|
8
|
+
4. Explicit user selection when multiple workspaces exist
|
|
9
|
+
|
|
10
|
+
## Persist Selected Workspace
|
|
11
|
+
|
|
12
|
+
```bash
|
|
13
|
+
cbx workflows config --scope global --workspace-id <workspace-id>
|
|
14
|
+
```
|
|
15
|
+
|
|
16
|
+
Clear workspace default:
|
|
17
|
+
|
|
18
|
+
```bash
|
|
19
|
+
cbx workflows config --scope global --clear-workspace-id
|
|
20
|
+
```
|
|
@@ -16,7 +16,6 @@ Use this when data modeling, query quality, migration safety, or database perfor
|
|
|
16
16
|
- Companion skills: `database-design` (schema/migrations), `database-optimizer` (tuning/triage)
|
|
17
17
|
- Mobile/local persistence companion: `drift-flutter`
|
|
18
18
|
- Power bridge: `workflows/powers/database-skills`
|
|
19
|
-
- Engine wrappers: `postgres`, `mysql`, `vitess`, `neki`, `mongodb`, `sqlite`, `supabase`, `redis`
|
|
20
19
|
|
|
21
20
|
## Context notes
|
|
22
21
|
- This workflow file, active platform rules, and selected agents/skills guide execution.
|
|
@@ -25,6 +24,7 @@ Use this when data modeling, query quality, migration safety, or database perfor
|
|
|
25
24
|
## Skill Routing
|
|
26
25
|
- Primary skills: `database-skills`, `database-design`
|
|
27
26
|
- Supporting skills (optional): `database-optimizer`
|
|
27
|
+
- Engine packs (sub-skills): `database-skills/postgres`, `database-skills/mysql`, `database-skills/vitess`, `database-skills/neki`, `database-skills/mongodb`, `database-skills/sqlite`, `database-skills/supabase`, `database-skills/redis`
|
|
28
28
|
|
|
29
29
|
## Workflow steps
|
|
30
30
|
1. Confirm data shape, access patterns, and workload size.
|