From 6f4e6cf08f60b26cfc73c61e8511505c75cfc6db Mon Sep 17 00:00:00 2001 From: Smitha Kolan <37849431+smithakolan@users.noreply.github.com> Date: Tue, 10 Feb 2026 17:31:34 -0500 Subject: [PATCH] Enhance README with badges and demo details Added badges and detailed demo overview for AllStrides project. --- examples/allstrides/README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/examples/allstrides/README.md b/examples/allstrides/README.md index 3e67677..17bca6c 100644 --- a/examples/allstrides/README.md +++ b/examples/allstrides/README.md @@ -1,5 +1,24 @@ # AllStrides: Google remote MCP for Cloud SQL and Developer Knowledge +[![Google Cloud](https://img.shields.io/badge/Blog-4285F4?style=for-the-badge&logo=google-cloud&logoColor=white)](https://cloud.google.com/blog/products/ai-machine-learning/announcing-official-mcp-support-for-google-services) +[![Codelab](https://img.shields.io/badge/Codelab-58A55d.svg?style=for-the-badge&logo=devbox&logoColor=white)](https://codelabs.developers.google.com/ai-mcp-dk-csql#0) + +This directory contains the data artifacts and infrastructure setup scripts for the **Google remote MCP for Cloud SQL and Developer Knowledge** demo. + +## Demo Overview + +This scenario demonstrates an AI Agent's ability to act as a Product Architect, migrating a localized application to the cloud using Google Model Context Protocol (MCP) servers. By equipping Gemini CLI with access to Cloud SQL, Developer Knowledge and Cloud Run MCP, you can transform a manual deployment process into an agentic orchestration. + +> **"How do I evolve AllStrides from a local-only prototype into a secure, globally accessible enterprise platform?"** + +Gemini CLI interacts with the Google Cloud ecosystem by leveraging three specific MCP servers to modernize the stack: + +1. **Developer Knowledge MCP**: To analyze the current application structure and identify the optimal Google Cloud database. +2. **Cloud SQL MCP**: To provision a production-grade database instance and migrate local fitness community data to the cloud via a single natural language prompt. +3. **Cloud Run MCP**: To containerize the allstrides application and deploy it to a serverless environment, making AllStrides live and accessible to users worldwide. + +### Architecture Diagram + Developer-knowledge-mcp-cloudsql-mcp-cloudrun-mcp