File tree Expand file tree Collapse file tree 7 files changed +8
-8
lines changed Expand file tree Collapse file tree 7 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
- FROM golang:1.24.3 -alpine AS build
1
+ FROM golang:1.24.4 -alpine AS build
2
2
ARG VERSION="dev"
3
3
4
4
# Set the working directory
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ The `--stdio-server-cmd` flag is required for all commands and specifies the com
31
31
32
32
### Examples
33
33
34
- List available tools in Anthropic 's MCP server:
34
+ List available tools in Github 's MCP server:
35
35
36
36
``` console
37
37
% ./mcpcurl --stdio-server-cmd " docker run -i --rm -e GITHUB_PERSONAL_ACCESS_TOKEN mcp/github" tools --help
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ require (
26
26
require (
27
27
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
28
28
github.com/fsnotify/fsnotify v1.8.0 // indirect
29
- github.com/go-viper/mapstructure/v2 v2.2.1
29
+ github.com/go-viper/mapstructure/v2 v2.3.0
30
30
github.com/google/go-github/v71 v71.0.0 // indirect
31
31
github.com/google/go-querystring v1.1.0 // indirect
32
32
github.com/google/uuid v1.6.0 // indirect
Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ github.com/go-openapi/jsonpointer v0.19.5/go.mod h1:Pl9vOtqEWErmShwVjC8pYs9cog34
13
13
github.com/go-openapi/swag v0.19.5 /go.mod h1:POnQmlKehdgb5mhVOsnJFsivZCEZ/vjK9gh66Z9tfKk =
14
14
github.com/go-openapi/swag v0.21.1 h1:wm0rhTb5z7qpJRHBdPOMuY4QjVUMbF6/kwoYeRAOrKU =
15
15
github.com/go-openapi/swag v0.21.1 /go.mod h1:QYRuS/SOXUCsnplDa677K7+DxSOj6IPNl/eQntq43wQ =
16
- github.com/go-viper/mapstructure/v2 v2.2.1 h1:ZAaOCxANMuZx5RCeg0mBdEZk7DZasvvZIxtHqx8aGss =
17
- github.com/go-viper/mapstructure/v2 v2.2.1 /go.mod h1:oJDH3BJKyqBA2TXFhDsKDGDTlndYOZ6rGS0BRZIxGhM =
16
+ github.com/go-viper/mapstructure/v2 v2.3.0 h1:27XbWsHIqhbdR5TIC911OfYvgSaW93HM+dX7970Q7jk =
17
+ github.com/go-viper/mapstructure/v2 v2.3.0 /go.mod h1:oJDH3BJKyqBA2TXFhDsKDGDTlndYOZ6rGS0BRZIxGhM =
18
18
github.com/google/go-cmp v0.5.2 /go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE =
19
19
github.com/google/go-cmp v0.7.0 h1:wk8382ETsv4JYUZwIsn6YpYiWiBsYLSJiTsyBybVuN8 =
20
20
github.com/google/go-cmp v0.7.0 /go.mod h1:pXiqmnSA92OHEEa9HXL2W4E7lf9JzCmGVUdgjX3N/iU =
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ Some packages may only be included on certain architectures or operating systems
11
11
- [ github.com/github/github-mcp-server] ( https://pkg.go.dev/github.com/github/github-mcp-server ) ([ MIT] ( https://github.com/github/github-mcp-server/blob/HEAD/LICENSE ) )
12
12
- [ github.com/go-openapi/jsonpointer] ( https://pkg.go.dev/github.com/go-openapi/jsonpointer ) ([ Apache-2.0] ( https://github.com/go-openapi/jsonpointer/blob/v0.19.5/LICENSE ) )
13
13
- [ github.com/go-openapi/swag] ( https://pkg.go.dev/github.com/go-openapi/swag ) ([ Apache-2.0] ( https://github.com/go-openapi/swag/blob/v0.21.1/LICENSE ) )
14
- - [ github.com/go-viper/mapstructure/v2] ( https://pkg.go.dev/github.com/go-viper/mapstructure/v2 ) ([ MIT] ( https://github.com/go-viper/mapstructure/blob/v2.2.1 /LICENSE ) )
14
+ - [ github.com/go-viper/mapstructure/v2] ( https://pkg.go.dev/github.com/go-viper/mapstructure/v2 ) ([ MIT] ( https://github.com/go-viper/mapstructure/blob/v2.3.0 /LICENSE ) )
15
15
- [ github.com/google/go-github/v71/github] ( https://pkg.go.dev/github.com/google/go-github/v71/github ) ([ BSD-3-Clause] ( https://github.com/google/go-github/blob/v71.0.0/LICENSE ) )
16
16
- [ github.com/google/go-github/v72/github] ( https://pkg.go.dev/github.com/google/go-github/v72/github ) ([ BSD-3-Clause] ( https://github.com/google/go-github/blob/v72.0.0/LICENSE ) )
17
17
- [ github.com/google/go-querystring/query] ( https://pkg.go.dev/github.com/google/go-querystring/query ) ([ BSD-3-Clause] ( https://github.com/google/go-querystring/blob/v1.1.0/LICENSE ) )
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ Some packages may only be included on certain architectures or operating systems
11
11
- [ github.com/github/github-mcp-server] ( https://pkg.go.dev/github.com/github/github-mcp-server ) ([ MIT] ( https://github.com/github/github-mcp-server/blob/HEAD/LICENSE ) )
12
12
- [ github.com/go-openapi/jsonpointer] ( https://pkg.go.dev/github.com/go-openapi/jsonpointer ) ([ Apache-2.0] ( https://github.com/go-openapi/jsonpointer/blob/v0.19.5/LICENSE ) )
13
13
- [ github.com/go-openapi/swag] ( https://pkg.go.dev/github.com/go-openapi/swag ) ([ Apache-2.0] ( https://github.com/go-openapi/swag/blob/v0.21.1/LICENSE ) )
14
- - [ github.com/go-viper/mapstructure/v2] ( https://pkg.go.dev/github.com/go-viper/mapstructure/v2 ) ([ MIT] ( https://github.com/go-viper/mapstructure/blob/v2.2.1 /LICENSE ) )
14
+ - [ github.com/go-viper/mapstructure/v2] ( https://pkg.go.dev/github.com/go-viper/mapstructure/v2 ) ([ MIT] ( https://github.com/go-viper/mapstructure/blob/v2.3.0 /LICENSE ) )
15
15
- [ github.com/google/go-github/v71/github] ( https://pkg.go.dev/github.com/google/go-github/v71/github ) ([ BSD-3-Clause] ( https://github.com/google/go-github/blob/v71.0.0/LICENSE ) )
16
16
- [ github.com/google/go-github/v72/github] ( https://pkg.go.dev/github.com/google/go-github/v72/github ) ([ BSD-3-Clause] ( https://github.com/google/go-github/blob/v72.0.0/LICENSE ) )
17
17
- [ github.com/google/go-querystring/query] ( https://pkg.go.dev/github.com/google/go-querystring/query ) ([ BSD-3-Clause] ( https://github.com/google/go-querystring/blob/v1.1.0/LICENSE ) )
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ Some packages may only be included on certain architectures or operating systems
11
11
- [ github.com/github/github-mcp-server] ( https://pkg.go.dev/github.com/github/github-mcp-server ) ([ MIT] ( https://github.com/github/github-mcp-server/blob/HEAD/LICENSE ) )
12
12
- [ github.com/go-openapi/jsonpointer] ( https://pkg.go.dev/github.com/go-openapi/jsonpointer ) ([ Apache-2.0] ( https://github.com/go-openapi/jsonpointer/blob/v0.19.5/LICENSE ) )
13
13
- [ github.com/go-openapi/swag] ( https://pkg.go.dev/github.com/go-openapi/swag ) ([ Apache-2.0] ( https://github.com/go-openapi/swag/blob/v0.21.1/LICENSE ) )
14
- - [ github.com/go-viper/mapstructure/v2] ( https://pkg.go.dev/github.com/go-viper/mapstructure/v2 ) ([ MIT] ( https://github.com/go-viper/mapstructure/blob/v2.2.1 /LICENSE ) )
14
+ - [ github.com/go-viper/mapstructure/v2] ( https://pkg.go.dev/github.com/go-viper/mapstructure/v2 ) ([ MIT] ( https://github.com/go-viper/mapstructure/blob/v2.3.0 /LICENSE ) )
15
15
- [ github.com/google/go-github/v71/github] ( https://pkg.go.dev/github.com/google/go-github/v71/github ) ([ BSD-3-Clause] ( https://github.com/google/go-github/blob/v71.0.0/LICENSE ) )
16
16
- [ github.com/google/go-github/v72/github] ( https://pkg.go.dev/github.com/google/go-github/v72/github ) ([ BSD-3-Clause] ( https://github.com/google/go-github/blob/v72.0.0/LICENSE ) )
17
17
- [ github.com/google/go-querystring/query] ( https://pkg.go.dev/github.com/google/go-querystring/query ) ([ BSD-3-Clause] ( https://github.com/google/go-querystring/blob/v1.1.0/LICENSE ) )
You can’t perform that action at this time.
0 commit comments