mirror of
https://github.com/wassname/openrouter-python-sdk-retry-errors.git
synced 2026-07-29 11:23:49 +08:00
16 lines
2.5 KiB
Plaintext
16 lines
2.5 KiB
Plaintext
---
|
|
title: "McpApprovalResponseItem"
|
|
---
|
|
|
|
User response to an MCP tool approval request
|
|
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description |
|
|
| -------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------- |
|
|
| `approval_request_id` | *str* | :heavy_check_mark: | N/A |
|
|
| `approve` | *bool* | :heavy_check_mark: | N/A |
|
|
| `id` | *OptionalNullable[str]* | :heavy_minus_sign: | N/A |
|
|
| `reason` | *OptionalNullable[str]* | :heavy_minus_sign: | N/A |
|
|
| `type` | [components.McpApprovalResponseItemType](../components/mcpapprovalresponseitemtype.mdx) | :heavy_check_mark: | N/A | |