| 1 |
<?php |
| 2 |
|
| 3 |
declare(strict_types=1); |
| 4 |
|
| 5 |
namespace WP\McpSchema\Common\Contracts; |
| 6 |
|
| 7 |
/** |
| 8 |
* Interface for types that extend TaskAugmentedRequestParams. |
| 9 |
* |
| 10 |
* This interface is auto-generated from TypeScript extends metadata. |
| 11 |
* Types implementing this interface: CallToolRequestParams, CreateMessageRequestParams, ElicitRequestFormParams, ElicitRequestURLParams |
| 12 |
* |
| 13 |
* @mcp-version 2025-11-25 |
| 14 |
*/ |
| 15 |
interface TaskAugmentedRequestParamsInterface extends WithArrayTransformationInterface |
| 16 |
{ |
| 17 |
} |
| 18 |
|