micro--go-micro
abc7e3e052
* Initial plan * Add MCP tools registry and agent playground to README and docs navigation Co-authored-by: asim <17530+asim@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: asim <17530+asim@users.noreply.github.com>
57 行
1.7 KiB
Markdown
57 行
1.7 KiB
Markdown
---
|
|
layout: default
|
|
---
|
|
|
|
# Docs
|
|
|
|
Documentation for the Go Micro framework
|
|
|
|
## Overview
|
|
|
|
Go Micro is a framework for microservices development.
|
|
It's built on a powerful pluggable architecture using
|
|
Go interfaces. Go Micro defines the foundations for
|
|
distributed systems development which includes
|
|
service discovery, client/server rpc and pubsub.
|
|
Additionally Go Micro contains other primitives
|
|
such as auth, caching and storage. All of this
|
|
is encapsulated in a high level service interface.
|
|
|
|
## Learn More
|
|
|
|
To get started follow the getting started guide.
|
|
Otherwise continue to read the docs for more information
|
|
about the framework.
|
|
|
|
## Contents
|
|
|
|
- [Getting Started](getting-started.md)
|
|
- [MCP & AI Agents](mcp.md) - Turn services into AI-callable tools with the Model Context Protocol
|
|
- [CLI & Gateway Guide](guides/cli-gateway.md) - Development vs Production modes
|
|
- [Quick Start](quickstart.md)
|
|
- [Architecture](architecture.md)
|
|
- [Configuration](config.md)
|
|
- [Registry](registry.md)
|
|
- [Broker](broker.md)
|
|
- [Client/Server](client-server.md)
|
|
- [Transport](transport.md)
|
|
- [Store](store.md)
|
|
- [Plugins](plugins.md)
|
|
- [Examples](examples/index.md)
|
|
|
|
## Development & Deployment
|
|
|
|
- [micro run](guides/micro-run.md) - Local development with hot reload, API gateway, and agent playground
|
|
- [micro build & deploy](deployment.md) - Build binaries and deploy to production
|
|
- [micro server](server.md) - Optional production web dashboard with auth
|
|
|
|
## Advanced
|
|
|
|
- [Framework Comparison](guides/comparison.md)
|
|
- [Architecture Decisions](architecture/index.md)
|
|
- [Real-World Examples](examples/realworld/index.md)
|
|
- [Migration Guides](guides/migration/index.md)
|
|
- [Observability](observability.md)
|
|
- [Contributing](contributing.md)
|
|
- [Roadmap](roadmap.md)
|