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 CHANGED
@@ -1,9 +1,23 @@
1
- # warhammer-oracle
2
-
3
- Warhammer 40K rules, unit stats, and game flow — as an MCP server.
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
+ [![warhammer-oracle MCP server](https://glama.ai/mcp/servers/gregario/warhammer-oracle/badges/card.svg)](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
- | Unit datasheets | 1,066 | [BSData](https://github.com/BSData/wh40k-10e) community project |
118
- | Shared rules | 33 | BSData |
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.
@@ -1,5 +1,5 @@
1
1
  // Auto-generated by scripts/fetch-data.ts — do not edit manually
2
- // Generated: 2026-03-14T22:13:15.402Z
2
+ // Generated: 2026-03-15T15:26:05.132Z
3
3
  // Source: https://github.com/BSData/wh40k-killteam
4
4
  export const KILL_TEAM_OPERATIVES = [
5
5
  {
@@ -1,5 +1,5 @@
1
1
  // Auto-generated by scripts/fetch-data.ts — do not edit manually
2
- // Generated: 2026-03-14T22:13:15.406Z
2
+ // Generated: 2026-03-15T15:26:05.137Z
3
3
  // Source: https://github.com/BSData/wh40k-killteam
4
4
  export const KILL_TEAM_SHARED_RULES = [
5
5
  {
@@ -1,5 +1,5 @@
1
1
  // Auto-generated by scripts/fetch-data.ts — do not edit manually
2
- // Generated: 2026-03-14T22:13:15.400Z
2
+ // Generated: 2026-03-15T15:26:05.131Z
3
3
  // Source: https://github.com/BSData/wh40k-10e
4
4
  export const SHARED_RULES = [
5
5
  {
@@ -1,5 +1,5 @@
1
1
  // Auto-generated by scripts/fetch-data.ts — do not edit manually
2
- // Generated: 2026-03-14T22:13:15.357Z
2
+ // Generated: 2026-03-15T15:26:05.088Z
3
3
  // Source: https://github.com/BSData/wh40k-10e
4
4
  export const UNITS = [
5
5
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "warhammer-oracle",
3
- "version": "0.1.2",
3
+ "version": "0.1.4",
4
4
  "description": "Warhammer 40K and Kill Team rules, stats, and game flow MCP server",
5
5
  "mcpName": "io.github.gregario/warhammer-oracle",
6
6
  "repository": {