MCP(Model Context Protocol) Hardware Abstract Layer
Project description
mcp4hal
Getting started
本项目实现了基于mqtt broker进行mcp协议转换,可以将mqtt client变成一个可以被llm agent调用的mcp server/tools。
架构图
如何使用
sdk&源码
example运行
-
搭建一个mqtt broker,可以选择使用mosquitto
-
选择一个mcu,比如esp32S3,也可以软件模拟(可以参考
mcp4hal/tests/mqtt/mock_mqtt_mcu.py)。 -
启动参考项目
# server > cd $source_code_dir > mv .env.example .evn # 编辑.env文件,正确配置相关参数 > ./startup.sh # 启动服务 # client > # 连接好esp32设备 > cd $source_code_dir/hardware/base/micropython/mcp4hal_mqtt > # 修改main.py文件头部的相关配置,包括wifi和mqtt配置 > cd $source_code_dir/hardware/esp32/script > # 编辑flash.sh文件,配置好相关变量 > ./flash.sh # 将client代码刷到esp32上 > # 重新启动esp32板子,可以看到日志输出,wifi连接以及mqtt连接 -
调用测试:使用mcp inspector进行mcp调用测试
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
mcp4hal-0.0.4.tar.gz
(11.7 kB
view details)
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
mcp4hal-0.0.4-py3-none-any.whl
(13.4 kB
view details)
File details
Details for the file mcp4hal-0.0.4.tar.gz.
File metadata
- Download URL: mcp4hal-0.0.4.tar.gz
- Upload date:
- Size: 11.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d99887d16a6e0513a6c0931e606fd4e020f7b7a02c40b4f612485dfb2783de8a
|
|
| MD5 |
a1a132542d9bb088896f58ba4071df1f
|
|
| BLAKE2b-256 |
292502f90156636f7fee894e79ee457b61e10247adaf2268be920e7695f4556f
|
File details
Details for the file mcp4hal-0.0.4-py3-none-any.whl.
File metadata
- Download URL: mcp4hal-0.0.4-py3-none-any.whl
- Upload date:
- Size: 13.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
eac1681ea7fa835aa1a9e7f89d7ff35000cfea0c6290f613a3d4fba9749604cf
|
|
| MD5 |
0f83ac62de4a2a0069dcffe7e440ab57
|
|
| BLAKE2b-256 |
c37d244997694f4156ce379320dacedb143da327f83899cee188bc16a6008c95
|