- MCP server · MCP服务器
- A server implementing the Model Context Protocol that provides tools for AI agents.
- context window bloat · 上下文窗口膨胀
- Excessive token consumption by tool definitions, reducing space for actual conversation.
- tool hallucination · 工具幻觉
- LLM fabricating non-existent tool names or mixing up parameters when confronted with many similar tools.
- Code Mode · 代码模式
- An approach where the LLM writes code to search and execute tools via a runtime SDK, instead of calling each tool individually.
- sandboxed Dynamic Worker isolate · 沙箱化动态 Worker 隔离环境
- A secure, ephemeral JavaScript execution context on Cloudflare used to run agent-generated code.