Update error handling to use ErrorData consistently

Also:
Updated mcp dependency from 1.0.0 to 1.1.3

This aligns with MCP's error handling patterns and provides better
structured error information.
This commit is contained in:
Aleksey Zhukov
2025-01-10 21:53:57 +01:00
parent d3136cee72
commit ebecd590e2
2 changed files with 14 additions and 13 deletions

View File

@@ -17,7 +17,7 @@ classifiers = [
]
dependencies = [
"markdownify>=0.13.1",
"mcp>=1.0.0",
"mcp>=1.1.3",
"protego>=0.3.1",
"pydantic>=2.0.0",
"readabilipy>=0.2.0",