aaronsb_obsidian-mcp-plugin/scripts
Aaron Bockelie 4d46014b8a fix(build): Use stable latest-release URL for MCPB download
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.
2026-05-15 11:46:06 -05:00
..
build-mcpb.mjs fix(build): Use stable latest-release URL for MCPB download 2026-05-15 11:46:06 -05:00
make-mcpb.mjs feat: Add scripts/make-mcpb.mjs interactive maker for advanced users 2026-05-15 11:31:57 -05:00