@cnbcool/mcp-server 0.1.0-beta.2 → 0.1.0-beta.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.
- package/package.json +2 -3
- package/CHANGELOG.md +0 -9
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cnbcool/mcp-server",
|
|
3
3
|
"description": "CMB MCP server",
|
|
4
|
-
"version": "0.1.0-beta.
|
|
4
|
+
"version": "0.1.0-beta.3",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"bin": {
|
|
7
|
-
"mcp-server": "
|
|
7
|
+
"cnbcool-mcp-server": "dist/index.js"
|
|
8
8
|
},
|
|
9
9
|
"type": "module",
|
|
10
10
|
"scripts": {
|
|
@@ -26,7 +26,6 @@
|
|
|
26
26
|
"files": [
|
|
27
27
|
"dist/",
|
|
28
28
|
"package.json",
|
|
29
|
-
"CHANGELOG.md",
|
|
30
29
|
"README.md"
|
|
31
30
|
],
|
|
32
31
|
"engines": {
|
package/CHANGELOG.md
DELETED
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
## 0.1.0 (March 17, 2025)
|
|
2
|
-
|
|
3
|
-
### New Features
|
|
4
|
-
|
|
5
|
-
- Supports list user repositories with various filters
|
|
6
|
-
- Supports get repository details
|
|
7
|
-
- Supports list repository issues with various filters
|
|
8
|
-
- Supports get issue details
|
|
9
|
-
- Supports create repository issue
|