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 |
||
|---|---|---|
| .. | ||
| bases-yaml.ts | ||
| bases.ts | ||
| fragment.ts | ||
| obsidian.ts | ||
| semantic.ts | ||