YZYichun Zhaoinyichunzhao.hashnode.dev00MCP Quick Reference: Hosts, Clients, and Security1d ago · 3 min read · # 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**Join discussion
YZYichun Zhaoinyichunzhao.hashnode.dev00 MCP Server4d ago · 6 min read · Estimated 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 OverviJoin discussion
YZYichun Zhaoinyichunzhao.hashnode.dev00MCP in ActionApr 11 · 1 min read · MCP 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 ApplicaJoin discussion
YZYichun Zhaoinyichunzhao.hashnode.dev00MCP Host, and Server Apr 8 · 7 min read · 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 dirJoin discussion
YZYichun Zhaoinyichunzhao.hashnode.dev00Cheat Sheet: Build a Comprehensive RAG ApplicationMar 31 · 7 min read · FAISS 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 CharacteristiJoin discussion