@romandp/context-memory-mcp 1.0.1 → 1.0.3

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 +9 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@romandp/context-memory-mcp",
3
- "version": "1.0.1",
3
+ "version": "1.0.3",
4
4
  "description": "Local SQLite-backed MCP server for AI memory and project context.",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",
@@ -39,6 +39,14 @@
39
39
  ],
40
40
  "author": "",
41
41
  "license": "MIT",
42
+ "repository": {
43
+ "type": "git",
44
+ "url": "git+https://github.com/romandono/mcp-memory-server.git"
45
+ },
46
+ "homepage": "https://github.com/romandono/mcp-memory-server#readme",
47
+ "bugs": {
48
+ "url": "https://github.com/romandono/mcp-memory-server/issues"
49
+ },
42
50
  "dependencies": {
43
51
  "@modelcontextprotocol/sdk": "^1.29.0",
44
52
  "better-sqlite3": "^9.2.0",