Harden tool endpoint origin validation and source fingerprinting
All checks were successful
Deploy Gateway / deploy (push) Successful in 2m45s

This commit is contained in:
2026-09-18 18:21:08 +09:00
parent 1be6bf7278
commit ab9c97c546
18 changed files with 938 additions and 83 deletions

View File

@@ -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

View File

@@ -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."
}
}
}