39 lines
826 B
Markdown
39 lines
826 B
Markdown
# MCP Stability Workflow
|
|
|
|
Use this when active development builds may break `whetstone_mcp`.
|
|
|
|
## Files
|
|
|
|
- Stable symlink: `editor/build-native/whetstone_mcp_stable`
|
|
- Versioned binaries: `editor/build-native/releases/whetstone_mcp_YYYYMMDD_HHMMSS`
|
|
|
|
## Commands
|
|
|
|
Pin the current known-good build:
|
|
|
|
```bash
|
|
./tools/mcp/pin_working_mcp.sh
|
|
```
|
|
|
|
Promote a newly built binary only if initialize health check passes:
|
|
|
|
```bash
|
|
./tools/mcp/promote_mcp_if_healthy.sh
|
|
```
|
|
|
|
Validate hybrid AST/language pipeline quality for sprint summaries:
|
|
|
|
```bash
|
|
./tools/mcp/validate_hybrid_pipeline_contract.sh --start 50 --end 90
|
|
```
|
|
|
|
## Current global MCP config
|
|
|
|
Global MCP config is expected at:
|
|
|
|
`/home/bill/Documents/.mcp.json`
|
|
|
|
and should point to:
|
|
|
|
`/home/bill/Documents/CLionProjects/whetstone_DSL/editor/build-native/whetstone_mcp_stable`
|