Skip to content

Commit b5049a2

Browse files
docs: add region tag around run/mcp-server/test_server.py (#13473)
* docs: add region tag around run/mcp-server/test_server.py * chore: Update Dockerfile * use common cloudrun_mcpserver_ prefix for all tags in this sample --------- Co-authored-by: Katie McLaughlin <katie@glasnt.com>
1 parent 66bd8c4 commit b5049a2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

run/mcp-server/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
# limitations under the License.
1414

1515
# [START cloudrun_mcpserver_dockerfile_python]
16-
1716
# Use the official Python image
1817
FROM python:3.13-slim
1918

run/mcp-server/test_server.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15+
# [START cloudrun_mcpserver_test]
1516
import asyncio
1617

1718
from fastmcp import Client
@@ -35,3 +36,4 @@ async def test_server():
3536

3637
if __name__ == "__main__":
3738
asyncio.run(test_server())
39+
# [END cloudrun_mcpserver_test]

0 commit comments

Comments
 (0)