Summary
Update MCP project debug tools and UI project service calls to target the core service instead of orchestrator for project CRUD operations.
Context
Part of Phase 4 of #1305 (Migrate projects entity from orchestrator into core). Child of #1307. Companion to #1311 (Rust client/CLI repointing). These two issues are parallel - no shared file conflicts.
Blocked By
Acceptance Criteria
MCP tools (crates/mcp/src/tools/orchestrator_debug.rs)
UI service (ui/src/services/orchestrator.ts)
UI types
UI components (ui/src/components/knowledge/ProjectPicker.tsx)
Reference Files
- MCP tools: `crates/mcp/src/tools/orchestrator_debug.rs:77-86, 304-355`
- UI service: `ui/src/services/orchestrator.ts:323-328`
- UI config: `ui/src/services/config.ts` or similar (runtime config loading)
- UI component: `ui/src/components/knowledge/ProjectPicker.tsx`
Stack Base
Stack on: `feature/projects-to-core`
Parallel with: #1311 (no shared file conflicts)
Blocked by: #1310
Summary
Update MCP project debug tools and UI project service calls to target the core service instead of orchestrator for project CRUD operations.
Context
Part of Phase 4 of #1305 (Migrate projects entity from orchestrator into core). Child of #1307. Companion to #1311 (Rust client/CLI repointing). These two issues are parallel - no shared file conflicts.
Blocked By
Acceptance Criteria
MCP tools (
crates/mcp/src/tools/orchestrator_debug.rs)UI service (
ui/src/services/orchestrator.ts)UI types
UI components (
ui/src/components/knowledge/ProjectPicker.tsx)Reference Files
Stack Base
Stack on: `feature/projects-to-core`
Parallel with: #1311 (no shared file conflicts)
Blocked by: #1310