@denisixnpm/planka-mcp 2.2.0 → 2.3.0

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.
package/README.md CHANGED
@@ -2,6 +2,7 @@
2
2
 
3
3
  [![npm version](https://img.shields.io/npm/v/@denisixnpm/planka-mcp)](https://www.npmjs.com/package/@denisixnpm/planka-mcp)
4
4
  [![GitHub release](https://img.shields.io/github/v/release/denisix/planka-mcp)](https://github.com/denisix/planka-mcp/releases)
5
+ [![Docker](https://img.shields.io/docker/v/denisix/planka-mcp?sort=semver&label=Docker)](https://hub.docker.com/r/denisix/planka-mcp)
5
6
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
6
7
 
7
8
  MCP server for [Planka](https://planka.app/) (real-time Kanban), tuned for AI coding agents:
@@ -119,6 +120,7 @@ loopback (`MCP_HOST=0.0.0.0`) — without it, anyone who can reach the port has
119
120
  A `--healthcheck` mode is built in for orchestrators.
120
121
 
121
122
  Prefer a container? The image is published on Docker Hub:
123
+ [`hub.docker.com/r/denisix/planka-mcp`](https://hub.docker.com/r/denisix/planka-mcp)
122
124
 
123
125
 
124
126
  ```bash
package/dist/server.js CHANGED
@@ -342,7 +342,7 @@ if (!process.argv.includes("--healthcheck")) {
342
342
  function createMcpServer() {
343
343
  const server = new McpServer({
344
344
  name: "planka-mcp",
345
- version: "2.2.0",
345
+ version: "2.3.0",
346
346
  }, {
347
347
  capabilities: {
348
348
  tools: {},
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@denisixnpm/planka-mcp",
3
- "version": "2.2.0",
3
+ "version": "2.3.0",
4
4
  "description": "MCP server for Planka - Real-Time Collaborative Kanban Board",
5
5
  "main": "dist/server.js",
6
6
  "type": "module",
7
7
  "bin": {
8
- "planka-mcp": "./dist/server.js"
8
+ "planka-mcp": "dist/server.js"
9
9
  },
10
10
  "files": [
11
11
  "dist"
@@ -36,7 +36,7 @@
36
36
  "license": "MIT",
37
37
  "repository": {
38
38
  "type": "git",
39
- "url": "https://github.com/denisix/planka-mcp.git"
39
+ "url": "git+https://github.com/denisix/planka-mcp.git"
40
40
  },
41
41
  "homepage": "https://github.com/denisix/planka-mcp#readme",
42
42
  "bugs": {