Claude Code requires simple directory paths like "./commands/" not object declarations with individual entries. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
22 lines
533 B
JSON
22 lines
533 B
JSON
{
|
|
"name": "cmdb-assistant",
|
|
"version": "1.0.0",
|
|
"description": "NetBox CMDB integration for infrastructure management - query, create, update, and manage network devices, IP addresses, sites, and more",
|
|
"author": {
|
|
"name": "Bandit Labs",
|
|
"email": "dev@banditlabs.io"
|
|
},
|
|
"homepage": "https://github.com/bandit-labs/cmdb-assistant",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"netbox",
|
|
"cmdb",
|
|
"infrastructure",
|
|
"network",
|
|
"ipam",
|
|
"dcim"
|
|
],
|
|
"commands": "./commands/",
|
|
"agents": "./agents/"
|
|
}
|