小贴士:按下Ctrl+D 或 ⌘+D,一键收藏本站,方便下次快速访问!
7
最近更新:8天前

MCP服务器用于创建UI流程图

UIFlowchartCreator 是一个用于创建 UI 流程图的 MCP(模型上下文协议)服务器。此工具帮助开发人员和设计人员可视化用户界面及其交互。

GitHub 仓库

该项目的源代码可在 GitHub 上获取:
https://github.com/umshere/uiflowchartcreator

功能

  • 根据输入规范生成 UI 流程图
  • 与支持 MCP 的系统集成
  • 创建流程图的易用 API

安装

bash 复制代码
npm install uiflowchartcreator

使用

要在您的 MCP 兼容系统中使用 UIFlowchartCreator,请将其添加到 MCP 配置中:

json 复制代码
{
  "mcpServers": {
    "uiflowchartcreator": {
      "command": "node",
      "args": ["path/to/uiflowchartcreator/build/index.js"],
      "env": {}
    }
  }
}

有关详细使用说明和 API 文档,请参阅源代码中的 src/index.ts 文件以及相关注释。

贡献

欢迎贡献!请随时提交 Pull Request。

许可证

该项目根据 ISC 许可证授权。