@fredrika/mcp-mochi 1.0.6-beta.0 → 1.0.6-beta.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": "@fredrika/mcp-mochi",
3
- "version": "1.0.6-beta.0",
3
+ "version": "1.0.6-beta.1",
4
4
  "description": "MCP server for Mochi flashcard integration",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",
@@ -29,11 +29,10 @@
29
29
  "author": "",
30
30
  "license": "MIT",
31
31
  "dependencies": {
32
- "@modelcontextprotocol/sdk": "^1.9.0",
32
+ "@modelcontextprotocol/sdk": "^1.25.2",
33
33
  "axios": "^1.6.7",
34
34
  "dotenv": "^16.4.5",
35
- "form-data": "^4.0.5",
36
- "zod": "^3.22.4"
35
+ "form-data": "^4.0.5"
37
36
  },
38
37
  "devDependencies": {
39
38
  "@types/node": "^20.11.24",
@@ -1 +0,0 @@
1
- export declare const VERSION = "1.0.2";
@@ -1,3 +0,0 @@
1
- // If the format of this file changes, so it doesn't simply export a VERSION constant,
2
- // this will break .github/workflows/version-check.yml.
3
- export const VERSION = "1.0.2";