Skip to content

nikolai-vysotskyi/trace-mcp

v1.36.0 Feature

This release adds 3 notable features for engineering teams evaluating rollout.

Published 21d 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-agents claude claude-ai claude-code claude-code-plugin claude-code-skill
+14 more
claude-desktop claude-skill claude-skills code-intelligence codex codex-skill developer-tools knowledge-graph mcp mcp-server llm token token-savings tokens

ReleasePort's take

Light signal
editorial:auto 13d

The Insights tab now displays drift metrics, PageRank data, and risk hotspots.

Why it matters: Monitor the new Insights tab for drift detection to identify operational anomalies promptly; no version upgrade or migration required.

Summary

AI summary

Insights tab now surfaces drift, pagerank, and risk hotspots.

Changes in this release

Feature Medium

Insights tab surfaces drift, pagerank, and risk hotspots

Insights tab surfaces drift, pagerank, and risk hotspots

Source: llm_adapter@2026-05-21

Confidence: high

Feature Medium

Notebook scratchpad tab for ad-hoc tool queries

Notebook scratchpad tab for ad-hoc tool queries

Source: llm_adapter@2026-05-21

Confidence: high

Feature Medium

Pipeline-lifecycle SSE events with Electron consumer

Pipeline-lifecycle SSE events with Electron consumer

Source: llm_adapter@2026-05-21

Confidence: high

Feature Medium

Code-intelligence benchmark harness with CLI subcommand

Code-intelligence benchmark harness with CLI subcommand

Source: llm_adapter@2026-05-21

Confidence: high

Feature Medium

Remember_decision MCP tool for live agent writes

Remember_decision MCP tool for live agent writes

Source: llm_adapter@2026-05-21

Confidence: high

Feature Medium

Composable Task DAG with idempotency keys

Composable Task DAG with idempotency keys

Source: llm_adapter@2026-05-21

Confidence: high

Feature Medium

Persisted task-cache via SQLite pass_cache table

Persisted task-cache via SQLite pass_cache table

Source: llm_adapter@2026-05-21

Confidence: high

Feature Medium

Decision-memory quartet on minimal + standard presets

Decision-memory quartet on minimal + standard presets

Source: llm_adapter@2026-05-21

Confidence: high

Feature Medium

CLAUDE.md drift detection and check_claudemd_drift tool

CLAUDE.md drift detection and check_claudemd_drift tool

Source: llm_adapter@2026-05-21

Confidence: high

Feature Medium

BaseRetriever protocol foundation with 2 adapters

BaseRetriever protocol foundation with 2 adapters

Source: llm_adapter@2026-05-21

Confidence: high

Feature Medium

Emit routing telemetry from feeling_lucky retriever

Emit routing telemetry from feeling_lucky retriever

Source: llm_adapter@2026-05-21

Confidence: high

Feature Medium

Graph_completion retriever — vector hit + 1-hop expansion

Graph_completion retriever — vector hit + 1-hop expansion

Source: llm_adapter@2026-05-21

Confidence: high

Feature Medium

Named search-mode taxonomy and search_with_mode MCP tool

Named search-mode taxonomy and search_with_mode MCP tool

Source: llm_adapter@2026-05-21

Confidence: high

Feature Medium

Ranking pins — user-supplied importance weights for PageRank

Ranking pins — user-supplied importance weights for PageRank

Source: llm_adapter@2026-05-21

Confidence: high

Feature Medium

Observability bridge with OTLP and Langfuse sinks

Observability bridge with OTLP and Langfuse sinks

Source: llm_adapter@2026-05-21

Confidence: high

Performance Medium

Phase 4+5+7 incremental edges, cold-start, telemetry in indexer

Phase 4+5+7 incremental edges, cold-start, telemetry in indexer

Source: llm_adapter@2026-05-21

Confidence: high

Bugfix Medium

Normalize CRLF in DaemonEvent union guardrail for Windows runners

Normalize CRLF in DaemonEvent union guardrail for Windows runners

Source: llm_adapter@2026-05-21

Confidence: high

Bugfix Medium

