Bundler

Extend the bundler configuration for your MCP server.

For the complete documentation index, see llms.txt. Markdown variants of every page are available by appending .md to the URL.

xmcp uses rspack to bundle your tools. You can customize the configuration by adding the following to your xmcp.config.ts file:

xmcp.config.ts

Rspack provides configurations similar to webpack. You can find more details in the rspack documentation.

One framework to rule them all