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 63
63
path : coverage/lcov.info
64
64
65
65
coverage :
66
- name : Run MongoDB tests
66
+ name : Report Coverage
67
67
if : always() && github.event.pull_request.user.login != 'dependabot[bot]' && github.event.pull_request.head.repo.full_name == github.repository
68
68
runs-on : ubuntu-latest
69
69
needs : [run-tests, run-atlas-tests]
Original file line number Diff line number Diff line change 1
1
import { Client } from "@modelcontextprotocol/sdk/client/index.js" ;
2
2
import { InMemoryTransport } from "./inMemoryTransport.js" ;
3
3
import { Server } from "../../src/server.js" ;
4
- import { config , UserConfig } from "../../src/config.js" ;
4
+ import { UserConfig } from "../../src/config.js" ;
5
5
import { McpError } from "@modelcontextprotocol/sdk/types.js" ;
6
6
import { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js" ;
7
7
import { Session } from "../../src/session.js" ;
You can’t perform that action at this time.
0 commit comments