From 6988474050de94b4f99222fe77d3227cafd54be0 Mon Sep 17 00:00:00 2001 From: Ryan D McGuire Date: Tue, 2 Sep 2025 13:59:42 -0400 Subject: [PATCH] update README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 57bc773..29f4893 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ Check out the [go-app framework](https://gitea.libretechconsulting.com/rmcguire/ - 📝 Logging with Zerolog – High-performance structured logging with zerolog for ultra-fast, leveled logging. - 💻 Local dev with air pre-configured (just run `air`) - **💬 GRPC + GRPC-Gateway** – Supports RESTful JSON APIs alongside gRPC with auto-generated Swagger (OpenAPI2) specs. +- **🤝 MCP Server Support** – Built-in support for Model Context Protocol (MCP) over streaming http - 🌐 HTTP and GRPC Middleware – Flexible middleware support for HTTP and GRPC to enhance request handling, authentication, and observability. - **📦 Multi-Arch Builds** – Robust Makefile that supports building for multiple architectures (amd64, arm64, etc.). - **🐳 Docker Image Generation** – Easily build Docker images using `make docker`. @@ -65,7 +66,7 @@ Check out the [go-app framework](https://gitea.libretechconsulting.com/rmcguire/ - `proto/` - Protobuf definitions and generated files. - `api/` - Auto-generated code for proto, grpc-gateway, and OpenAPI2 spec - `pkg/config/` - Custom config, merged with go-app configuration -- `pkg/demo(http|grpc)/` - HTTP and GRPC server implementations +- `pkg/demo(http|grpc|mcp)/` - HTTP, GRPC, and MCP server implementations - `helm/` - Helm chart for deploying your application to Kubernetes. - `.gitea/workflows/` - CI pipelines for automated builds and tests.