@kanbodev/mcp 1.1.2 → 1.1.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 (2) hide show
  1. package/dist/index.js +3 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -16839,7 +16839,7 @@ var CONFIG = {
16839
16839
  };
16840
16840
  var SERVER_INFO = {
16841
16841
  name: "kanbo-mcp",
16842
- version: "1.1.2",
16842
+ version: "1.1.3",
16843
16843
  description: "MCP server for Kanbo project management"
16844
16844
  };
16845
16845
  var PAT_CONFIG = {
@@ -24375,7 +24375,8 @@ class KanboClient {
24375
24375
  }
24376
24376
  }
24377
24377
  const headers = {
24378
- "Content-Type": "application/json"
24378
+ "Content-Type": "application/json",
24379
+ "X-Kanbo-Source": "mcp"
24379
24380
  };
24380
24381
  if (this.useOidcAuth) {
24381
24382
  const oidcToken = await fetchOidcToken(this.apiUrl);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kanbodev/mcp",
3
- "version": "1.1.2",
3
+ "version": "1.1.3",
4
4
  "description": "MCP (Model Context Protocol) server for Kanbo - AI-native project management",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",