context-gatekeeper 0.3.0 → 0.5.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.
Files changed (1) hide show
  1. package/package.json +7 -7
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "context-gatekeeper",
3
- "version": "0.3.0",
3
+ "version": "0.5.0",
4
4
  "description": "MCP context management with intelligent constraint detection. AutoSkill-style extraction, MemGate-style recall, MPR-style dual-mode execution. Universal install for Cursor / Claude Desktop / Claude Code / Cline / Continue.",
5
5
  "type": "module",
6
- "main": "dist/src/index.js",
7
- "types": "dist/src/index.d.ts",
6
+ "main": "dist/index.js",
7
+ "types": "dist/index.d.ts",
8
8
  "bin": {
9
- "context-gatekeeper": "dist/src/mcp/server.js",
9
+ "context-gatekeeper": "dist/mcp/server.js",
10
10
  "context-gatekeeper-cli": "bin/context-gatekeeper-cli.js"
11
11
  },
12
12
  "files": [
@@ -51,12 +51,12 @@
51
51
  "license": "MIT",
52
52
  "repository": {
53
53
  "type": "git",
54
- "url": "https://github.com/changebusiness/context-gatekeeper.git"
54
+ "url": "https://github.com/shuimo233/context-gatekeeper.git"
55
55
  },
56
56
  "bugs": {
57
- "url": "https://github.com/changebusiness/context-gatekeeper/issues"
57
+ "url": "https://github.com/shuimo233/context-gatekeeper/issues"
58
58
  },
59
- "homepage": "https://github.com/changebusiness/context-gatekeeper#readme",
59
+ "homepage": "https://github.com/shuimo233/context-gatekeeper#readme",
60
60
  "dependencies": {
61
61
  "@modelcontextprotocol/sdk": "^1.29.0",
62
62
  "sql.js": "^1.10.0",