mirror of
https://github.com/containers/kubernetes-mcp-server.git
synced 2025-10-23 01:22:57 +03:00
build(deps): bump github.com/mark3labs/mcp-go from 0.16.0 to 0.18.0
This commit is contained in:
@@ -5,6 +5,7 @@ import (
|
||||
"github.com/mark3labs/mcp-go/mcp"
|
||||
"os"
|
||||
"path/filepath"
|
||||
"runtime"
|
||||
"slices"
|
||||
"strings"
|
||||
"testing"
|
||||
@@ -12,6 +13,9 @@ import (
|
||||
)
|
||||
|
||||
func TestWatchKubeConfig(t *testing.T) {
|
||||
if runtime.GOOS != "linux" {
|
||||
t.Skip("Skipping test on non-linux platforms")
|
||||
}
|
||||
testCase(t, func(c *mcpContext) {
|
||||
// Given
|
||||
withTimeout, cancel := context.WithTimeout(c.ctx, 5*time.Second)
|
||||
|
||||
Reference in New Issue
Block a user