mirror of
https://github.com/aaronsb/obsidian-mcp-plugin.git
synced 2026-07-22 06:45:14 +00:00
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).
954 B
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 |