kontexted 0.1.17 → 0.1.18

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.
@@ -104,6 +104,7 @@ export class ApiClient {
104
104
  refresh_token: this.oauth.tokens.refresh_token,
105
105
  client_id: this.oauth.clientInformation?.client_id ?? "",
106
106
  client_secret: this.oauth.clientInformation?.client_secret ?? "",
107
+ resource: this.serverUrl,
107
108
  }),
108
109
  });
109
110
  logDebug(`[API CLIENT] Token refresh response status: ${response.status}`);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kontexted",
3
- "version": "0.1.17",
3
+ "version": "0.1.18",
4
4
  "description": "CLI tool for Kontexted - MCP proxy, workspaces management, and local server",
5
5
  "type": "module",
6
6
  "bin": {
@@ -48,8 +48,8 @@
48
48
  "typescript": "^5.6.0"
49
49
  },
50
50
  "optionalDependencies": {
51
- "@kontexted/darwin-arm64": "0.1.17",
52
- "@kontexted/linux-x64": "0.1.17",
53
- "@kontexted/windows-x64": "0.1.17"
51
+ "@kontexted/darwin-arm64": "0.1.18",
52
+ "@kontexted/linux-x64": "0.1.18",
53
+ "@kontexted/windows-x64": "0.1.18"
54
54
  }
55
55
  }