OpenAI Responses API + MCP in Practice: From Function Calling to Agent Workflows

If you’ve already used function calling but keep writing glue code for every non-trivial task, you’re likely at the point where Responses API + MCP makes more sense. This guide is practical: how to move from single tool calls to a scalable agent workflow where retrieval, execution, validation, and write-back follow a consistent structure. ...

February 11, 2026 · 3 min · mengboy

OpenAI Responses API + MCP 实战:从函数调用到 Agent 工作流

如果你已经做过函数调用(function calling),但一上复杂流程就开始写一堆胶水代码,那你差不多到了该用 Responses API + MCP 的阶段。 这篇不讲空概念,直接给你一个可落地的路线:把“模型调用工具”升级成“可扩展 Agent 工作流”,让检索、执行、校验、回写变成标准流程。 ...

February 11, 2026 · 3 min · mengboy

MCP in Practice: Automated Browser Debugging with DevTools MCP

MCP sounds great in theory, but real-world setup often fails at browser debugging: AI cannot reach Chrome, cannot inspect network requests, and cannot collect performance traces. This guide gives you a copy-paste setup that works on Windows + WSL. ...

February 10, 2026 · 2 min · mengboy

MCP 实战:自动化浏览器调试(DevTools MCP)从 0 到可用

很多人把 MCP 当成“让 AI 调工具”的概念词,但真落地时最常卡在浏览器调试:AI 连不上 Chrome、拿不到网络请求、看不到性能瓶颈。这篇直接给你一套能复制的流程,把 DevTools MCP 跑起来,让 AI 能自动查页面问题。 ...

February 10, 2026 · 2 min · mengboy

Configure Chrome DevTools MCP in WSL

Chrome DevTools MCP lets MCP clients connect to Chrome’s remote debugging endpoint. Because WSL2 and Windows are isolated at the network layer, you need port forwarding and a firewall rule. The commands below are split into clear steps. ...

December 28, 2025 · 2 min · mengboy

在 WSL 中配置 Chrome DevTools MCP

Chrome DevTools MCP 可以让 MCP 客户端直接连接到 Chrome 的远程调试接口。WSL2 和 Windows 的网络是隔离的,所以需要做端口转发与防火墙放行。下面把关键命令拆开说明,按步骤执行即可。 ...

December 28, 2025 · 2 min · mengboy

Installing Cursor MCP Servers in WSL for a Seamless Dev Experience

For developers who love the power of Linux tools but work on Windows, the Windows Subsystem for Linux (WSL) is a game-changer. Cursor, the AI-first code editor, can further enhance this setup by integrating with Model Control Program (MCP) servers. Running these MCP servers directly within your WSL environment keeps your development workflow clean and consolidated. This guide will walk you through configuring Cursor to use MCP servers running in WSL. ...

May 13, 2025 · 8 min · mengboy

在 WSL 中安装 Cursor MCP 服务器以获得无缝开发体验

对于喜欢 Linux 工具的强大功能但在 Windows 上工作的开发人员来说,Windows Subsystem for Linux (WSL) 是一个改变游戏规则的工具。Cursor,这款 AI 优先的代码编辑器,可以通过与模型控制程序 (MCP) 服务器集成来进一步增强此设置。直接在你的 WSL 环境中运行这些 MCP 服务器可以使你的开发工作流程保持整洁和统一。本指南将引导你完成配置 Cursor 以使用在 WSL 中运行的 MCP 服务器的步骤。 ...

May 13, 2025 · 6 min · mengboy