File tree Expand file tree Collapse file tree
tools/mcp-server/internal/resources Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,11 +4,11 @@ import (
44 "encoding/json"
55 "fmt"
66
7+ "github.com/getkin/kin-openapi/openapi3"
78 "github.com/modelcontextprotocol/go-sdk/mcp"
89 "github.com/mongodb/openapi/tools/cli/pkg/apiversion"
910 "github.com/mongodb/openapi/tools/cli/pkg/openapi"
1011 "github.com/mongodb/openapi/tools/mcp-server/internal/registry"
11- "github.com/oasdiff/kin-openapi/openapi3"
1212)
1313
1414// SpecStats holds counts of the spec's top-level components.
Original file line number Diff line number Diff line change 44 "encoding/json"
55 "testing"
66
7+ "github.com/getkin/kin-openapi/openapi3"
78 "github.com/mongodb/openapi/tools/mcp-server/internal/registry"
8- "github.com/oasdiff/kin-openapi/openapi3"
99 "github.com/stretchr/testify/assert"
1010 "github.com/stretchr/testify/require"
1111)
Original file line number Diff line number Diff line change @@ -3,9 +3,9 @@ package resources
33import (
44 "testing"
55
6+ "github.com/getkin/kin-openapi/openapi3"
67 "github.com/modelcontextprotocol/go-sdk/mcp"
78 "github.com/mongodb/openapi/tools/mcp-server/internal/registry"
8- "github.com/oasdiff/kin-openapi/openapi3"
99)
1010
1111// makeRequest builds a ReadResourceRequest for the given URI.
You can’t perform that action at this time.
0 commit comments