protocol-launcher
v1.8.2
Published
One-click launch URL generator for protocol-based apps.
Maintainers
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-launcheror
yarn install protocol-launcheror
pnpm install protocol-launcherUsage
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
