The EmbeddedResource from MCP tool call contains a field with type AnyUrl that is not JSON-serializable. To avoid this exception, use item.model_dump(mode="json") to ensure a JSON-serializable return value. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| server.py | ||
| util.py | ||
The EmbeddedResource from MCP tool call contains a field with type AnyUrl that is not JSON-serializable. To avoid this exception, use item.model_dump(mode="json") to ensure a JSON-serializable return value. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| server.py | ||
| util.py | ||