basemind-opencode 0.0.1 → 0.1.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.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "basemind-opencode",
3
- "version": "0.0.1",
3
+ "version": "0.1.1",
4
4
  "description": "Tree-sitter code-map + git context MCP server. Use for navigating large or unfamiliar codebases: outline files, find references/callers, search symbols, walk recent history, blame and diff at the symbol level.",
5
5
  "type": "module",
6
6
  "main": "basemind.js",
@@ -18,7 +18,7 @@
18
18
  "license": "MIT",
19
19
  "repository": {
20
20
  "type": "git",
21
- "url": "https://github.com/Goldziher/basemind.git",
21
+ "url": "git+https://github.com/Goldziher/basemind.git",
22
22
  "directory": "opencode-plugin"
23
23
  },
24
24
  "homepage": "https://github.com/Goldziher/basemind#opencode",