@protocol-launcher/shared

v1.1.8

Published

One-click launch URL generator for protocol-based apps.

Downloads

1,134

Readme

Protocol Launcher

One-click launch URL generator for protocol-based apps.

Features

  • 🛡️️ Type-Safe
  • 🌍 Multi-App Ready
  • 🌿 On-Demand / Tree-shakable
  • 🔐 Secure Encoding
  • ⚙️ Zero Runtime Dependencies
  • 📦 ESM First

Installation

npm install protocol-launcher

or

yarn install protocol-launcher

or

pnpm install protocol-launcher

Usage

On-Demand Import (Recommended)

// Cherry Studio
import { installMCP, installProvider } from 'protocol-launcher/cherry-studio'

// Cursor
import { installMCP as installCursorMCP } from 'protocol-launcher/cursor'

Full Import

import { cherryStudio, cursor } from 'protocol-launcher'

Docs

Full guides and examples: https://zhensherlock.github.io/protocol-launcher/

Contributing

Feel free to dive in! Open an issue or submit PRs.

Standard Readme follows the Contributor Covenant Code of Conduct.

Contributors

This project exists thanks to all the people who contribute.

License

MIT © MichaelSun