ble-mcp-transport 0.0.1 → 0.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -11,6 +11,11 @@ A Node.js BLE transport that enables MCP clients to communicate with MCP devices
|
|
|
11
11
|
|
|
12
12
|
## Quick Start
|
|
13
13
|
|
|
14
|
+
### Install
|
|
15
|
+
```bash
|
|
16
|
+
npm i ble-mcp-transport
|
|
17
|
+
```
|
|
18
|
+
|
|
14
19
|
```typescript
|
|
15
20
|
import { Client } from "@modelcontextprotocol/sdk/client/index.js";
|
|
16
21
|
import { BleTransport } from "ble-mcp-transport";
|