UIFlowchartCreator 是一个用于创建用户界面流程图的 MCP(模型上下文协议)服务器。此工具帮助开发者和设计师可视化用户界面及其交互。
该项目的源代码可在 GitHub 上找到: https://github.com/umshere/uiflowchartcreator
npm install uiflowchartcreator
要在兼容 MCP 的系统中使用 UIFlowchartCreator,请将其添加到您的 MCP 配置中:
{
"mcpServers": {
"uiflowchartcreator": {
"command": "node",
"args": ["path/to/uiflowchartcreator/build/index.js"],
"env": {}
}
}
}
有关详细使用说明和 API 文档,请参阅 src/index.ts 中的源代码和注释。
欢迎贡献!请随时提交拉取请求。
本项目采用 ISC 许可证。