package.jsonā¢1.14 kB
{
"name": "@jonpspri/databeak",
"version": "1.0.5",
"description": "DataBeak: MCP server for comprehensive CSV file operations",
"keywords": [
"mcp",
"mcp-server",
"csv",
"excel",
"data",
"pandas",
"model-context-protocol",
"ai",
"claude",
"llm"
],
"homepage": "https://github.com/jonpspri/databeak#readme",
"bugs": {
"url": "https://github.com/jonpspri/databeak/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jonpspri/databeak.git"
},
"license": "Apache-2.0",
"author": {
"name": "Jonathan Springer",
"email": "jps@s390x.com"
},
"contributors": [
{
"name": "Santosh Ray",
"email": "rayskumar02@gmail.com"
}
],
"type": "module",
"scripts": {
"build": "echo 'Python package - no JS build needed'",
"prepare": "echo 'Installing Python dependencies...'"
},
"mcp": {
"serverType": "python",
"command": "python",
"args": [
"-m",
"databeak.server"
],
"env": {},
"capabilities": {
"tools": true,
"resources": true,
"prompts": true
}
}
}