package.json
{
"name": "george-mcp",
"version": "0.2.0",
"description": "MCP wrapper around George (DW Gmail HTTP agent on Kamatera)",
"type": "module",
"main": "index.js",
"bin": {
"george-mcp": "index.js"
},
"scripts": {
"start": "node index.js"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.0.4"
}
}