4 Commits

Author SHA1 Message Date
cc4e71f920 refactor: remove 'obsidian' from plugin ID and update branding
- Change plugin ID from 'obsidian-mcp-server' to 'mcp-server'
- Remove 'Obsidian' from plugin description per guidelines
- Update documentation to use new plugin folder name
- Update installation paths to .obsidian/plugins/mcp-server/
- Update package name to match new plugin ID
- Simplify README title and description
2025-10-26 16:47:36 -04:00
67c17869b8 docs: add GitHub release workflow documentation 2025-10-26 11:56:11 -04:00
9df651cd0c docs: update for mandatory auth and simplified CORS
Update README.md and CLAUDE.md to reflect:
- Removed CORS configuration options (enableCORS, allowedOrigins)
- Mandatory authentication with auto-generated API keys
- API key encryption using system keychain
- Fixed localhost-only CORS policy

Changes:
- README.md: Updated Configuration, Security Considerations, and Usage sections
- CLAUDE.md: Updated Settings and Security Model sections
2025-10-25 22:14:29 -04:00
42ed93500c docs: cleanup of documentation 2025-10-19 21:47:30 -04:00