Release history
nikolai-vysotskyi/trace-mcp releases
Framework-aware code intelligence that indexes source code into a cross-language dependency graph. Understands framework semantics — routes, ORM relations, component rendering, DI trees — for navigation, impact analysis, call graphs, refactoring, security scanning, and cross-session memory.
All releases
89 shown
v1.41.1
Breaking risk
⚠ Upgrade required
- Run `npm install -g trace-mcp@latest` followed by `trace-mcp init` after upgrading.
Breaking changes
- Removed desktop app from core repo (phase E)
- Deleted orphaned app tests from core as they were moved to the app repo
No immediate action
v1.22.0
New feature
ToolAnnotations + security export + stdio proxy + AskTab redesign
v1.0.0
Breaking risk
Breaking changes
- Replaces manual chaining of search → get_symbol → get_context_bundle with get_task_context as the recommended workflow for AI agents.
Notable features
- 23 new analysis tools (control flow, dataflow, SBOM, security, co-changes, history)
- 24 new language plugins and improved existing parsers
- CI/PR change impact reports with blast radius, risk scores, test gaps
Full changelog
1.0.0 (2026-04-05)
⚠ BREAKING CHANGES
- get_task_context replaces manual chaining of search → get_symbol → get_context_bundle as the recommended workflow for AI agents starting work on a task. Server instructions updated to route agents to this tool first.
Features
- add 23 new analysis tools — control flow, dataflow, SBOM, security, co-changes, history (0ba05dc)
- add 24 new language plugins and improve existing parsers (c527bdd)
- add get_task_context — graph-aware context engine for AI agents (fb7594f)
- CI/PR change impact reports — blast radius, risk scores, test gaps (b88a2bf)
- doctor command, conflict detection, init improvements (ef57785)
- enhance existing tools — call-graph, components, events, flow, introspect, model (e68c344)
- federation system — cross-repo graph linking and fuzzy search (54e0008)
- PostToolUse auto-reindex hook + index-file command (dd31cc9)
- runtime improvements, session tracking, savings telemetry, prompt system (44e7cdf)