Package Exports
- create-xmcp-app
- create-xmcp-app/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (create-xmcp-app) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
create-xmcp-app
The easiest way to get started with xmcp
is by using create-xmcp-app
. This CLI tool allows you to scaffold a template project with all the necessary files and dependencies to get you up and running quickly.
Usage
npx create-xmcp-app@latest
You will be asked for the project name and then guided through a series of prompts to configure your project.
Options
-y, --yes
: Skip all confirmation prompts and use defaults--use-npm
: Use npm as package manager (default)--use-yarn
: Use yarn as package manager--use-pnpm
: Use pnpm as package manager--use-bun
: Use bun as package manager--skip-install
: Skip installing dependencies--http
: Enable HTTP transport--stdio
: Enable STDIO transport
Getting Started
- Visit xmcp.dev to learn more about the project.
- Visit xmcp.dev/docs to view the full documentation.
License
This project is licensed under the MIT License - see the LICENSE file for details.