MCP 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**
Search for a command to run...
Series
# 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**
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 Overvi
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 Applica
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 Characteristi
In this project, you'll build a question-answering (QA) tool capable of extracting and summarizing information from YouTube videos. Leveraging LangChain and a large language model (LLM), the tool will
Advanced Retrievers for RAG RAG pipeline has 2 separate phases Phase 1 : Ingestion (offline/preprocessing) 1) Chunking 2) Embedding 3) Indexing/Storing Phase 2: Retrieval (online at query time) this i