Skip to content

depwire/depwire

v1.8.2 Maintenance

This release keeps dependencies and maintenance posture current for teams operating this tool.

Published 12d MCP Developer Tools
✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

ai-coding-assistant arc-diagram cli code-analysis dead-code dependency-graph
+8 more
developer-tools go javascript mcp model-context-protocl python rust typescript

Summary

AI summary

MCP startup time reduced from ~116ms to ~13ms via direct JSON import preserving full graph fidelity.

Changes in this release

Performance Medium

MCP startup time reduced to ~13ms from ~116ms on 175-file project

MCP startup time reduced to ~13ms from ~116ms on 175-file project

Source: llm_adapter@2026-07-14

Confidence: high

Performance Low

MCP startup now uses importFromJSON() directly, skipping buildGraph() and disk scan

MCP startup now uses importFromJSON() directly, skipping buildGraph() and disk scan

Source: granite4.1:30b@2026-07-15-audit

Confidence: high

Performance Low

Projected startup time under 100ms for any project size, scaling with node count only

Projected startup time under 100ms for any project size, scaling with node count only

Source: granite4.1:30b@2026-07-15-audit

Confidence: high

Refactor Low

Cached startup path changed from JSON.parse to importFromJSON()

Cached startup path changed from JSON.parse to importFromJSON()

Source: granite4.1:30b@2026-07-15-audit

Confidence: high

Full changelog

Performance

  • MCP startup now uses importFromJSON() directly — skips buildGraph() and cross-language disk scan
  • Startup time: ~13ms (was ~116ms) on 175-file project
  • Projected <100ms at any project size (scales with node count only, zero source-file I/O)
  • Full graph fidelity preserved (7,964 nodes vs 7,958 in previous approach)

Changed

  • Cached startup path: JSON.parse → importFromJSON() (was: reconstruct ParsedFile[] → buildGraph())

Weekly OSS security release digest.

The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.

No spam, unsubscribe anytime.

Share this release

Track depwire/depwire

Get notified when new releases ship.

Sign up free

About depwire/depwire

The missing context layer for AI-assisted refactoring

All releases →

Related context

Earlier breaking changes

  • v1.6.1 Health scores from v1.6.1+ are not directly comparable to earlier versions.

Beta — feedback welcome: [email protected]