You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
345 B
16 lines
345 B
module mcp-go-db
|
|
|
|
go 1.24
|
|
|
|
require (
|
|
github.com/jmoiron/sqlx v1.4.0
|
|
github.com/mark3labs/mcp-go v0.23.1
|
|
)
|
|
|
|
require (
|
|
github.com/golang/snappy v1.0.0 // indirect
|
|
github.com/google/uuid v1.6.0 // indirect
|
|
github.com/spf13/cast v1.7.1 // indirect
|
|
github.com/yosida95/uritemplate/v3 v3.0.2 // indirect
|
|
golang.org/x/text v0.25.0 // indirect
|
|
)
|
|
|