Back to MCP directory
verified_userVerifieddnsLocal runtime

UI-TARS-desktop

Changesets是一个自动化工具,用于帮助管理多包或单包代码库的版本控制和发布流程。

article

README

🚀 @changesets/cli 文件夹说明

本文件夹由 @changesets/cli 自动生成,@changesets/cli 是一款可与多包仓库或单包仓库配合使用的构建工具,能帮助你对代码进行版本管理和发布。你可以在此处找到我们的完整文档。

我们还整理了一些常见问题,能助你快速了解如何参与这个项目。

🚀 快速开始

你好!欢迎来到这里!此文件夹由 @changesets/cli 自动生成。@changesets/cli 是一个强大的构建工具,它既可以与多包仓库协作,也能适配单包仓库,能够帮助你轻松地对代码进行版本化管理和发布。

若你想了解更多详细信息,可以在此处找到我们的完整文档。

同时,为了让你能快速了解如何参与这个项目,我们整理了一些常见问题,希望能对你有所帮助。

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