files
This commit is contained in:
22
mcp/go.mod
Normal file
22
mcp/go.mod
Normal file
@@ -0,0 +1,22 @@
|
||||
module git.teamworkapps.com/shortcut/cremote/mcp
|
||||
|
||||
go 1.24.1
|
||||
|
||||
replace git.teamworkapps.com/shortcut/cremote => ../
|
||||
|
||||
require (
|
||||
git.teamworkapps.com/shortcut/cremote v0.0.0-00010101000000-000000000000
|
||||
github.com/mark3labs/mcp-go v0.37.0
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/bahlo/generic-list-go v0.2.0 // indirect
|
||||
github.com/buger/jsonparser v1.1.1 // indirect
|
||||
github.com/google/uuid v1.6.0 // indirect
|
||||
github.com/invopop/jsonschema v0.13.0 // indirect
|
||||
github.com/mailru/easyjson v0.7.7 // indirect
|
||||
github.com/spf13/cast v1.7.1 // indirect
|
||||
github.com/wk8/go-ordered-map/v2 v2.1.8 // indirect
|
||||
github.com/yosida95/uritemplate/v3 v3.0.2 // indirect
|
||||
gopkg.in/yaml.v3 v3.0.1 // indirect
|
||||
)
|
||||
Reference in New Issue
Block a user