gitnexushub 0.2.8 → 0.2.9

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.
@@ -18,7 +18,7 @@ async function configure(hubUrl, token) {
18
18
  existing.mcpServers = {};
19
19
  }
20
20
  existing.mcpServers.gitnexus = {
21
- type: 'streamable-http',
21
+ type: 'sse',
22
22
  url: mcpUrl,
23
23
  headers: { Authorization: `Bearer ${token}` },
24
24
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gitnexushub",
3
- "version": "0.2.8",
3
+ "version": "0.2.9",
4
4
  "description": "Connect your editor to GitNexus Hub — one command MCP setup + project context",
5
5
  "author": "Abhigyan Patwari",
6
6
  "license": "PolyForm-Noncommercial-1.0.0",