eklavya-mcp 1.5.0 → 1.6.0

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.
@@ -12,7 +12,7 @@
12
12
  # Keep PINNED_VERSION in step with .claude-plugin/plugin.json and
13
13
  # mcp/package.json. A test asserts all three match.
14
14
 
15
- PINNED_VERSION="1.5.0"
15
+ PINNED_VERSION="1.6.0"
16
16
 
17
17
  MCP_DIR=$(cd "$(dirname "$0")/.." && pwd)
18
18
  LOCAL_SERVER="$MCP_DIR/dist/server.js"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eklavya-mcp",
3
- "version": "1.5.0",
3
+ "version": "1.6.0",
4
4
  "description": "Eklavya MCP server — local knowledge graph, spaced repetition, and quiz gating for agent-assisted learning.",
5
5
  "license": "MIT",
6
6
  "repository": {