22 lines
528 B
JSON
22 lines
528 B
JSON
{
|
|
"id": "git_helper",
|
|
"name": "Git Helper",
|
|
"version": "1.0.0",
|
|
"description": "Git status, log, and diff summary tools",
|
|
"author": "",
|
|
"homepage": "",
|
|
"license": "MIT",
|
|
"plugin_type": "tool",
|
|
"main": "__init__.py",
|
|
"hooks": [],
|
|
"tools": ["git_status_summary", "git_log_summary", "git_diff_summary"],
|
|
"skills": [],
|
|
"dependencies": {},
|
|
"peer_dependencies": {},
|
|
"permissions": [],
|
|
"allowed_paths": [],
|
|
"denied_paths": [],
|
|
"network_allowed": false,
|
|
"allowed_hosts": [],
|
|
"config_schema": {}
|
|
} |