Unbreak notebook test under frozen-lockfile and register project before eval indexing

Unbreak notebook test under frozen-lockfile and register project before eval indexing

Source: llm_adapter@2026-05-21

Confidence: high

Bugfix Medium

Wire observability bridge into server bootstrap and ship local OTLP recipe

Wire observability bridge into server bootstrap and ship local OTLP recipe

Source: llm_adapter@2026-05-21

Confidence: high

Refactor Medium

Migrate 3 pipeline passes onto Task DAG

Migrate 3 pipeline passes onto Task DAG

Source: llm_adapter@2026-05-21

Confidence: high

Refactor Medium

Migrate search MCP tool onto BaseRetriever

Migrate search MCP tool onto BaseRetriever

Source: llm_adapter@2026-05-21

Confidence: high

Refactor Medium

Migrate search_text, search_bundles, search_sessions onto BaseRetriever

Migrate search_text, search_bundles, search_sessions onto BaseRetriever

Source: llm_adapter@2026-05-21

Confidence: high

Other Medium

Pipeline-lifecycle SSE integration test and drift firewall

Pipeline-lifecycle SSE integration test and drift firewall

Source: llm_adapter@2026-05-21

Confidence: low

Other Medium

Cover dead_skill_ref and dead_command_ref drift categories

Cover dead_skill_ref and dead_command_ref drift categories

Source: llm_adapter@2026-05-21

Confidence: low

Full changelog

1.36.0 (2026-05-13)

Features

  • app: insights tab surfacing drift, pagerank, and risk hotspots (b080e2d)
  • app: notebook scratchpad tab for ad-hoc tool queries (7eedb15)
  • daemon: pipeline-lifecycle SSE events + Electron consumer (dcff9f3)
  • eval: code-intelligence benchmark harness with CLI subcommand (64bca2a)
  • memory: remember_decision MCP tool for live agent writes (11fd07c)
  • pipeline: composable Task DAG with idempotency keys (c33a4ba)
  • pipeline: persisted task-cache via SQLite pass_cache table (266bbfd)
  • presets: decision-memory quartet on minimal + standard (f384672)
  • quality: CLAUDE.md drift detection + check_claudemd_drift tool (faf5d07)
  • retrieval: BaseRetriever protocol foundation with 2 adapters (d0d9f0c)
  • retrieval: emit routing telemetry from feeling_lucky retriever (e79b5bf)
  • retrieval: graph_completion retriever — vector hit + 1-hop expansion (3fcaab1)
  • retrieval: named search-mode taxonomy + search_with_mode MCP tool (a8250e1)
  • scoring: ranking pins — user-supplied importance weights for PageRank (704d66c)
  • telemetry: observability bridge with OTLP and Langfuse sinks (bae0fb2)

Bug Fixes

  • ci: normalize CRLF in DaemonEvent union guardrail for Windows runners (71815ce)
  • ci: unbreak notebook test under frozen-lockfile + register project before eval indexing (7522bc8)
  • telemetry: wire observability bridge into server bootstrap + ship local OTLP recipe (e03d75b)

Performance

  • indexer: Phase 4+5+7 — incremental edges, cold-start, telemetry (8a1ed45)

Refactoring

  • indexer: migrate 3 pipeline passes onto Task DAG (c4a6afb)
  • retrieval: migrate search MCP tool onto BaseRetriever (61b9663)
  • retrieval: migrate search_text, search_bundles, search_sessions onto BaseRetriever (8da5ab9)

Tests

  • daemon: pipeline-lifecycle SSE integration test + drift firewall (0976c38)
  • quality: cover dead_skill_ref and dead_command_ref drift categories (e46d0a8)

CI/CD

  • eval: baseline-regression check + GitHub workflow (d902af6)

Upgrade

npm install -g trace-mcp@latest
trace-mcp init

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 nikolai-vysotskyi/trace-mcp

Get notified when new releases ship.

Sign up free

About nikolai-vysotskyi/trace-mcp

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 →

Related context

Earlier breaking changes

  • v1.41.1 Removes desktop app from core repository (phase E).

Beta — feedback welcome: [email protected]