Added first mcp tool to test
This commit is contained in:
14
go.mod
Normal file
14
go.mod
Normal file
@@ -0,0 +1,14 @@
|
||||
module CariddiAndroid
|
||||
|
||||
go 1.25.6
|
||||
|
||||
require (
|
||||
github.com/electricbubble/gadb v0.1.0
|
||||
github.com/modelcontextprotocol/go-sdk v1.2.0
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/google/jsonschema-go v0.3.0 // indirect
|
||||
github.com/yosida95/uritemplate/v3 v3.0.2 // indirect
|
||||
golang.org/x/oauth2 v0.30.0 // indirect
|
||||
)
|
||||
Reference in New Issue
Block a user