Why This Exists
palantir-mcp does not cover every operation needed for real delivery. Compute-module workflows (especially stream-related setup/validation tasks) need a reliable fallback path.
Desired Outcome
A token-efficient CLI for high-value unsupported tasks so agents can finish workflows without fragile UI click-ops.
Scope
In scope:
- Platform API fallback CLI using existing env auth (
FOUNDRY_URL, FOUNDRY_TOKEN).
- Stream-first task surface for compute-module workflows.
- Concise agent-friendly output (
--json plus terse human mode).
- Clear, actionable errors.
Out of scope:
- Replacing
palantir-mcp for common operations.
- Full Foundry API parity in v1.
- Browser/HAR automation.
Success Criteria
High-Level Plan
- Lock v1 command surface around stream-first compute tasks.
- Implement API client bootstrap + command routing.
- Add concise output modes and error normalization.
- Add integration docs for agent workflows.
Dependencies
Why This Exists
palantir-mcpdoes not cover every operation needed for real delivery. Compute-module workflows (especially stream-related setup/validation tasks) need a reliable fallback path.Desired Outcome
A token-efficient CLI for high-value unsupported tasks so agents can finish workflows without fragile UI click-ops.
Scope
In scope:
FOUNDRY_URL,FOUNDRY_TOKEN).--jsonplus terse human mode).Out of scope:
palantir-mcpfor common operations.Success Criteria
High-Level Plan
Dependencies