Letta MCP Server

{ "name": "letta-server", "version": "0.1.0", "type": "module", "description": "MCP Server for interacting with Letta API", "main": "build/index.js", "scripts": { "build": "tsc && node -e \"require('fs').chmodSync('build/index.js', '755')\"", "start": "npm run build && node build/index.js", "dev": "tsx watch src/index.ts" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.6.1", "axios": "^1.8.1", "dotenv": "^16.4.7" }, "devDependencies": { "@types/node": "^20.17.23", "ts-node": "^10.9.2", "tsx": "^4.7.0", "typescript": "^5.3.3" } }