项目文件夹

文件
2026-02-11 11:09:04 +00:00

27 行
1.2 KiB
HTML

---
layout: blog
title: Blog
permalink: /blog/
---
<div class="blog-header">
<h1>Go Micro Blog</h1>
<p class="meta">News, updates, and tutorials for Go Micro</p>
</div>
<div class="posts">
<article style="margin-bottom: 2rem; padding-bottom: 1.5rem; border-bottom: 1px solid #e5e5e5;">
<h2 style="margin: 0 0 0.5rem;"><a href="/blog/2">Making Microservices AI-Native with MCP</a></h2>
<p class="meta" style="color: #666; font-size: 0.85rem;">February 11, 2026</p>
<p>Expose go-micro services as AI tools with 3 lines of code using the Model Context Protocol. Make your microservices instantly accessible to Claude and other AI assistants.</p>
<a href="/blog/2">Read more →</a>
</article>
<article style="margin-bottom: 2rem; padding-bottom: 1.5rem; border-bottom: 1px solid #e5e5e5;">
<h2 style="margin: 0 0 0.5rem;"><a href="/blog/1">Introducing micro deploy</a></h2>
<p class="meta" style="color: #666; font-size: 0.85rem;">January 27, 2026</p>
<p>Deploy your Go Micro services to any Linux server with a single command. No Docker, no Kubernetes, no platform — just systemd.</p>
<a href="/blog/1">Read more →</a>
</article>
</div>