Repin netbox-mcp-server when v1.2.0 ships #1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
Context
.mcp.jsoncurrently pins the NetBox MCP server to a main-branch commit:Plugin discovery (PR #72) merged on 2026-04-27 but is not in any tagged release. v1.1.0 (latest tag at time of pinning) does not include it, and we need it to expose
netbox_dns.*object types via MCP for phases 2-3 of this project.Action
Once
netboxlabs/netbox-mcp-servercuts a release containing PR #72 (likely v1.2.0):.mcp.jsonpin from the SHA back to a stable tag, e.g.@v1.2.0.uvx --from git+https://github.com/netboxlabs/netbox-mcp-server@v1.2.0 netbox-mcp-serverboots.tools/listreturnsnetbox_get_objectsetc.netbox_get_objects(object_type="netbox_dns.zone", filters={})returns valid result.Watch
Note on filter argument shape
Between v1.1.0 and main, the
filtersargument tonetbox_get_objectsswitched from string (JSON-encoded) to dict. v1.2.0 may break with v1.1.0 callers. Check our usage when repinning.