@tencentcloud/tccc-mcp-server 0.0.1 → 0.0.5

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
@@ -1,6 +1,6 @@
1
1
  # @tencentcloud/tccc-mcp-server
2
2
 
3
- **English** | [简体中文](./README_zh.md)
3
+ **English** | [简体中文](https://web.sdk.qcloud.com/im/tccc/tccc-mcp-server/README_zh.md)
4
4
 
5
5
  tccc-mcp-server enables AI assistants to quickly integrate with Tencent Cloud Contact Center (TCCC) via MCP (Model Context Protocol).
6
6
 
package/README_zh.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @tencentcloud/tccc-mcp-server
2
2
 
3
- [English](./README.md) | **简体中文**
3
+ [English](https://web.sdk.qcloud.com/im/tccc/tccc-mcp-server/README.md) | **简体中文**
4
4
 
5
5
  tccc-mcp-server 通过 MCP(Model Context Protocol)向 AI 助手提供 Tencent Cloud Contact Center (TCCC) 快速集成能力。
6
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tencentcloud/tccc-mcp-server",
3
- "version": "0.0.1",
3
+ "version": "0.0.5",
4
4
  "description": "MCP server for Tencent Cloud Contact Center (TCCC)",
5
5
  "type": "module",
6
6
  "bin": {
@@ -44,14 +44,6 @@
44
44
  "云联络中心",
45
45
  "呼叫中心"
46
46
  ],
47
- "author": "qiaoyang",
48
- "license": "MIT",
49
- "homepage": "https://github.com/tencentcloud/tccc-mcp-server#readme",
50
- "repository": {
51
- "type": "git",
52
- "url": "git+https://github.com/tencentcloud/tccc-mcp-server.git"
53
- },
54
- "bugs": {
55
- "url": "https://github.com/tencentcloud/tccc-mcp-server/issues"
56
- }
47
+ "author": "TCCC Full-Stack Team",
48
+ "license": "MIT"
57
49
  }