UNPKG

vibe-annotations-server

Version:

Global MCP server for Vibe Annotations browser extension

57 lines (56 loc) 1.29 kB
{ "name": "vibe-annotations-server", "version": "0.1.11", "description": "Global MCP server for Vibe Annotations browser extension", "main": "lib/server.js", "type": "module", "bin": { "vibe-annotations-server": "./bin/cli.js" }, "files": [ "bin/", "lib/", "README.md" ], "scripts": { "start": "node lib/server.js", "dev": "node --watch lib/server.js", "prepublishOnly": "npm test", "test": "echo \"No tests specified\" && exit 0" }, "keywords": [ "mcp", "vibe", "annotations", "sse", "http", "claude-code", "localhost", "development" ], "author": "Raphaël Régnier", "license": "MIT", "engines": { "node": ">=18.0.0" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.0.0", "chalk": "^5.3.0", "commander": "^11.1.0", "cors": "^2.8.5", "express": "^4.18.2", "node-persist": "^3.1.3" }, "repository": { "type": "git", "url": "git+https://github.com/RaphaelRegnier/vibe-annotations.git", "directory": "annotations-server" }, "homepage": "https://github.com/RaphaelRegnier/vibe-annotations#readme", "bugs": { "url": "https://github.com/RaphaelRegnier/vibe-annotations/issues" }, "publishConfig": { "access": "public" } }