curl -X POST https://api.pylancemcp.dev/v1/tools/call \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"name": "get_hover",
"arguments": {
"uri": "file:///workspace/app/utils.py",
"line": 15,
"character": 8
}
}'