Add MCP integration for SetTaskSuccess and SetTaskFailure

This commit is contained in:
Ian Gulliver
2025-07-04 22:52:18 -07:00
parent 3dadea457a
commit f0c7ee76ef
6 changed files with 230 additions and 16 deletions

3
go.mod
View File

@@ -4,11 +4,14 @@ go 1.24.4
require (
github.com/google/uuid v1.6.0
github.com/mark3labs/mcp-go v0.32.0
github.com/stretchr/testify v1.10.0
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/spf13/cast v1.7.1 // indirect
github.com/yosida95/uritemplate/v3 v3.0.2 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)