@imstudium/mcp 0.1.1 → 0.1.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 +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@imstudium/mcp",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "ImStudium MCP server — study planning tools for LLMs",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -26,7 +26,7 @@
26
26
  "opencode"
27
27
  ],
28
28
  "bin": {
29
- "imstudium-mcp": "./dist/index.js"
29
+ "imstudium-mcp": "dist/index.js"
30
30
  },
31
31
  "files": ["dist"],
32
32
  "scripts": {
@@ -36,7 +36,7 @@
36
36
  "prepublishOnly": "bun run build && bun run typecheck"
37
37
  },
38
38
  "dependencies": {
39
- "@imstudium/sdk": "workspace:*",
39
+ "@imstudium/sdk": "^0.1.2",
40
40
  "@modelcontextprotocol/sdk": "^1.12.1"
41
41
  },
42
42
  "devDependencies": {