diff --git a/src/Apigee/GoogleCloudApigeeV1ApiProxyRevision.php b/src/Apigee/GoogleCloudApigeeV1ApiProxyRevision.php index 0a7834fb530..303f4c663e7 100644 --- a/src/Apigee/GoogleCloudApigeeV1ApiProxyRevision.php +++ b/src/Apigee/GoogleCloudApigeeV1ApiProxyRevision.php @@ -89,6 +89,14 @@ class GoogleCloudApigeeV1ApiProxyRevision extends \Google\Collection * @var string */ public $lastModifiedAt; + /** + * Output only. Whether this proxy revision is detected as an MCP (Model + * Context Protocol) proxy. A proxy revision is identified as MCP if it has a + * proxy endpoint with the `/mcp` base path that routes to the MCP target URL. + * + * @var bool + */ + public $mcp; /** * Name of the API proxy. * @@ -368,6 +376,24 @@ public function getLastModifiedAt() { return $this->lastModifiedAt; } + /** + * Output only. Whether this proxy revision is detected as an MCP (Model + * Context Protocol) proxy. A proxy revision is identified as MCP if it has a + * proxy endpoint with the `/mcp` base path that routes to the MCP target URL. + * + * @param bool $mcp + */ + public function setMcp($mcp) + { + $this->mcp = $mcp; + } + /** + * @return bool + */ + public function getMcp() + { + return $this->mcp; + } /** * Name of the API proxy. *