Skip to content

Commit 1789094

Browse files
committed
wip
1 parent 440b8c2 commit 1789094

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

packages/mcp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"node": "^20.19.0 || ^22.13.0 || >=24"
3737
},
3838
"dependencies": {
39-
"@modelcontextprotocol/sdk": "1.22.0",
39+
"@modelcontextprotocol/sdk": "^1.22.0",
4040
"eslint": "^9.39.1",
4141
"zod": "^3.24.4"
4242
},

packages/mcp/src/mcp-server.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ const filePathsSchema = {
2929
// Tools
3030
//-----------------------------------------------------------------------------
3131

32+
// @ts-expect-error -- Regression in `@modelcontextprotocol/[email protected]`
3233
mcpServer.tool(
3334
"lint-files",
3435
"Lint files using ESLint. You must provide a list of absolute file paths to the files you want to lint. The absolute file paths should be in the correct format for your operating system (e.g., forward slashes on Unix-like systems, backslashes on Windows).",

0 commit comments

Comments
 (0)