mirror of
https://github.com/mattintech/pyBTMCP.git
synced 2026-07-11 10:41:54 +00:00
15 lines
243 B
JSON
15 lines
243 B
JSON
|
|
{
|
||
|
|
"mcpServers": {
|
||
|
|
"ble-simulator": {
|
||
|
|
"command": "docker",
|
||
|
|
"args": [
|
||
|
|
"run", "-i", "--rm",
|
||
|
|
"-p", "1883:1883",
|
||
|
|
"-p", "8000:8000",
|
||
|
|
"--name", "pybtmcp",
|
||
|
|
"pybtmcp:latest"
|
||
|
|
]
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|