Skip to content

Getting Started

Installation

Install @quick-launch-url/core using your preferred package manager:

sh
$ npm install @quick-launch-url/core
sh
$ pnpm add @quick-launch-url/core
sh
$ yarn add @quick-launch-url/core
bash
$ bun add @quick-launch-url/core

Usage

To minimize bundle size, import specific modules directly:

typescript
// Only imports Cherry Studio related code
import { installMCP, installProvider } from '@quick-launch-url/core/cherry-studio'
typescript
// Only imports Cursor related code
import { installMCP } from '@quick-launch-url/core/cursor'

Full Import

You can also import everything from the root package, but this will include all application modules and does not support tree-shaking:

typescript
import { cherryStudio, cursor } from '@quick-launch-url/core'

For detailed usage instructions for each application, please refer to their respective guides: