Frequently asked questions
Further reading
- Model Context Protocol TypeScript SDK (opens in a new tab)GitHubOfficial open-source TypeScript SDK for building Model Context Protocol servers and clients.
- Anthropic Cookbook: MCP Implementation Patterns (opens in a new tab)GitHubComprehensive recipe repository demonstrating end-to-end tool integration and agentic loops.
Check this against your own resume
Scan your CV against a real job description, or build a parse-safe one from scratch. Your first scan costs nothing.
Keep reading
AI EngineeringMCP vs RAG: what is the difference and when should you use each?RAG relies on pre-computed static vector embeddings. MCP provides open, standardized tool calling to connect models directly to live databases, APIs, and file systems.
AI EngineeringHow to build an Agentic RAG system: an engineering blueprintLinear RAG scripts fail on complex queries. Here is a production-tested engineering blueprint for building an Agentic RAG system with state graphs, tool routing, and automated self-critique.
AI EngineeringHow to build an AI database assistant: a complete Text-to-SQL guideGiving an AI direct access to your database is immensely powerful and dangerous if misconfigured. Here is a production-hardened engineering guide to building a secure Text-to-SQL database assistant.
