@cloudbase/cloudbase-mcp 1.7.2 → 1.7.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.
@@ -2160,7 +2160,9 @@ export class InteractiveServer {
2160
2160
  color: var(--text-primary);
2161
2161
  animation: fadeInUp 0.8s ease-out 0.4s both;
2162
2162
  position: relative;
2163
- overflow: hidden;
2163
+ overflow: scroll;
2164
+ white-space: pre;
2165
+ max-height: 300px;
2164
2166
  }
2165
2167
 
2166
2168
  .message::before {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cloudbase/cloudbase-mcp",
3
- "version": "1.7.2",
3
+ "version": "1.7.3",
4
4
  "description": "腾讯云开发 MCP Server,支持静态托管/环境查询/",
5
5
  "main": "index.js",
6
6
  "type": "module",