@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 +2 -0
- package/dist/server.js +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
[](https://www.npmjs.com/package/@denisixnpm/planka-mcp)
|
|
4
4
|
[](https://github.com/denisix/planka-mcp/releases)
|
|
5
|
+
[](https://hub.docker.com/r/denisix/planka-mcp)
|
|
5
6
|
[](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
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@denisixnpm/planka-mcp",
|
|
3
|
-
"version": "2.
|
|
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": "
|
|
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": {
|