Skip to content

Commit 6dcf323

Browse files
committed
fix: mcp mypy error
1 parent 8a9a13f commit 6dcf323

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,3 +124,7 @@ ignore_missing_imports = true
124124
[[tool.mypy.overrides]]
125125
module = "langgraph.*"
126126
ignore_missing_imports = true
127+
128+
[[tool.mypy.overrides]]
129+
module = "mcp.*"
130+
ignore_missing_imports = true

0 commit comments

Comments
 (0)