baller-maester 0.3.0 → 0.4.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "baller-maester",
3
- "version": "0.3.0",
3
+ "version": "0.4.1",
4
4
  "description": "A Node CLI for aggregating documentation from many sources into one central knowledge home for developers and AI agents.",
5
5
  "type": "module",
6
6
  "engines": {
@@ -30,6 +30,8 @@
30
30
  },
31
31
  "dependencies": {
32
32
  "@clack/prompts": "^0.9.1",
33
+ "@iarna/toml": "^2.2.5",
34
+ "@modelcontextprotocol/sdk": "^1.29.0",
33
35
  "boxen": "^8.0.1",
34
36
  "chalk": "^5.4.1",
35
37
  "cli-progress": "^3.12.0",
@@ -46,7 +48,8 @@
46
48
  "supports-color": "^10.0.0",
47
49
  "terminal-link": "^4.0.0",
48
50
  "yaml": "^2.7.0",
49
- "zod": "^3.24.1"
51
+ "zod": "^3.24.1",
52
+ "zod-to-json-schema": "^3.25.2"
50
53
  },
51
54
  "devDependencies": {
52
55
  "@biomejs/biome": "^1.9.4",