feat: Add MCPB bundle for Claude Desktop installation (#1599)

Co-authored-by: triepod-ai <199543909+triepod-ai@users.noreply.github.com>
This commit is contained in:
Bryan Thompson
2026-01-23 11:20:59 -06:00
committed by GitHub
parent 6eaa84179e
commit e689fcf2a2
5 changed files with 130 additions and 0 deletions

31
.mcpbignore Normal file
View File

@@ -0,0 +1,31 @@
# Exclude everything except manifest and icon
# This is an npx-based bundle - no source code needed
# All source code
*.js
*.ts
*.mjs
*.cjs
*.jsx
*.tsx
*.json
!manifest.json
# All directories
*/
# All other files
*.md
*.txt
*.yml
*.yaml
*.lock
*.log
.git*
.env*
.eslint*
.prettier*
.editorconfig
LICENSE*
Makefile
Dockerfile