Harden tool endpoint origin validation and source fingerprinting
All checks were successful
Deploy Gateway / deploy (push) Successful in 2m45s
All checks were successful
Deploy Gateway / deploy (push) Successful in 2m45s
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
"content": [
|
||||
{
|
||||
"type": "text",
|
||||
"text": "customer.search@1.0.0: timed out"
|
||||
"text": "{\"reasonCode\":\"TOOL_TIMEOUT\",\"message\":\"Tool execution timed out.\"}"
|
||||
}
|
||||
],
|
||||
"isError": true
|
||||
|
||||
@@ -3,6 +3,10 @@
|
||||
"id": 3,
|
||||
"error": {
|
||||
"code": -32602,
|
||||
"message": "Invalid params: 'query' is required"
|
||||
"message": "Invalid params",
|
||||
"data": {
|
||||
"reasonCode": "INVALID_PARAMS",
|
||||
"message": "Request parameters are invalid."
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user