warhammer-oracle 0.1.2 → 0.1.3

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 +5 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # warhammer-oracle
2
2
 
3
+ [![warhammer-oracle MCP server](https://glama.ai/mcp/servers/gregario/warhammer-oracle/badges/card.svg)](https://glama.ai/mcp/servers/gregario/warhammer-oracle)
4
+
3
5
  Warhammer 40K rules, unit stats, and game flow — as an MCP server.
4
6
 
5
7
  Ask your AI assistant about datasheets, keywords, phase sequences, and more. Covers Warhammer 40,000, Combat Patrol, and Kill Team.
@@ -114,8 +116,9 @@ All data is embedded at build time — no network calls at runtime.
114
116
 
115
117
  | Category | Count | Source |
116
118
  |---|---|---|
117
- | Unit datasheets | 1,066 | [BSData](https://github.com/BSData/wh40k-10e) community project |
118
- | Shared rules | 33 | BSData |
119
+ | 40K unit datasheets | 2,642 | [BSData/wh40k-10e](https://github.com/BSData/wh40k-10e) |
120
+ | Kill Team operatives | 506 | [BSData/wh40k-killteam](https://github.com/BSData/wh40k-killteam) |
121
+ | Shared rules | 33 (40K) + 22 (KT) | BSData |
119
122
  | Curated keywords | 25 | Hand-written, plain English |
120
123
  | Game mode sequences | 3 | Hand-curated (40K, Combat Patrol, Kill Team) |
121
124
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "warhammer-oracle",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
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": {