education-mcp 1.0.0 → 1.0.2

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 (1) hide show
  1. package/package.json +15 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "education-mcp",
3
- "version": "1.0.0",
3
+ "version": "1.0.2",
4
4
  "description": "AI-powered education tools for teachers and students — quizzes, lesson plans, flashcards, explanations, exercises, and rubrics via MCP",
5
5
  "author": "SceneView Tools",
6
6
  "license": "MIT",
@@ -26,12 +26,12 @@
26
26
  "prepublishOnly": "npm run build && npm test"
27
27
  },
28
28
  "dependencies": {
29
- "@modelcontextprotocol/sdk": "^1.12.1"
29
+ "@modelcontextprotocol/sdk": "^1.28.0"
30
30
  },
31
31
  "devDependencies": {
32
- "@types/node": "^22.15.2",
32
+ "@types/node": "^22.15.3",
33
33
  "typescript": "^5.8.3",
34
- "vitest": "^3.1.1"
34
+ "vitest": "^3.1.4"
35
35
  },
36
36
  "keywords": [
37
37
  "mcp",
@@ -51,5 +51,15 @@
51
51
  "homepage": "https://github.com/mcp-tools-lab/education-mcp#readme",
52
52
  "engines": {
53
53
  "node": ">=18"
54
- }
54
+ },
55
+ "funding": [
56
+ {
57
+ "type": "github",
58
+ "url": "https://github.com/sponsors/sceneview"
59
+ },
60
+ {
61
+ "type": "polar",
62
+ "url": "https://polar.sh/sceneview"
63
+ }
64
+ ]
55
65
  }