Connecting Your Service to AI Agents with MCP - Embedded vs Bridge Patterns in Practice
Based on experience with a FastAPI RAG server, this post walks through the difference between the Embedded pattern (MCP lives inside your app) and the Bridge pattern (MCP runs as a separate process), how to choose the right Transport, and how to write Tool descriptions that actually guide the LLM.