aaronsb_obsidian-mcp-plugin/docs
Aaron Bockelie 92bd69013f docs(adr): ADR-103 — TLS cert/key storage strategy for localhost HTTPS (#7)
Records the decision to keep the per-instance, non-synced, auto-generated
self-signed cert/key and NOT move the private key into the synced vault,
and to dissolve the recurring "store the key in the vault?" question by
documenting the HTTPS scope (opt-in, loopback-only, asserts no identity;
zero-config already delivered by the HTTP-on-localhost default).

Rationale: localhost self-signed cert is low-sensitivity; the API key
(#135) is the real secret and already syncs; vault-shared key is a
defense-in-depth regression for shared/team vaults for marginal gain.

ADR only — no code change; certificate-manager.ts behaviour unchanged.
Independent of the accepted "Direct Filesystem Access" finding.

Refs #7
2026-05-16 23:34:39 -05:00
..
adr docs: Add ADR-003 for presentation facade pattern 2025-12-15 00:09:06 -06:00
architecture docs(adr): ADR-103 — TLS cert/key storage strategy for localhost HTTPS (#7) 2026-05-16 23:34:39 -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