aaronsb_obsidian-mcp-plugin/src
Aaron Bockelie cda1b1b4a7 fix(graph): count filtered seed set in root-traverse message
The '/' traverse summary reported Math.min(10, getFiles().length) using the
unfiltered file count, while the traversal actually seeds from the
.mcpignore-filtered set (graph-traversal.ts). With exclusions enabled this
overcounted and leaked that hidden files exist via an inflated number. Count
the same filtered set the seed logic uses.
2026-06-09 10:46:00 -05:00
..
config feat: Complete semantic MCP integration with direct Obsidian API 2025-06-27 12:33:59 -05:00
formatters fix(dataview): unwrap query() Result monad + bridge status shape (closes #216) 2026-06-05 17:37:21 -05:00
indexing fix: Address all review bot required issues - async, directives, globals 2026-02-04 17:08:43 -06:00
security feat(vault.list): Coherent pagination + agent next-call hints 2026-05-15 13:30:45 -05:00
semantic fix(dispatch): address PR #212 review findings 2026-05-25 08:31:37 -05:00
tools fix(graph): count filtered seed set in root-traverse message 2026-06-09 10:46:00 -05:00
types fix: Eliminate all eslint any-type violations for Obsidian plugin review 2026-02-03 21:51:55 -06:00
utils fix(graph): honor MCP ignore exclusions in graph traversal 2026-06-08 14:50:14 +02:00
validation fix: Address all review bot required issues - async, directives, globals 2026-02-04 17:08:43 -06:00
browser-mcp-server.ts fix: Address all review bot required issues - async, directives, globals 2026-02-04 17:08:43 -06:00
main-complex.ts chore(lint): support eslint-plugin-obsidianmd@0.3.0 2026-05-15 15:01:03 -05:00
main-simple.ts fix: Eliminate all eslint any-type violations for Obsidian plugin review 2026-02-03 21:51:55 -06:00
main.ts fix(network): address PR #211 self-review findings (ADR-107) 2026-05-24 17:06:16 -05:00
mcp-server.ts fix(network): address PR #211 self-review findings (ADR-107) 2026-05-24 17:06:16 -05:00
node-mcp-server.ts feat(network): wire classifier into server, settings, UI (ADR-107) 2026-05-24 16:56:24 -05:00
version.ts chore: Bump version to 0.11.32 2026-06-05 17:42:50 -05:00