Flutter Widget MCP Server for YL AI-enhanced Flutter component library
Project description
Flutter Widget MCP Server
Flutter Widget MCP Server 是一个用于 Flutter Widget 组件库的 Model Context Protocol (MCP) 服务器。它提供了一个强大的 API 来查询和搜索 Flutter 组件的详细信息。
特性
- 组件查询:获取特定组件的详细信息
- 组件列表:获取所有可用组件的列表
- 组件搜索:根据关键词搜索组件
- 支持部分匹配和不区分大小写的查询
PYPI安装
推荐使用最新版本的pip来安装Flutter Widget MCP Server。
首先,更新pip:
python -m pip install --upgrade pip
然后,使用pip安装Flutter Widget MCP Server:
pip install flutter-widget-mcp-server
源码安装
- 确保你已经安装了 Python 3.7+。
- 安装依赖:
pip install -r requirements.txt
生成组件数据
在运行服务器之前,需要先生成组件数据:
定位到 mcp/flutter_widget_mcp_server 目录
python -m flutter_widget_mcp_server.gen_components_json
运行服务器
定位到 mcp/flutter_widget_mcp_server 目录
python -m flutter_widget_mcp_server.main
服务器将在 http://0.0.0.0:${port} 上运行。
注意事项
- 组件数据存储在
mcp/flutter_widget_mcp_server/flutter_widget_mcp_server/components.json文件中。 - 如果修改了组件文档,需要重新运行生成脚本来更新组件数据。
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file flutter_widget_mcp_server-0.1.16.tar.gz.
File metadata
- Download URL: flutter_widget_mcp_server-0.1.16.tar.gz
- Upload date:
- Size: 49.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
33bd129027f77c1c9ec02cf452699adb0c3f935330ceae798d426ca57d88a094
|
|
| MD5 |
5888b11308581cef92f306f4895e90fb
|
|
| BLAKE2b-256 |
d67beece19d76a88c7b98adea6928bab0a54882878dc47dc72b6cd37e32fd6ea
|
File details
Details for the file flutter_widget_mcp_server-0.1.16-py3-none-any.whl.
File metadata
- Download URL: flutter_widget_mcp_server-0.1.16-py3-none-any.whl
- Upload date:
- Size: 51.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
265812ef599e880be22865b7f3e808f91acdd19ecc086b2e810812f4ebe83486
|
|
| MD5 |
45b92086ca901cb7ba5d3443c2feb237
|
|
| BLAKE2b-256 |
e540e52426c45700bbe5dc5213f9d1d48ba3d8394817c749f7f2d1c95f93cb7f
|