From 68292bd75fb0b48f74c6f82ffcdb68b47424258a Mon Sep 17 00:00:00 2001 From: vipyne Date: Wed, 19 Nov 2025 10:34:13 -0600 Subject: [PATCH] rename MCP foundational examples --- .../{39c-mcp-run-http.py => 39a-mcp-streamable-http.py} | 0 ...http-gemini-live.py => 39b-mcp-streamable-http-gemini-live.py} | 0 .../foundational/{39b-multiple-mcp.py => 39c-multiple-mcp.py} | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename examples/foundational/{39c-mcp-run-http.py => 39a-mcp-streamable-http.py} (100%) rename examples/foundational/{39d-mcp-run-http-gemini-live.py => 39b-mcp-streamable-http-gemini-live.py} (100%) rename examples/foundational/{39b-multiple-mcp.py => 39c-multiple-mcp.py} (100%) diff --git a/examples/foundational/39c-mcp-run-http.py b/examples/foundational/39a-mcp-streamable-http.py similarity index 100% rename from examples/foundational/39c-mcp-run-http.py rename to examples/foundational/39a-mcp-streamable-http.py diff --git a/examples/foundational/39d-mcp-run-http-gemini-live.py b/examples/foundational/39b-mcp-streamable-http-gemini-live.py similarity index 100% rename from examples/foundational/39d-mcp-run-http-gemini-live.py rename to examples/foundational/39b-mcp-streamable-http-gemini-live.py diff --git a/examples/foundational/39b-multiple-mcp.py b/examples/foundational/39c-multiple-mcp.py similarity index 100% rename from examples/foundational/39b-multiple-mcp.py rename to examples/foundational/39c-multiple-mcp.py