abji
MCP服务器的MCPBind服务器包
安装
npm install abji用法
const { bindClient, startServer } = require('abji');
// Use the client directly
const result = await bindClient.executeServer(
null,
null,
"Your prompt here"
);
// Or start the MCP server
startServer();配置
设置 MCPBIND_TOKEN 环境变量添加到您的MCPBind API令牌。
