Skip to content

Commit 64f2782

Browse files
fix: remove cyclic workspace dependency between test-helpers and client/server (#1444)
1 parent 4a0db70 commit 64f2782

3 files changed

Lines changed: 1 addition & 11 deletions

File tree

pnpm-lock.yaml

Lines changed: 0 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/helpers/package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@
3131
},
3232
"devDependencies": {
3333
"@modelcontextprotocol/core": "workspace:^",
34-
"@modelcontextprotocol/client": "workspace:^",
35-
"@modelcontextprotocol/server": "workspace:^",
3634
"zod": "catalog:runtimeShared",
3735
"vitest": "catalog:devTools",
3836
"@modelcontextprotocol/tsconfig": "workspace:^",

test/helpers/tsconfig.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
{
22
"extends": "@modelcontextprotocol/tsconfig",
3-
"include": ["./", "../integration/test/helpers/mcp.ts"],
3+
"include": ["./"],
44
"exclude": ["node_modules", "dist"],
55
"compilerOptions": {
66
"paths": {
77
"*": ["./*"],
88
"@modelcontextprotocol/core": ["./node_modules/@modelcontextprotocol/core/src/index.ts"],
9-
"@modelcontextprotocol/client": ["./node_modules/@modelcontextprotocol/client/src/index.ts"],
10-
"@modelcontextprotocol/server": ["./node_modules/@modelcontextprotocol/server/src/index.ts"],
119
"@modelcontextprotocol/vitest-config": ["./node_modules/@modelcontextprotocol/vitest-config/tsconfig.json"]
1210
}
1311
}

0 commit comments

Comments
 (0)