YZYichun Zhaoinyichunzhao.hashnode.dev·Apr 29 · 3 min readMCP Quick Reference: Hosts, Clients, and Security# MCP Cheat Sheet: Hosts and Clients A one‑page reference for **Model Context Protocol (MCP)** covering hosts, clients, servers, security, and interaction patterns. --- ## Core Components **Host**00
YZYichun Zhaoinyichunzhao.hashnode.dev·Apr 25 · 6 min read MCP ServerEstimated time needed: 10 minutes This module covered the basics of creating and configuring MCP Servers. Use this cheat sheet to quickly review and refresh the concepts you learned. Transports Overvi00
YZYichun Zhaoinyichunzhao.hashnode.dev·Apr 11 · 1 min readMCP in ActionMCP Architecture Component MCP host (application) Host act as a bridge between user and LLM, just like AI powered IDE tool, Cursor etc. Capture input, sending to LLM, and showing responses. AI Applica00
YZYichun Zhaoinyichunzhao.hashnode.dev·Apr 8 · 7 min readMCP Host, and Server Yes — the MCP host connects to the LLM. More precisely: ✅ Core relationship MCP host ↔ LLM ✅ MCP host ↔ multiple MCP clients ✅ MCP clients ↔ MCP servers ✅ The LLM does not talk to MCP servers dir00
YZYichun Zhaoinyichunzhao.hashnode.dev·Mar 31 · 7 min readCheat Sheet: Build a Comprehensive RAG ApplicationFAISS vs Chroma DB Comparison FAISS (Facebook AI Similarity Search) FAISS is a library developed by Meta for fast vector search that runs on a single machine using either CPU or GPU. Key Characteristi00