File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 6363 path : coverage/lcov.info
6464
6565 coverage :
66- name : Run MongoDB tests
66+ name : Report Coverage
6767 if : always() && github.event.pull_request.user.login != 'dependabot[bot]' && github.event.pull_request.head.repo.full_name == github.repository
6868 runs-on : ubuntu-latest
6969 needs : [run-tests, run-atlas-tests]
Original file line number Diff line number Diff line change 11import { Client } from "@modelcontextprotocol/sdk/client/index.js" ;
22import { InMemoryTransport } from "./inMemoryTransport.js" ;
33import { Server } from "../../src/server.js" ;
4- import { config , UserConfig } from "../../src/config.js" ;
4+ import { UserConfig } from "../../src/config.js" ;
55import { McpError } from "@modelcontextprotocol/sdk/types.js" ;
66import { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js" ;
77import { Session } from "../../src/session.js" ;
You can’t perform that action at this time.
0 commit comments