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
408 B

module github.com/wangzhaobo168/dm-mcp-server
go 1.23.4
require (
github.com/mark3labs/mcp-go v0.23.1
github.com/wangzhaobo168/dm v0.0.0-20250425092535-276eae067273
)
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.24.0 // indirect
)