add AGENTS.md, update deps, fix mcp
Build and Publish / check-chart (push) Successful in 33s
Build and Publish / helm-release (push) Has been skipped
Build and Publish / container-images (push) Successful in 3m30s
Build and Publish / go-binaries (push) Successful in 5m2s

This commit is contained in:
2026-07-04 17:21:22 -04:00
parent c0a1631320
commit 3241fc7107
4 changed files with 218 additions and 49 deletions
+1 -3
View File
@@ -24,9 +24,7 @@ type DemoToolParams struct {
}
func (d *DemoMCPServer) addDemoRandomFactTool() {
d.server.AddTool(
mcp.ToolFor(DemoTool, d.demoToolHandler),
)
mcp.AddTool(d.server, DemoTool, d.demoToolHandler)
}
func (d *DemoMCPServer) demoToolHandler(ctx context.Context, req *mcp.CallToolRequest, args *DemoToolParams) (