Skip to main content

MCP

S in MCP stands for Security - Security Mechanism in MCP framework (oAuth)
·1414 words·7 mins· loading · loading
Security MCP AI LLM Python
Focuses on security in MCP. Observes MCP’s expanded attack surface and need for robust auth. Describes updated MCP spec with OAuth 2.1 flows, OAuth resource server classification for MCP, dynamic client registration, PKCE enforcement, resource indicators, and JSON-RPC batching.
MCP - You can run but you can't hide
·1233 words·6 mins· loading · loading
Automation MCP LLM MicrosoftAzure
TLDR: Explains the Model Context Protocol (MCP): its architecture, core components (Host App, MCP Client/Server, tools/resources), and JSON-RPC flow. Provides a proof of concept building an MCP server (Python + FastMCP) to fetch Azure inventory/recommendations, including example code and VS Code integration.