aaronsb_obsidian-mcp-plugin/docs
Aaron Bockelie 5d6e9a4c41 docs: Add ADR-102 (MCPB bundle as primary Claude Desktop onboarding)
Records the decision to ship an MCPB bundle for one-click Claude
Desktop install, with the existing Claude Code CLI string and JSON
mcpServers block remaining as the second and third onboarding paths.

Key constraints documented:
- MCPB has no native remote-HTTP server type today, so the bundle
  exposes a small stdio<->HTTP bridge that Claude Desktop's bundled
  Node runtime executes.
- Bridge is hand-rolled (zero deps) rather than vendoring mcp-remote.
- Bundle is static and single-vault; advanced users get a maker
  script (planned) to generate custom-named bundles for multi-vault
  setups. Other MCP clients (Cline, Continue, etc.) continue using
  the JSON path.

Reconciles with ADR-100 by clarifying that the deprecation of
mcp-remote applied to user-facing config, not to invisible bridges
inside an MCPB.
2026-05-15 11:28:12 -05:00
..
adr docs: Add ADR-003 for presentation facade pattern 2025-12-15 00:09:06 -06:00
architecture docs: Add ADR-102 (MCPB bundle as primary Claude Desktop onboarding) 2026-05-15 11:28:12 -05:00
scripts chore: Add ADR tooling and ADR-100 (simplify connection setup) 2026-03-14 22:53:46 -05:00
tools docs: Simplify README with semantic value proposition focus 2025-08-31 00:54:07 -05:00
bases-implementation-fixes.md refactor: Reimplement Bases support with proper YAML and expression parsing 2025-08-19 22:48:51 -05:00
bases-implementation-status.md fix: Improve metadata cache integration for Bases frontmatter parsing 2025-08-19 23:04:06 -05:00
bases-implementation.md feat: Add Obsidian Bases support to MCP server 2025-08-19 22:21:09 -05:00
bases-mcp-reference.md refactor: Reimplement Bases support with proper YAML and expression parsing 2025-08-19 22:48:51 -05:00
graph-traversal.md feat: Add graph search traversal tool for semantic navigation 2025-06-29 18:20:44 -05:00
Plugin_UI_July_2025.png docs: Update plugin settings screenshot to show .mcpignore feature 2025-07-21 17:19:17 -05:00
PROJECT_STRUCTURE.md docs: Add comprehensive project documentation and security audit 2025-07-12 00:14:45 -05:00
SECURITY-IMPLEMENTATION.md feat: Implement comprehensive security architecture 2025-07-16 09:16:24 -05:00
troubleshooting.md refactor: Remove concurrent mode toggle, simplify connection setup (ADR-100) 2026-03-14 23:13:35 -05:00