mirror of
https://github.com/aaronsb/obsidian-mcp-plugin.git
synced 2026-07-22 06:45:14 +00:00
Remove eslint config overrides that were masking 1,822 strict type errors flagged by the ObsidianReviewBot. Replace all `any` types with proper TypeScript interfaces, type guards, and narrowed types across 40 files. - Strip eslint.config.mts overrides for no-explicit-any, no-unsafe-* - Add proper interfaces for MCP protocol, Obsidian internals, workers - Add paramStr/paramNum/paramBool helpers in semantic router - Fix recursive-copy test expectations - Remove unused dotenv dependency - Bump version to 0.11.9 |
||
|---|---|---|
| .. | ||
| __mocks__ | ||
| security | ||
| validation | ||
| dataview-integration.test.ts | ||
| graph-search-traversal.test.ts | ||
| mcp-server.test.ts | ||
| patch-operations.test.ts | ||
| read-only-mode.test.ts | ||
| recursive-copy.test.ts | ||
| search-tag-operator.test.ts | ||
| setup.ts | ||