File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11package main
22
3- import "github.com/istio-mcp-server/pkg/istio-mcp-server/cmd"
3+ import "github.com/krutsko/ istio-mcp-server/pkg/istio-mcp-server/cmd"
44
55func main () {
66 cmd .Execute ()
Original file line number Diff line number Diff line change 44 "os"
55 "testing"
66
7- "github.com/istio-mcp-server/pkg/istio-mcp-server/cmd"
7+ "github.com/krutsko/ istio-mcp-server/pkg/istio-mcp-server/cmd"
88)
99
1010// TestMain tests the main function and cmd package integration
Original file line number Diff line number Diff line change 1- module github.com/istio-mcp-server
1+ module github.com/krutsko/ istio-mcp-server
22
33go 1.24.1
44
Original file line number Diff line number Diff line change 88 "strconv"
99 "strings"
1010
11- "github.com/istio-mcp-server/pkg/mcp"
12- "github.com/istio-mcp-server/pkg/version"
11+ "github.com/krutsko/ istio-mcp-server/pkg/mcp"
12+ "github.com/krutsko/ istio-mcp-server/pkg/version"
1313 "github.com/spf13/cobra"
1414 "github.com/spf13/viper"
1515 "golang.org/x/net/context"
Original file line number Diff line number Diff line change 44 "context"
55 "net/http"
66
7- "github.com/istio-mcp-server/pkg/istio"
8- "github.com/istio-mcp-server/pkg/version"
7+ "github.com/krutsko/ istio-mcp-server/pkg/istio"
8+ "github.com/krutsko/ istio-mcp-server/pkg/version"
99 "github.com/mark3labs/mcp-go/mcp"
1010 "github.com/mark3labs/mcp-go/server"
1111)
You can’t perform that action at this time.
0 commit comments