Path
MCP Runtime
Model Context Protocol runtime design, covering remote execution, context economics, code execution and Notebook workflow.
-
1. What MCP changes is not tool access, but the cost structure of Agents.
postThe 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.
-
2. Agent Runtime does not have to be local, Colab MCP gives a more realistic direction
postThe 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.