go/pkg/mcp/go.mod
Snider 41a0faba75 refactor: migrate module path from Snider/Core to host-uk/core
Move Go module from github.com/Snider/Core to github.com/host-uk/core
to match the new repository location under the host-uk organization.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-28 15:29:42 +00:00

12 lines
306 B
Modula-2

module github.com/host-uk/core/pkg/mcp
go 1.25.5
require github.com/modelcontextprotocol/go-sdk v1.2.0
require (
github.com/google/jsonschema-go v0.3.0 // indirect
github.com/yosida95/uritemplate/v3 v3.0.2 // indirect
golang.org/x/oauth2 v0.33.0 // indirect
golang.org/x/tools v0.40.0 // indirect
)