Articles tagged "mcp"
6 min readIntermediate
Prompt Injection Is an Authorization Problem: OWASP LLM01 Defences (2026)
Prompt injection defence for LLM agents in 2026. Why input filtering cannot fix OWASP LLM01, the difference between direct and indirect injection, and seven OWASP mitigations applied as authorization controls with Python examples.
8 min readIntermediate
Build an MCP Server in Python 2026: Tools, Resources, and Prompts from Scratch
Build a working MCP (Model Context Protocol) server in Python from scratch. Covers tools, resources, and prompts using the FastMCP library. Connect to Claude Desktop and Claude Code in 2026.
20 min readIntermediate
Build an MCP Server in Python: Complete Tutorial 2026
Learn to build a Model Context Protocol (MCP) server in Python from scratch. Expose tools, resources, and prompts to Claude and other LLMs with the official MCP SDK.