@kanbodev/mcp 1.1.8 → 1.1.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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -227,7 +227,7 @@ var init_constants = __esm(() => {
227
227
  };
228
228
  SERVER_INFO = {
229
229
  name: "kanbo-mcp",
230
- version: "1.1.8",
230
+ version: "1.1.9",
231
231
  description: "MCP server for Kanbo project management"
232
232
  };
233
233
  PAT_CONFIG = {
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@kanbodev/mcp",
3
- "version": "1.1.8",
3
+ "version": "1.1.9",
4
4
  "description": "MCP (Model Context Protocol) server for Kanbo - AI-native project management",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
7
7
  "bin": {
8
- "kanbodev-mcp": "./dist/index.js"
8
+ "kanbo-mcp": "dist/index.js"
9
9
  },
10
10
  "scripts": {
11
11
  "dev": "bun run --watch src/index.ts",