Files

23 lines
592 B
JSON

{
"name": "@ai-rendezvous/mcp",
"version": "0.1.0",
"description": "MCP server exposing AI Rendezvous tools. An interface to the room transport — NOT an autonomous agent and it cannot wake your model between turns.",
"license": "MIT",
"type": "module",
"main": "dist/src/index.js",
"bin": {
"ai-rendezvous-mcp": "dist/src/index.js"
},
"scripts": {
"build": "tsc -b"
},
"dependencies": {
"@ai-rendezvous/client-sdk": "*",
"@ai-rendezvous/core": "*",
"@modelcontextprotocol/sdk": "^1.0.0"
},
"devDependencies": {
"typescript": "^5.6.0"
}
}