MCP Language Server

BSD 3-Clause
66
  • Apple
  • Linux
module github.com/isaacphi/mcp-language-server go 1.24.0 require ( github.com/fsnotify/fsnotify v1.8.0 github.com/metoro-io/mcp-golang v0.6.0 golang.org/x/text v0.21.0 ) replace github.com/metoro-io/mcp-golang => github.com/isaacphi/mcp-golang v0.0.0-20250314121746-948e874f9887 require ( github.com/BurntSushi/toml v1.4.1-0.20240526193622-a339e1f7089c // indirect github.com/bahlo/generic-list-go v0.2.0 // indirect github.com/buger/jsonparser v1.1.1 // indirect github.com/invopop/jsonschema v0.13.0 // indirect github.com/kisielk/errcheck v1.9.0 // indirect github.com/mailru/easyjson v0.9.0 // indirect github.com/pkg/errors v0.9.1 // indirect github.com/tidwall/gjson v1.18.0 // indirect github.com/tidwall/match v1.1.1 // indirect github.com/tidwall/pretty v1.2.1 // indirect github.com/tidwall/sjson v1.2.5 // indirect github.com/wk8/go-ordered-map/v2 v2.1.8 // indirect golang.org/x/exp/typeparams v0.0.0-20231108232855-2478ac86f678 // indirect golang.org/x/mod v0.23.0 // indirect golang.org/x/sync v0.11.0 // indirect golang.org/x/sys v0.30.0 // indirect golang.org/x/telemetry v0.0.0-20240522233618-39ace7a40ae7 // indirect golang.org/x/tools v0.30.0 // indirect golang.org/x/vuln v1.1.4 // indirect gopkg.in/yaml.v3 v3.0.1 // indirect honnef.co/go/tools v0.6.1 // indirect ) tool ( github.com/kisielk/errcheck golang.org/x/vuln/cmd/govulncheck honnef.co/go/tools/cmd/staticcheck )