@cnbcool/mcp-server 0.1.0-beta.4 → 0.1.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.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
- # CNB.COOL MCP Server
1
+ # CNB MCP Server
2
2
 
3
- https://cnb.cool toolkits for LLMs supporting the MCP protocol
3
+ CNB(https://cnb.cool) toolkits for LLMs supporting the MCP protocol
4
4
 
5
5
  ## How to develop
6
6
 
@@ -21,7 +21,7 @@ https://cnb.cool toolkits for LLMs supporting the MCP protocol
21
21
  "command": "node",
22
22
  "args": ["/path/to/cnbcool/mcp-server/dist/index.js"],
23
23
  "env": {
24
- "API_BASE_URL": "<BASE_URL>",
24
+ "API_BASE_URL": "<BASE_URL>", // optional, defualt vaule: https://api.cnb.cool
25
25
  "API_TOKEN": "<YOUR_TOKEN>"
26
26
  }
27
27
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@cnbcool/mcp-server",
3
3
  "description": "CMB MCP server",
4
- "version": "0.1.0-beta.4",
4
+ "version": "0.1.0",
5
5
  "main": "./dist/index.js",
6
6
  "bin": {
7
7
  "cnbcool-mcp-server": "dist/index.js"