smilenexus-mcp
v1.0.5
Published
MCP connector for smileNexus
Readme
smilenexus-mcp
MCP (Model Context Protocol) connector for smileNexus.
Usage
This package is intended to be run via npx and handles authentication and tunneling for the smileNexus MCP server.
Install & login (dev):
npx smilenexus-mcp installInstall with a custom URL (e.g. production):
npx smilenexus-mcp install https://smile-nexus.kantapon-r.workers.dev/mcp/sseLogin only (no config update):
npx -y smilenexus-mcp loginNote: The default install URL points to the dev environment (
smile-nexus-dev). To use production, pass the URL explicitly and ensurehttps://smile-nexus.kantapon-r.workers.dev/auth/callbackis registered in the Azure app registration.
Development & Publishing
To publish a new version of this package to npm:
Bump the version number (This will update
package.json):cd smilenexus-mcp npm version patch # Use minor or major if appropriatePublish to npm:
npm publish(Note: You must be logged in to npm via
npm loginwith the appropriate account before publishing)
