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.
Files changed (2) hide show
  1. package/README.md +21 -4
  2. 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
- This package is maintained inside the repository root. Do not install it manually from this folder unless you know what you are doing; prefer the root setup flow.
5
+ ## Install
6
6
 
7
- ## Install From Repo Root
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 数据桥` / `KanColle Data Bridge` if needed.
31
+ Then restart Poi and enable `MCP Data Bridge` if needed.
15
32
 
16
33
  The installer creates:
17
34
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "poi-plugin-mcp",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "Poi data bridge for local KanColle inventory tools.",
5
5
  "main": "index.js",
6
6
  "keywords": [