tiletopia/scripts
megaproxy b29233a012 Add .mcpb Claude Desktop bundle with zero-config token handling
New scripts/build-mcpb.mjs packs a Claude Desktop extension bundle
(scripts/mcpb-wrapper.mjs + manifest + icon) into dist-mcpb/tiletopia.mcpb.
The wrapper reads the bearer token from %APPDATA% at launch and execs
`npx -y mcp-remote`, so no secrets are baked in and Regenerate keeps
working transparently. Run via `pnpm run build:mcpb`.

McpPanel gets a "Download .mcpb" button linking to the releases page; the
help-overlay tip and README MCP section both lead with the bundle install
path and keep the .mcp.json shim recipe as the Claude Code fallback.

Session-log entry in memory.md covers the design choices, especially why
the wrapper-script approach beat the alternatives (user_config prompt
would defeat one-click; baked-in token would be wrong for everyone else).
2026-05-26 17:36:29 +01:00
..
build-mcpb.mjs Add .mcpb Claude Desktop bundle with zero-config token handling 2026-05-26 17:36:29 +01:00
gen-readme-shortcuts.mjs README: generate shortcuts table from shortcuts.ts (single source of truth) 2026-05-26 17:34:54 +01:00
make-icon.py M5 ship infrastructure: icon, version, release script, README 2026-05-22 13:38:29 +01:00
mcpb-wrapper.mjs Add .mcpb Claude Desktop bundle with zero-config token handling 2026-05-26 17:36:29 +01:00
pr4-verify.mjs scripts: pr4-verify.mjs — end-to-end MCP add_host/delete_host harness 2026-05-26 16:53:22 +01:00
release.sh M5 ship infrastructure: icon, version, release script, README 2026-05-22 13:38:29 +01:00