style: ruff format mcp_server.py (CI lint)
This commit is contained in:
@@ -2053,7 +2053,11 @@ def handle_request(request):
|
|||||||
return {
|
return {
|
||||||
"jsonrpc": "2.0",
|
"jsonrpc": "2.0",
|
||||||
"id": req_id,
|
"id": req_id,
|
||||||
"result": {"content": [{"type": "text", "text": json.dumps(result, indent=2, ensure_ascii=False)}]},
|
"result": {
|
||||||
|
"content": [
|
||||||
|
{"type": "text", "text": json.dumps(result, indent=2, ensure_ascii=False)}
|
||||||
|
]
|
||||||
|
},
|
||||||
}
|
}
|
||||||
except Exception:
|
except Exception:
|
||||||
logger.exception(f"Tool error in {tool_name}")
|
logger.exception(f"Tool error in {tool_name}")
|
||||||
|
|||||||
Reference in New Issue
Block a user