mcp-package-ws-mcp
0
mcp-package-ws is a package designed for MCP servers, offering functionalities to bind clients or start the server. It is configurable via environment variables for secure API token access.
mcp-package-ws
MCPBind server package for MCP Server
Installation
npm install mcp-package-ws
Usage
const { bindClient, startServer } = require('mcp-package-ws');
// Use the client directly
const result = await bindClient.executeServer(
null,
null,
"Your prompt here"
);
// Or start the MCP server
startServer();
Configuration
Set the MCPBIND_TOKEN
environment variable to your MCPBind API token.