# zip-ai/0.0.8/lib/php-mcp-schema/src/Common/Contracts/JSONRPCNotificationInterface.php

ZIP AI – AI Website Builder &amp; AI Agent (Beta), version 0.0.8. 18 lines.

- Page: https://pluginprobe.com/plugins/zip-ai/0.0.8/code/lib/php-mcp-schema/src/Common/Contracts/JSONRPCNotificationInterface.php
- Raw: https://pluginprobe.com/plugins/zip-ai/0.0.8/raw/lib/php-mcp-schema/src/Common/Contracts/JSONRPCNotificationInterface.php
- Modified: 2026-08-17T11:42:52+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/zip-ai/0.0.8/code/lib/php-mcp-schema/src/Common/Contracts/JSONRPCNotificationInterface.php#L10-L20`.

```php
<?php

declare(strict_types=1);

namespace WP\McpSchema\Common\Contracts;

/**
 * Interface for types that extend JSONRPCNotification.
 *
 * This interface is auto-generated from TypeScript extends metadata.
 * Types implementing this interface: CancelledNotification, InitializedNotification, ProgressNotification, ResourceListChangedNotification, ResourceUpdatedNotification, PromptListChangedNotification, ToolListChangedNotification, TaskStatusNotification, LoggingMessageNotification, RootsListChangedNotification, ElicitationCompleteNotification
 *
 * @mcp-version 2025-11-25
 */
interface JSONRPCNotificationInterface extends WithArrayTransformationInterface
{
}

```
