Build and Test the MCP Bundle Locally
mainTo build the MCP bundle from a local repository for testing purposes, follow these steps:
- Clone the repository:
git pull https://github.com/JerBouma/FinanceToolkit - Install dependencies:
uv sync - Run the build script:
bash financetoolkit/mcp_server/mcpb/build-mcpb.sh - The resulting bundle will be located in the
dist/directory.
Note: By default, the bundle uses the published PyPI package. To include uncommitted local changes in your bundle, use the --local flag. This produces dist/financetoolkit-local.mcpb, which points to your local checkout via uv's [tool.uv.sources].