Hualin Luan Cloud Native · Quant Trading · AI Engineering

Tag

Mcp

English articles and guides tagged Mcp.

MCP Runtime 3/25/2026

Agent Runtime does not have to be local, Colab MCP gives a more realistic direction

The value of Colab MCP is not only to run Python on the cloud, but also to turn the agent's execution environment into a notebook space that is visible, editable, and can continue to work. For many tasks, what really matters is not the remote execution itself, but how the remote artifact supports human-machine collaboration. This article is based on Google's introduction to Colab MCP Server and extends my complete understanding of runtime surface, artifact-centered design, remote workbench and visibility trust mechanism.

Mcp Colab Runtime Notebooks Google
MCP Runtime 3/25/2026

What MCP changes is not tool access, but the cost structure of Agents.

The real significance of MCP is not just to unify tool access, but to move a large number of intermediate processes that should be handled by the runtime out of the expensive LLM cycle. What it changes is not 'how many tools can be connected', but how the agent uses context, code execution and runtime control flow. This article is based on Anthropic's discussion of code execution with MCP and extends my complete understanding of direct tool-calling, progressive disclosure, runtime economics and executable skills.

Mcp Code Execution Context Engineering Agents Anthropic
AI engineering practice 3/12/2026

Original interpretation: MCP protocol - the USB-C moment of the Agent ecosystem

An in-depth analysis of the essence of the Model Context Protocol protocol design and why standardization is the key to the prosperity of the Agent ecosystem

Mcp Model Context Protocol Agent Tools Interoperability Original Interpretation