Added MCP support
This commit is contained in:
10
go.mod
10
go.mod
@@ -1,16 +1,20 @@
|
||||
module git.netra.pivpav.com/public/tell-me
|
||||
module tell-me
|
||||
|
||||
go 1.21
|
||||
go 1.23.0
|
||||
|
||||
require (
|
||||
github.com/JohannesKaufmann/html-to-markdown v1.6.0
|
||||
github.com/jlubawy/go-boilerpipe v0.4.0
|
||||
github.com/modelcontextprotocol/go-sdk v1.1.0
|
||||
github.com/sashabaranov/go-openai v1.41.2
|
||||
gopkg.in/ini.v1 v1.67.0
|
||||
gopkg.in/yaml.v3 v3.0.1
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/PuerkitoBio/goquery v1.9.2 // indirect
|
||||
github.com/andybalholm/cascadia v1.3.2 // indirect
|
||||
github.com/google/jsonschema-go v0.3.0 // indirect
|
||||
github.com/yosida95/uritemplate/v3 v3.0.2 // indirect
|
||||
golang.org/x/net v0.25.0 // indirect
|
||||
golang.org/x/oauth2 v0.30.0 // indirect
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user