aaronsb_obsidian-mcp-plugin/docs/architecture/INDEX.md
Aaron Bockelie 04715c1dfd chore: Add ADR tooling and ADR-100 (simplify connection setup)
Scaffolds Architecture Decision Records for the project with three
domains: core (100-199), tools (200-299), delivery (300-399).

ADR-100 proposes removing the concurrent mode toggle, dropping the
mcp-remote connection option, and simplifying to two config templates
(Claude Code command + standard JSON with header auth).
2026-03-14 22:53:46 -05:00

954 B

Architecture Decision Records

This directory contains Architecture Decision Records (ADRs) for Obsidian MCP Plugin. Each ADR documents a significant architectural decision, its context, and consequences.

ADR Format

All ADRs follow a consistent format:

  • Status: Draft / Proposed / Accepted / Deprecated / Superseded
  • Date: When the decision was made
  • Deciders: Who made the decision
  • Context: The problem or situation requiring a decision
  • Decision: The architectural choice made
  • Consequences: Benefits, drawbacks, and other impacts

This index is auto-generated by adr index. Configuration: adr.yaml

Core

Server architecture, transport, connection handling, plugin lifecycle

ADR Title Status
ADR-100 Remove concurrent mode toggle and simplify connection setup Draft