{ "name": "@orgtp/mcp-server", "version": "0.1.1", "mcpName": "io.github.david-steel/otp-mcp-server", "publishConfig": { "access": "public" }, "description": "Public MCP server for OTP (Organization Transport Protocol). Ask any AI assistant about cross-organizational best practices, network learnings, publishers, and patterns.", "type": "module", "main": "dist/index.js", "bin": { "otp-mcp-server": "dist/index.js" }, "files": [ "dist", "README.md", "LICENSE" ], "scripts": { "build": "tsc", "start": "node dist/index.js", "dev": "tsc --watch", "prepublishOnly": "npm run build" }, "keywords": [ "mcp", "model-context-protocol", "otp", "orgtp", "coordination", "agents", "best-practices", "transactive-memory" ], "author": "David Steel ", "license": "MIT", "homepage": "https://orgtp.com", "repository": { "type": "git", "url": "https://github.com/david-steel/otp-mcp-server.git" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.0.4" }, "devDependencies": { "@types/node": "^22.10.0", "typescript": "^5.7.0" }, "engines": { "node": ">=18" } }