fix(cmdb-assistant): correct NetBox API URL format in setup wizard #132
Reference in New Issue
Block a user
Delete Branch "fix/issue-126-netbox-url-format"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
/initial-setupcommand generating incorrectNETBOX_API_URL(missing/apisuffix)/api/apiif user forgetsRoot Cause
The setup wizard asked for base URL (
https://netbox.company.com) butNetBoxClientexpects API URL (https://netbox.company.com/api). The validation test incorrectly added/api/making it pass, while the actual MCP server failed with JSON parsing errors.Test Plan
/cmdb-assistant:initial-setupon a fresh systemnetbox.envhas URL with/apisuffixFixes #126
🤖 Generated with Claude Code