Skip to content

feat: surface stdio MCP processes and fix Godot reading gaps - #175

Merged
sunerpy merged 18 commits into
mainfrom
feat/mcp-visibility-and-godot-reading
Jul 31, 2026
Merged

feat: surface stdio MCP processes and fix Godot reading gaps#175
sunerpy merged 18 commits into
mainfrom
feat/mcp-visibility-and-godot-reading

test(cli): normalize the index duration in either unit

33364c3
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jul 31, 2026 in 1s

95.07% (target 95.00%)

View this Pull Request on Codecov

95.07% (target 95.00%)

Details

Codecov Report

❌ Patch coverage is 97.01046% with 20 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
crates/codegraph-daemon/src/mcp_registry.rs 94.65% 13 Missing ⚠️
crates/codegraph-cli/src/main.rs 97.27% 7 Missing ⚠️

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #175      +/-   ##
==========================================
+ Coverage   95.03%   95.07%   +0.04%     
==========================================
  Files         135      136       +1     
  Lines       69512    70128     +616     
==========================================
+ Hits        66059    66673     +614     
- Misses       3453     3455       +2     
Files with missing lines Coverage Δ
crates/codegraph-core/src/config.rs 99.03% <ø> (ø)
crates/codegraph-daemon/src/lib.rs 92.76% <ø> (ø)
crates/codegraph-graph/src/query/mod.rs 93.75% <100.00%> (+0.27%) ⬆️
crates/codegraph-graph/src/query/scoring.rs 98.55% <100.00%> (+0.01%) ⬆️
...codegraph-resolve/src/frameworks/godot_resource.rs 92.85% <100.00%> (+0.14%) ⬆️
crates/codegraph-watch/src/policy.rs 98.02% <100.00%> (+0.34%) ⬆️
crates/codegraph-watch/src/sync.rs 98.64% <100.00%> (+<0.01%) ⬆️
crates/codegraph-watch/src/watcher.rs 95.41% <100.00%> (+0.03%) ⬆️
crates/codegraph-cli/src/main.rs 89.96% <97.27%> (+0.83%) ⬆️
crates/codegraph-daemon/src/mcp_registry.rs 94.65% <94.65%> (ø)

... and 1 file with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.