Contributing to Chargebee MCP Server

March 13, 2025 · View on GitHub

We welcome all contributions! If you’ve found a bug or have a feature request, please open an issue – your feedback helps us improve

To make changes yourself, follow these steps:

  1. Fork this repository and clone it locally.
  2. Make your changes in the packages/modelcontextprotocol directory.
  3. Submit a pull request

Development

Since this repository is a monorepo, you can run the following commands to get started:

# Install dependencies
pnpm install

# Build
pnpm build

Debugging the Server

To debug your server, you can use the MCP Inspector.

First build the server

pnpm build

Run the following command in your terminal:

# Start MCP Inspector and server with all tools
npx @modelcontextprotocol/inspector node dist/index.js