Back to MCP directory
publicPublicdnsLocal runtime

waldzell-mcp

使用Changesets管理多包版本与变更日志

article

README

🚀 变更集

此目录包含用于管理包版本和生成变更日志的 changesets。它能够帮助你更高效地管理项目中的包版本,清晰记录每次变更的详细信息。

🚀 快速开始

📦 添加变更集

当你对包进行修改时,需要创建一个变更集文件。可以使用以下命令:

npx changeset

这个交互式命令会询问你以下内容:

  1. 修改了哪些包
  2. 需要什么类型的版本跃升(补丁、小功能、主要)
  3. 变更的简要描述

🚀 发布

要使用变更集发布包,可执行以下命令:

npm run publish-packages

这将完成以下操作:

  1. 根据变更集提升所有包的版本
  2. 生成/更新变更日志
  3. 将包发布到 npm
  4. 创建一个包含版本变化的新提交
  5. 移除已应用的变更集
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