mirror of
https://github.com/aaronsb/obsidian-mcp-plugin.git
synced 2026-07-22 06:45:14 +00:00
The Settings UI was building a versioned releases/download/<version>/ URL that would 404 for any plugin version not yet associated with a GitHub release — the exact case for users on a fresh BRAT install running ahead of the release pipeline. build-mcpb.mjs now emits both the versioned filename (for archival) and an unversioned obsidian-mcp.mcpb alias. release.yml uploads both. The Settings UI links to releases/latest/download/obsidian-mcp.mcpb, which GitHub resolves to the most recent release's asset by name — stable regardless of plugin version. Makefile clean target updated to remove the new artifact. Refs PR #155 review. |
||
|---|---|---|
| .. | ||
| build-mcpb.mjs | ||
| make-mcpb.mjs | ||