UNPKG

@geekmai/anteey-mcp-client

Version:

Anteey MCP 客户端 - 连接外部 AI 工具与 Anteey 笔记应用

83 lines (82 loc) 1.79 kB
{ "name": "@geekmai/anteey-mcp-client", "version": "1.2.10", "description": "Anteey MCP 客户端 - 连接外部 AI 工具与 Anteey 笔记应用", "main": "src/index.js", "bin": { "anteey-mcp": "bin/anteey-mcp", "anteey-mcp-client": "bin/anteey-mcp", "anteey-mcp-raycast": "bin/raycast", "anteey-mcp-cursor": "bin/cursor", "anteey-mcp-claude": "bin/claude" }, "scripts": { "start": "node src/index.js", "raycast": "node src/raycast.js", "cursor": "node src/cursor.js", "claude": "node src/claude.js", "config": "node src/config.js", "discover": "node src/discover.js", "test": "node src/test.js" }, "files": [ "bin/", "src/", "docs/", "README.md", "LICENSE" ], "keywords": [ "anteey", "mcp", "client", "raycast", "cursor", "claude", "ai-tools", "note-taking", "context-preservation" ], "author": { "name": "Anteey Team", "email": "contact@anteey.com", "url": "https://anteey.com" }, "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/anteey/anteey-mcp-client.git" }, "bugs": { "url": "https://github.com/anteey/anteey-mcp-client/issues" }, "homepage": "https://github.com/anteey/anteey-mcp-client#readme", "engines": { "node": ">=14.0.0" }, "dependencies": { "fs-extra": "^11.0.0", "commander": "^9.0.0", "chalk": "^4.1.2", "inquirer": "^8.2.4", "ora": "^5.4.1" }, "devDependencies": { "eslint": "^8.0.0", "prettier": "^2.7.1" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "preferGlobal": true, "os": [ "darwin", "linux", "win32" ], "cpu": [ "x64", "arm64" ] }