We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fd3398 commit b537b6cCopy full SHA for b537b6c
.github/workflows/build.yml
@@ -4,6 +4,9 @@ on:
4
push:
5
branches:
6
- main
7
+ pull_request:
8
+ branches:
9
+ - main
10
11
jobs:
12
test-and-coveralls:
test/mcp-server.spec.ts
@@ -1,6 +1,6 @@
1
import { describe, it, expect } from "vitest";
2
import { connect, close } from "mcp-testing-kit";
3
-import { MCPServer } from "../src/mcp-server";
+import { MCPServer } from "../src/servers/mcp-server";
describe("MCP Server", () => {
it("should be able to send a message to the server", async () => {
0 commit comments