Cherry-pick fix from hotfix/data-platform-hooks to development. Hooks must be in separate hooks/hooks.json file (auto-discovered), NOT inline in plugin.json. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
24 lines
665 B
JSON
24 lines
665 B
JSON
{
|
|
"name": "data-platform",
|
|
"version": "1.0.0",
|
|
"description": "Data engineering tools with pandas, PostgreSQL/PostGIS, and dbt integration",
|
|
"author": {
|
|
"name": "Leo Miranda",
|
|
"email": "leobmiranda@gmail.com"
|
|
},
|
|
"homepage": "https://gitea.hotserv.cloud/personal-projects/leo-claude-mktplace/src/branch/main/plugins/data-platform/README.md",
|
|
"repository": "https://gitea.hotserv.cloud/personal-projects/leo-claude-mktplace.git",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"pandas",
|
|
"postgresql",
|
|
"postgis",
|
|
"dbt",
|
|
"data-engineering",
|
|
"etl",
|
|
"dataframe"
|
|
],
|
|
"commands": ["./commands/"],
|
|
"mcpServers": ["./.mcp.json"]
|
|
}
|