Metadata-Version: 2.4
Name: cloudrun-mcp
Version: 0.1.0
Summary: Async MCP SSE client for Google Cloud Run with ID-token auth
Project-URL: Homepage, https://pypi.org/project/cloudrun-mcp/
Project-URL: Source, https://github.com/<your-org>/cloudrun-mcp
Author: Raghava Chellu
License: MIT
License-File: LICENSE
Requires-Python: >=3.10
Requires-Dist: httpx>=0.27.0
Description-Content-Type: text/markdown

# cloudrun-mcp

Async MCP (Model Context Protocol) client for Google Cloud Run.

## Features
- Cloud Run / GKE Workload Identity support
- Automatic ID-token authentication
- Async Server-Sent Events (SSE)
- Agentic-AI friendly streaming API

## Install
```bash
pip install cloudrun-mcp

