From 31d2d39f762cf719766e3e2f8db31920b443e10b Mon Sep 17 00:00:00 2001 From: Asim Aslam Date: Thu, 24 Jul 2025 21:24:04 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 10dbd63e..906fcf2b 100644 --- a/README.md +++ b/README.md @@ -106,6 +106,10 @@ curl -XPOST \ http://localhost:8080 ``` +## Toolkit + +Once you've written a service you'll want to run, query and manage it. This is where the [micro](https://github.com/micro/micro) CLI can offer some value. Check it out. + ## Experimental There's a new `genai` package for generative AI capabilities. This is an evolving feature which may change over time as we think about how Go Micro plays the right role in the developers workflow. We'll also be looking at agentic features and a2a/mcp protocol integration.