fix(mcp): fix index check and remove dead metrics module#8
Merged
Conversation
MCP install/start checked for a local `vectors` directory (LanceDB artifact) that no longer exists with Antfly. Switch to metadata.json. Remove the entire metrics module (MetricsStore, analytics, collector, schema, types, service) — it was write-only with no consumers after removing `dev stats` and the dashboard. Drops better-sqlite3 native dependency (-36 transitive packages, -2400 lines). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
dev mcp installfailing with "Repository not indexed" after successful indexing — was checking for a stale LanceDBvectorsdirectory instead ofmetadata.jsondev statsand dashboardbetter-sqlite3native dependency (-36 transitive packages, -2,400 lines)Test plan
dev setup— Antfly starts correctlydev index— indexes 340 files, 2,214 components in ~3sdev mcp install— succeeds (was failing before this fix)dev search "hybrid search"— returns resultsdev map --depth 2— shows codebase structurepnpm build— all 8 packages buildpnpm test— 1,568 tests pass, 0 failurespnpm typecheck— clean