Add MCP server for network discovery tools

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Ian Gulliver
2026-02-04 11:30:23 -08:00
parent 93e5ff90c1
commit aee1487f22
5 changed files with 416 additions and 3 deletions

10
go.mod
View File

@@ -9,6 +9,7 @@ require (
github.com/gopatchy/multicast v0.0.0-20260130233915-4278628690a3
github.com/gopatchy/sacn v0.0.0-20260130234631-9c2787a20064
github.com/gosnmp/gosnmp v1.43.2
github.com/mark3labs/mcp-go v0.43.2
github.com/miekg/dns v1.1.72
go.jetify.com/typeid v1.3.0
golang.org/x/net v0.49.0
@@ -16,8 +17,15 @@ require (
)
require (
github.com/bahlo/generic-list-go v0.2.0 // indirect
github.com/buger/jsonparser v1.1.1 // indirect
github.com/gofrs/uuid/v5 v5.4.0 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/invopop/jsonschema v0.13.0 // indirect
github.com/mailru/easyjson v0.7.7 // indirect
github.com/spf13/cast v1.7.1 // indirect
github.com/wk8/go-ordered-map/v2 v2.1.8 // indirect
github.com/yosida95/uritemplate/v3 v3.0.2 // indirect
golang.org/x/mod v0.32.0 // indirect
golang.org/x/sync v0.19.0 // indirect
golang.org/x/sys v0.40.0 // indirect