| Crates.io | firestore-https-rust |
| lib.rs | firestore-https-rust |
| version | 0.4.0 |
| created_at | 2025-10-11 00:19:54.757601+00 |
| updated_at | 2025-12-11 18:17:25.689578+00 |
| description | Firestore Inventory API https MCP server |
| homepage | |
| repository | |
| max_upload_size | |
| id | 1877680 |
| size | 97,970 |
This project is a simple inventory MCP server written in Rust, designed to be deployed as a containerized application on Google Cloud Run.
This project uses a Makefile to simplify common development tasks.
Install Dependencies:
cargo build
Run the application locally:
make run
The server will start on port 8080.
The Makefile provides targets for common development tasks.
make build
make release
make run
make format
make clippy
make test
Deployment is handled by Google Cloud Build and defined in cloudbuild.yaml.
To manually trigger a deployment, run:
make deploy
This command submits a build to Google Cloud Build, which will:
Dockerfile).cloudrun-rust service in the us-central1 region.