warhammer-oracle 0.1.2 → 0.1.4
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 -6
- package/dist/data/kill-team-operatives.js +1 -1
- package/dist/data/kill-team-rules.js +1 -1
- package/dist/data/rules.js +1 -1
- package/dist/data/units.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,9 +1,23 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
Warhammer
|
|
1
|
+
<!-- mcp-name: io.github.gregario/warhammer-oracle -->
|
|
2
|
+
<p align="center">
|
|
3
|
+
<h1 align="center">Warhammer Oracle</h1>
|
|
4
|
+
<p align="center">Warhammer 40K rules, unit stats, and game flow. An MCP server.</p>
|
|
5
|
+
</p>
|
|
6
|
+
|
|
7
|
+
<p align="center">
|
|
8
|
+
<a href="https://www.npmjs.com/package/warhammer-oracle"><img src="https://img.shields.io/npm/v/warhammer-oracle.svg" alt="npm version"></a>
|
|
9
|
+
<a href="https://www.npmjs.com/package/warhammer-oracle"><img src="https://img.shields.io/npm/dm/warhammer-oracle.svg" alt="npm downloads"></a>
|
|
10
|
+
<a href="https://github.com/gregario/warhammer-oracle/blob/main/LICENSE"><img src="https://img.shields.io/badge/license-MIT-blue.svg" alt="MIT Licence"></a>
|
|
11
|
+
<a href="https://nodejs.org"><img src="https://img.shields.io/badge/node-%3E%3D18-brightgreen.svg" alt="Node.js 18+"></a>
|
|
12
|
+
<a href="https://modelcontextprotocol.io"><img src="https://img.shields.io/badge/MCP-compatible-purple.svg" alt="MCP Compatible"></a>
|
|
13
|
+
</p>
|
|
14
|
+
|
|
15
|
+
---
|
|
4
16
|
|
|
5
17
|
Ask your AI assistant about datasheets, keywords, phase sequences, and more. Covers Warhammer 40,000, Combat Patrol, and Kill Team.
|
|
6
18
|
|
|
19
|
+
[](https://glama.ai/mcp/servers/gregario/warhammer-oracle)
|
|
20
|
+
|
|
7
21
|
## Installation
|
|
8
22
|
|
|
9
23
|
```bash
|
|
@@ -114,8 +128,9 @@ All data is embedded at build time — no network calls at runtime.
|
|
|
114
128
|
|
|
115
129
|
| Category | Count | Source |
|
|
116
130
|
|---|---|---|
|
|
117
|
-
|
|
|
118
|
-
|
|
|
131
|
+
| 40K unit datasheets | 2,642 | [BSData/wh40k-10e](https://github.com/BSData/wh40k-10e) |
|
|
132
|
+
| Kill Team operatives | 506 | [BSData/wh40k-killteam](https://github.com/BSData/wh40k-killteam) |
|
|
133
|
+
| Shared rules | 33 (40K) + 22 (KT) | BSData |
|
|
119
134
|
| Curated keywords | 25 | Hand-written, plain English |
|
|
120
135
|
| Game mode sequences | 3 | Hand-curated (40K, Combat Patrol, Kill Team) |
|
|
121
136
|
|
|
@@ -144,4 +159,4 @@ npm run build
|
|
|
144
159
|
|
|
145
160
|
MIT (for the MCP server code).
|
|
146
161
|
|
|
147
|
-
Unit data sourced from the [BSData](https://github.com/BSData/wh40k-10e) community project. Game rules and army rules are the intellectual property of Games Workshop. This tool provides reference data for personal use during gameplay.
|
|
162
|
+
Unit data sourced from the [BSData](https://github.com/BSData/wh40k-10e) community project. Game rules and army rules are the intellectual property of Games Workshop. This tool provides reference data for personal use during gameplay.
|
package/dist/data/rules.js
CHANGED
package/dist/data/units.js
CHANGED