Skip to content

Commit 11eaedf

Browse files
committed
Sync module name with repo
1 parent d138c43 commit 11eaedf

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

cmd/openapi-mcp/doc.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99
"os/exec"
1010
"strings"
1111

12-
"github.com/evcc-io/openapi2mcp"
12+
openapi2mcp "github.com/evcc-io/openapi-mcp"
1313
"github.com/getkin/kin-openapi/openapi3"
1414
)
1515

cmd/openapi-mcp/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88
"slices"
99
"strings"
1010

11-
"github.com/evcc-io/openapi2mcp"
11+
openapi2mcp "github.com/evcc-io/openapi-mcp"
1212
"github.com/getkin/kin-openapi/openapi3"
1313
"go.yaml.in/yaml/v3"
1414
)

cmd/openapi-mcp/utils.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77
"os"
88
"os/exec"
99

10-
"github.com/evcc-io/openapi2mcp"
10+
openapi2mcp "github.com/evcc-io/openapi-mcp"
1111
"github.com/getkin/kin-openapi/openapi3"
1212
)
1313

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module github.com/evcc-io/openapi2mcp
1+
module github.com/evcc-io/openapi-mcp
22

33
go 1.23.0
44

0 commit comments

Comments
 (0)