Back to MCP directory
publicPublicdnsLocal runtime

bap

浏览器代理协议(BAP)是一个为AI代理与网页浏览器交互设计的开放标准,提供CLI和MCP两种接口,支持语义选择器、复合操作和结构化数据提取等功能。

article

README

🚀 Changesets

Changesets 是用于管理版本控制和更新日志的工具。本文件夹包含了使用 Changesets 所需的文件,借助它可以更高效地管理项目的版本和更新记录。

🚀 快速开始

若要添加一个变更集,请运行以下命令:

pnpm changeset

📚 详细文档

更多关于 Changesets 的信息,请查看 changesets 文档

help

Runtime guide

cloud

Hosted runtime

Hosted servers run from a provider-managed environment. You usually connect the MCP client to the hosted endpoint or follow the provider's authorization flow, without keeping a local process alive

  1. Open provider connection page
  2. Authorize or copy endpoint
  3. Connect from your MCP client
terminal

Local runtime / other methods

Local servers run on your own machine or infrastructure. You normally copy the server_config into your MCP client, install the required package, and provide env variables from env_schema when needed

  1. Copy server_config
  2. Install required package
  3. Fill env variables and restart client