UIFlowchartCreator 是一款基于 MCP(模型上下文协议)的服务器工具,专为创建用户界面流程图而设计。它能助力开发者与设计师将用户界面及其交互过程进行可视化呈现,极大提升工作效率。
UIFlowchartCreator 是一个用于创建用户界面流程图的 MCP 服务器。若要在您的 MCP 兼容系统中使用它,可按以下步骤操作。
npm install uiflowchartcreator
将 UIFlowchartCreator 添加到您的 MCP 配置:
{
"mcpServers": {
"uiflowchartcreator": {
"command": "node",
"args": ["path/to/uiflowchartcreator/build/index.js"],
"env": {}
}
}
}
有关详细使用说明和 API 文档,请参阅源代码和 src/index.ts 中的注释。
使用以下命令进行安装:
npm install uiflowchartcreator
要在您的 MCP 兼容系统中使用 UIFlowchartCreator,需将其添加到 MCP 配置:
{
"mcpServers": {
"uiflowchartcreator": {
"command": "node",
"args": ["path/to/uiflowchartcreator/build/index.js"],
"env": {}
}
}
}
有关详细使用说明和 API 文档,请参阅源代码和 src/index.ts 中的注释。
更多详细信息请查看项目的源代码,以及 src/index.ts 中的注释。
欢迎大家为项目贡献力量!请随时提交 Pull Request。
该项目根据 ISC 许可证发布。
该项目的源代码托管在 GitHub 上: https://github.com/umshere/uiflowchartcreator