From 291c5f373b945a61c2aac888cbdd7005591d1913 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 5 Jul 2026 13:22:13 +0000 Subject: [PATCH 1/2] docs: enhance README with agentic AI systems and MCP details --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 7bac1824f..7d6791811 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,9 @@ ![](https://github.com/googleapis/google-api-php-client/workflows/.github/workflows/tests.yml/badge.svg) +![MCP](https://img.shields.io/badge/Model_Context_Protocol-000000?style=for-the-badge&logo=modelcontextprotocol&logoColor=white) +![FastMCP](https://img.shields.io/badge/FastMCP-009688?style=for-the-badge&logo=fastapi&logoColor=white) +![LangChain](https://img.shields.io/badge/LangChain-1C3C3C?style=for-the-badge&logo=langchain&logoColor=white) +![LangGraph](https://img.shields.io/badge/LangGraph-1C3C3C?style=for-the-badge&logo=langchain&logoColor=white) +![OpenAI](https://img.shields.io/badge/OpenAI-412991?style=for-the-badge&logo=openai&logoColor=white) # Google APIs Client Library for PHP # @@ -13,6 +18,8 @@ these are the recommended libraries. The Google API Client Library enables you to work with Google APIs such as Gmail, Drive or YouTube on your server. +🤖 This library can serve as the **data-access layer inside agentic AI systems** built on the **Model Context Protocol (MCP)**: expose Google APIs as MCP tools using **FastMCP**, orchestrate multi-agent workflows with **LangGraph** and **LangChain**, and power **OpenAI**-compatible agents that read Gmail, manage Drive files, or query any other Google service — all containerized and deployed as cloud-native services. + These client libraries are officially supported by Google. However, the libraries are considered complete and are in maintenance mode. This means that we will address critical bugs and security issues but will not add any new features. ## Google Cloud Platform From 1eafd77613328a38a372375f8eabcfb82d7be513 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 5 Jul 2026 13:22:48 +0000 Subject: [PATCH 2/2] docs: improve badge alt text and paragraph readability in README --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 7d6791811..d0193f53f 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ ![](https://github.com/googleapis/google-api-php-client/workflows/.github/workflows/tests.yml/badge.svg) -![MCP](https://img.shields.io/badge/Model_Context_Protocol-000000?style=for-the-badge&logo=modelcontextprotocol&logoColor=white) -![FastMCP](https://img.shields.io/badge/FastMCP-009688?style=for-the-badge&logo=fastapi&logoColor=white) -![LangChain](https://img.shields.io/badge/LangChain-1C3C3C?style=for-the-badge&logo=langchain&logoColor=white) -![LangGraph](https://img.shields.io/badge/LangGraph-1C3C3C?style=for-the-badge&logo=langchain&logoColor=white) -![OpenAI](https://img.shields.io/badge/OpenAI-412991?style=for-the-badge&logo=openai&logoColor=white) +![Model Context Protocol support](https://img.shields.io/badge/Model_Context_Protocol-000000?style=for-the-badge&logo=modelcontextprotocol&logoColor=white) +![FastMCP compatible](https://img.shields.io/badge/FastMCP-009688?style=for-the-badge&logo=fastapi&logoColor=white) +![LangChain integration](https://img.shields.io/badge/LangChain-1C3C3C?style=for-the-badge&logo=langchain&logoColor=white) +![LangGraph integration](https://img.shields.io/badge/LangGraph-1C3C3C?style=for-the-badge&logo=langchain&logoColor=white) +![OpenAI compatible](https://img.shields.io/badge/OpenAI-412991?style=for-the-badge&logo=openai&logoColor=white) # Google APIs Client Library for PHP # @@ -18,7 +18,7 @@ these are the recommended libraries. The Google API Client Library enables you to work with Google APIs such as Gmail, Drive or YouTube on your server. -🤖 This library can serve as the **data-access layer inside agentic AI systems** built on the **Model Context Protocol (MCP)**: expose Google APIs as MCP tools using **FastMCP**, orchestrate multi-agent workflows with **LangGraph** and **LangChain**, and power **OpenAI**-compatible agents that read Gmail, manage Drive files, or query any other Google service — all containerized and deployed as cloud-native services. +🤖 This library can serve as the **data-access layer inside agentic AI systems** built on the **Model Context Protocol (MCP)**. Expose Google APIs (Gmail, Drive, YouTube, and more) as MCP tools using **FastMCP**, and orchestrate multi-agent workflows with **LangGraph** and **LangChain**. Power **OpenAI**-compatible agents that interact with Google services, then containerize and deploy the whole stack as cloud-native services. These client libraries are officially supported by Google. However, the libraries are considered complete and are in maintenance mode. This means that we will address critical bugs and security issues but will not add any new features.