{
"name": "tana-mcp",
"version": "1.1.0",
"description": "A Model Context Protocol (MCP) server for Tana",
"main": "dist/index.js",
"bin": {
"tana-mcp": "./dist/index.js"
},
"files": [
"dist",
"README.md",
"LICENSE"
],
"scripts": {
"build": "tsc",
"start": "node dist/index.js",
"dev": "ts-node src/index.ts",
"test": "echo \"Error: no test specified\" && exit 1",
"prepublishOnly": "npm run build"
},
"keywords": ["mcp", "tana", "api", "llm", "model-context-protocol", "tana-api"],
"author": "Tim McDonnell",
"license": "MIT",
"type": "commonjs",
"repository": {
"type": "git",
"url": "https://github.com/tim-mcdonnell/tana-mcp.git"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.0.0",
"axios": "^1.6.0",
"node-fetch": "^2.7.0",
"typescript": "^5.0.0",
"zod": "^3.22.0"
},
"devDependencies": {
"@types/node": "^20.0.0",
"@types/node-fetch": "^2.6.0",
"ts-node": "^10.9.0"
}
}