Category
mcp
3 articles across 2 sub-topics

Step-by-Step: How to Expose a Skill as an MCP Server
TLDR: Turn any Python function into a multi-client MCP server in 11 steps ā from annotation to Docker. š The Copy-Paste Problem: Why Skills Die at IDE Boundaries A developer pastes their summarize_pr_diff function into a Slack message because thei...

Headless Agents: Deploy Skills as MCP Servers ā Full Guide from Concept to Three Clients
TLDR: Build an MCP server once and call it from Cursor, Claude Desktop, and VS Code without rewrites ā this guide takes you from a single Python function to a containerized, authenticated, three-client deployment in 11 concrete steps. š The Trappe...

Skills vs LangChain, LangGraph, MCP, and Tools: A Practical Architecture Guide
TLDR: These are not competing ideas. They are layers. Tools do one action. MCP standardizes access to actions and resources. LangChain and LangGraph orchestrate calls. Skills package business outcomes with contracts, guardrails, and evaluation. Most ...
