Repin netbox-mcp-server when v1.2.0 ships #1

Open
opened 2026-05-08 02:52:10 +00:00 by gosseljl · 0 comments
Owner

Context

.mcp.json currently pins the NetBox MCP server to a main-branch commit:

git+https://github.com/netboxlabs/netbox-mcp-server@613395cc5091

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-server cuts a release containing PR #72 (likely v1.2.0):

  1. Update .mcp.json pin from the SHA back to a stable tag, e.g. @v1.2.0.
  2. Re-test:
    • uvx --from git+https://github.com/netboxlabs/netbox-mcp-server@v1.2.0 netbox-mcp-server boots.
    • tools/list returns netbox_get_objects etc.
    • netbox_get_objects(object_type="netbox_dns.zone", filters={}) returns valid result.
  3. Commit + push.

Watch

Note on filter argument shape

Between v1.1.0 and main, the filters argument to netbox_get_objects switched from string (JSON-encoded) to dict. v1.2.0 may break with v1.1.0 callers. Check our usage when repinning.

## Context `.mcp.json` currently pins the NetBox MCP server to a main-branch commit: ``` git+https://github.com/netboxlabs/netbox-mcp-server@613395cc5091 ``` 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-server` cuts a release containing PR #72 (likely v1.2.0): 1. Update `.mcp.json` pin from the SHA back to a stable tag, e.g. `@v1.2.0`. 2. Re-test: - `uvx --from git+https://github.com/netboxlabs/netbox-mcp-server@v1.2.0 netbox-mcp-server` boots. - `tools/list` returns `netbox_get_objects` etc. - `netbox_get_objects(object_type="netbox_dns.zone", filters={})` returns valid result. 3. Commit + push. ## Watch - Releases page: https://github.com/netboxlabs/netbox-mcp-server/releases - Tracking PR: https://github.com/netboxlabs/netbox-mcp-server/pull/72 ## Note on filter argument shape Between v1.1.0 and main, the `filters` argument to `netbox_get_objects` switched from string (JSON-encoded) to dict. v1.2.0 may break with v1.1.0 callers. Check our usage when repinning.
Commenting is not possible because the repository is archived.
No labels
drift
No milestone
No project
No assignees
1 participant
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
gosseljl/homelab-ddi#1
No description provided.