build(deps): bump github.com/mark3labs/mcp-go from 0.20.1 to 0.21.0

This commit is contained in:
Marc Nuri
2025-04-17 07:21:25 +02:00
parent aff0fccb47
commit 79b0f2805c
3 changed files with 4 additions and 4 deletions

View File

@@ -97,7 +97,7 @@ type mcpContext struct {
cancel context.CancelFunc
mcpServer *Server
mcpHttpServer *httptest.Server
mcpClient *client.SSEMCPClient
mcpClient *client.Client
}
func (c *mcpContext) beforeEach(t *testing.T) {