kemdicode-mcp 1.15.0 → 1.15.1
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 -2
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
|
|
11
11
|
<p align="center">
|
|
12
12
|
<a href="https://www.npmjs.com/package/kemdicode-mcp"><img src="https://img.shields.io/badge/npm-kemdicode--mcp-CB3837?style=flat-square&logo=npm&logoColor=white" alt="npm" /></a>
|
|
13
|
-
<a href="https://
|
|
13
|
+
<a href="https://github.com/kemdi-pl/kemdicode-mcp/releases"><img src="https://img.shields.io/badge/version-1.15.0-blue?style=flat-square" alt="Version" /></a>
|
|
14
14
|
<a href="LICENSE"><img src="https://img.shields.io/badge/license-GPL--3.0-green?style=flat-square" alt="License" /></a>
|
|
15
15
|
</p>
|
|
16
16
|
|
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
### Install & Run
|
|
86
86
|
|
|
87
87
|
```bash
|
|
88
|
-
git clone https://
|
|
88
|
+
git clone https://github.com/kemdi-pl/kemdicode-mcp.git
|
|
89
89
|
cd kemdicode-mcp
|
|
90
90
|
bun install && bun run build:bun
|
|
91
91
|
bun run start:bun
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "kemdicode-mcp",
|
|
3
|
-
"version": "1.15.
|
|
3
|
+
"version": "1.15.1",
|
|
4
4
|
"description": "Model Context Protocol (MCP) server with 100+ tools for code analysis, AI agents, git operations, multi-agent coordination, and kanban task management",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -127,10 +127,10 @@
|
|
|
127
127
|
},
|
|
128
128
|
"repository": {
|
|
129
129
|
"type": "git",
|
|
130
|
-
"url": "git+https://
|
|
130
|
+
"url": "git+https://github.com/kemdi-pl/kemdicode-mcp.git"
|
|
131
131
|
},
|
|
132
132
|
"bugs": {
|
|
133
|
-
"url": "https://
|
|
133
|
+
"url": "https://github.com/kemdi-pl/kemdicode-mcp/issues"
|
|
134
134
|
},
|
|
135
|
-
"homepage": "https://
|
|
135
|
+
"homepage": "https://github.com/kemdi-pl/kemdicode-mcp#readme"
|
|
136
136
|
}
|