返回 MCP 目录
public公开dns本地运行

Monday GraphQL SDKs

Monday GraphQL SDKs 单仓库是一个集中管理 monday.com GraphQL SDKs 的代码库,包含多个功能包。其中,@mondaydotcomorg/api是官方 SDK,用于进行 API 调用;@mondaydotcomorg/api-types`提供类型定义;@mondaydotcomorg/setup-api`用于设置类型化的 API 环境。该仓库使用 Turborepo 进行管理,支持构建、测试和开发模式。此外,仓库还提供 AI 辅助编程的规则,帮助开发者正确使用 API 客户端包。生成代码位于各包的 generated`文件夹中,仅接受对非生成文件的贡献。

article

README

Monday GraphQL SDKs Monorepo

This monorepo contains all the packages for the monday.com GraphQL SDKs. Currently, it holds the following packages:

Development

This project uses Turborepo for managing the monorepo. Common commands:

# Build all packages
yarn build

# Run tests
yarn test

# Run development mode
yarn dev

AI-assisted coding

If you're using an LLM to write code, check out the llm-context folder for rules you can pass to your agent to help it use the API client package correctly.

Usage of generated code

The packages in this monorepo contain files that are generated using monday.com's sdk generator, you will find them inside the generated folder of each package. Contributions to this code are only accepted in files that were not generated. If you think that a change is needed in the generated code, please open an issue and we will look into it.

help

运行方式说明

cloud

托管运行

托管运行通常表示这个 MCP Server 由服务方环境承载,用户一般按页面提供的连接方式或授权流程接入,不需要在本地长期启动一个 MCP 进程

  1. 打开服务方连接页
  2. 完成授权或复制端点
  3. 在 MCP 客户端中连接
terminal

本地运行 / 其它方式

本地运行通常需要用户在自己的电脑或服务器上安装依赖,把 server_config 复制到 MCP 客户端,并按 env_schema 补齐环境变量、密钥或其它配置

  1. 复制 server_config
  2. 安装所需依赖
  3. 补齐环境变量后重启客户端