Tag
MCP
7 articles tagged with MCP.
-
Introduction to WebMCP
WebMCP lets a page hand structured tools to an in-browser agent instead of making it guess at your UI. I wired 22 tools into Watch Anchor; here's how the API works and what I learned.
-
MCP Apps
For its first eighteen months MCP let a model call a tool and read the result back as text. That's a low ceiling the moment a user wants to sort, filter or drill into something. MCP Apps raise it: the server ships an actual interface into the chat. Here's how MCP got here, what the new proposal says, and a small app you can run in Claude Desktop, built on the official SDK and checked against the spec.
-
Joining the Agentic AI Foundation as an ambassador
I've been accepted into the Agentic AI Foundation's ambassador programme. Here's what the foundation is, why it matters that this work is happening in the open, and what I've actually signed up to do.
-
What is agentic AI? A working definition for 2026
A direct definition of agentic AI, what's actually shipping in production today, what isn't, and the five things worth building first. With specifics, citations, and an honest list of what doesn't work yet.
-
MCP Workshop Answers for DevFest Taipei 2025
These are the answers to the questions asked via Slido during my workshop on MCP at DevFest Taipei 2025.
-
Creating an MCP Client: Connecting LLMs to the Real World
In this article, we walk through the process of building a Model Context Protocol (MCP) client. Learn how to connect to servers, discover tools, and invoke them from your own app or LLM integration.
-
MCP Servers - The Bridge Between LLMs and Real-World Tools
Model Context Protocol (MCP) servers expose tools, resources, and prompts to LLMs in a unified, structured way. This post explores how they work, how to build one, and why they are a critical part of the future AI stack.