MCP server exposing random number utilities, built with FastMCP.
Provides random number generation tools over the Model Context Protocol (MCP), allowing LLM agents to request random values, ranges, and sequences.
# Build image locally
make build IMAGE_TAG=latest
# Push to registry
make push IMAGE_REPO=australia-southeast1-docker.pkg.dev/field-engineering-apac/kasunt IMAGE_TAG=<tag>
# Deploy to Kubernetes
make deploy IMAGE_REPO=australia-southeast1-docker.pkg.dev/field-engineering-apac/kasunt IMAGE_TAG=<tag>
# Tail logs
make logs- Kubernetes cluster with agentgateway installed (
agentgateway-systemnamespace) kubectlconfigured for the target cluster