modelscope·@yannbam/js-mcp
暂无描述。
一个模型上下文协议(MCP)服务器,允许AI助手在具有状态的REPL会话中执行JavaScript代码。
bash
git clone https://github.com/yourusername/js-mcp.git cd js-mcp
npm install
npm run build
bash npm start
node dist/index.js --stdio
bash node dist/index.js --http
PORT=3456 node dist/index.js --http
服务器使用带安全特性的直接JavaScript执行:
通过设置环境变量来配置服务器:
PORT:HTTP服务器端口(默认:3000)WORKING_DIRECTORY:文件操作的基本目录(默认:当前目录)SESSION_TIMEOUT:REPL会话超时时间(分钟,默认:30)bash
npm run dev
npm test
npm run lint
npm run format
MIT
后端服务,实现了模型控制面板协议,可连接到 Apache Doris 数据库,允许用户执行 SQL 查询、管理元数据,并且有可能利用大语言模型(LLMs)完成自然语言到 SQL 的转换等任务。
实现模型上下文协议(MCP)的 Node.js 服务器,用于文件系统操作,允许人工智能系统在指定的允许路径内读取、写入、编辑文件和管理目录。
暂无描述。
暂无描述。
暂无描述。
暂无描述。