
MCP Bundler Service
A microservice for bundling MCP servers from GitHub repositories and preparing it for deployment.
what is MCP Bundler?
MCP Bundler is a microservice designed to bundle code from GitHub repositories and prepare it for deployment, supporting both direct returns of bundled code and uploads to Google Cloud Storage.
how to use MCP Bundler?
To use MCP Bundler, install the dependencies using pnpm install
, start the development server with pnpm run dev
, and access the API documentation at http://localhost:8080/docs
.
key features of MCP Bundler?
- GitHub Integration for bundling code from public repositories
- Output format options: ESM (mjs) or CommonJS (cjs)
- Commit pinning for reproducible builds
- Optional upload of bundled code to Google Cloud Storage
- Interactive API documentation with Swagger UI
- Comprehensive error handling with appropriate status codes
use cases of MCP Bundler?
- Bundling code for deployment from GitHub repositories.
- Integrating with Google Cloud Storage for further deployment processes.
- Facilitating CI/CD pipelines by providing bundled code directly.
FAQ from MCP Bundler?
- Can MCP Bundler handle private repositories?
No, MCP Bundler currently only supports public GitHub repositories.
- Is there a timeout for bundling large repositories?
Yes, repository bundling has a 5-minute timeout limit.
- How do I disable GCP uploads?
Set the environment variable
DISABLE_GCP_INTEGRATION=true
to disable GCP uploads.
what is MCP Bundler?
MCP Bundler is a microservice designed to bundle code from GitHub repositories and prepare it for deployment, supporting both direct returns of bundled code and uploads to Google Cloud Storage.
how to use MCP Bundler?
To use MCP Bundler, install the dependencies using pnpm install
, start the development server with pnpm run dev
, and access the API documentation at http://localhost:8080/docs
.
key features of MCP Bundler?
- GitHub Integration for bundling code from public repositories
- Output format options: ESM (mjs) or CommonJS (cjs)
- Commit pinning for reproducible builds
- Optional upload of bundled code to Google Cloud Storage
- Interactive API documentation with Swagger UI
- Comprehensive error handling with appropriate status codes
use cases of MCP Bundler?
- Bundling code for deployment from GitHub repositories.
- Integrating with Google Cloud Storage for further deployment processes.
- Facilitating CI/CD pipelines by providing bundled code directly.
FAQ from MCP Bundler?
- Can MCP Bundler handle private repositories?
No, MCP Bundler currently only supports public GitHub repositories.
- Is there a timeout for bundling large repositories?
Yes, repository bundling has a 5-minute timeout limit.
- How do I disable GCP uploads?
Set the environment variable
DISABLE_GCP_INTEGRATION=true
to disable GCP uploads.