poi-plugin-mcp 0.2.0 → 0.2.1
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 +21 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,17 +1,34 @@
|
|
|
1
1
|
# poi-plugin-mcp
|
|
2
2
|
|
|
3
|
-
Poi plugin that starts a local HTTP bridge inside Poi so CLI/MCP agents can read current KanColle data.
|
|
3
|
+
Poi plugin that starts a local HTTP/MCP bridge inside Poi so CLI/MCP agents can read current KanColle data.
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
## Install
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
Install it from Poi's plugin manager as:
|
|
8
|
+
|
|
9
|
+
```text
|
|
10
|
+
poi-plugin-mcp
|
|
11
|
+
```
|
|
12
|
+
|
|
13
|
+
Or install it into Poi's plugin directory with npm:
|
|
14
|
+
|
|
15
|
+
```powershell
|
|
16
|
+
cd "$env:APPDATA\poi\plugins"
|
|
17
|
+
npm install poi-plugin-mcp
|
|
18
|
+
```
|
|
19
|
+
|
|
20
|
+
Then restart Poi and enable `MCP Data Bridge` if needed.
|
|
21
|
+
|
|
22
|
+
## Development Install
|
|
23
|
+
|
|
24
|
+
When working from this repository, install from the repo root:
|
|
8
25
|
|
|
9
26
|
```powershell
|
|
10
27
|
npm install
|
|
11
28
|
npm run install:poi
|
|
12
29
|
```
|
|
13
30
|
|
|
14
|
-
Then restart Poi and enable `MCP
|
|
31
|
+
Then restart Poi and enable `MCP Data Bridge` if needed.
|
|
15
32
|
|
|
16
33
|
The installer creates:
|
|
17
34
|
|