Back to MCP directory
publicPublicdnsLocal runtime

mcp

Dynamoi是一个通过AI助手管理音乐推广和YouTube增长广告活动的平台,提供自动化Meta和Google广告投放,无代理费用和合约限制,订阅费全额转为广告信用额度。

article

README

🚀 Changesets

我们使用 Changesets 来管理已发布软件包的版本更新和发布说明。

🚀 快速开始

我们使用 Changesets 来管理已发布软件包的版本更新和发布说明。以下是常用命令:

  • 创建变更集:bunx changeset
  • 应用变更集(更新版本):bunx changeset version
  • 发布到 npm(在持续集成环境中):bunx changeset publish

⚠️ 重要提示

我们使用 Keep a Changelog 规范手动维护软件包的更新日志(packages/mcp/CHANGELOG.md),因此在 .changeset/config.json 中禁用了 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