Skip to content

Commit e92b350

Browse files
jgravelleclaude
andcommitted
Pin mcp<1.10.0 to avoid win32api DLL regression on Windows
mcp 1.10+ introduced mcp.os.win32.utilities which imports win32api at module load time. On Windows systems where pywin32 DLLs are not fully registered, this causes an ImportError before the server or --help can run. mcp 1.9.4 is the last known-good version. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 2a89961 commit e92b350

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description = "Token-efficient MCP server for source code exploration via tree-s
55
readme = "README.md"
66
requires-python = ">=3.10"
77
dependencies = [
8-
"mcp>=1.0.0",
8+
"mcp>=1.0.0,<1.10.0",
99
"httpx>=0.27.0",
1010
"anthropic>=0.40.0",
1111
"tree-sitter-language-pack>=0.7.0",

0 commit comments

Comments
 (0)