monacloud-mcp 0.3.1 → 0.3.2

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/dist/server.js CHANGED
@@ -316,7 +316,7 @@ export function createServer(dependencies = {}) {
316
316
  }, ({ template }) => runTool(() => catalog.get(template)));
317
317
  server.registerTool('agent_deploy', {
318
318
  title: 'Dùng ngay MONA Agent template',
319
- description: 'Gọi cùng runtime với cloud_agent_deploy. Với deploy repo git, dùng cloud_app_create (đang mở), sandbox trước nếu chưa có host.',
319
+ description: 'Gọi cùng runtime với cloud_agent_deploy. Với deploy repo git, dùng cloud_app_create (đã live), sandbox trước nếu chưa có host.',
320
320
  inputSchema: { template: z.string().regex(/^[a-z0-9][a-z0-9-]{0,79}$/) },
321
321
  }, ({ template }) => runTool(() => agentRuntimeStub(template)));
322
322
  const imported = importedMonaPayTools(config, env, fetchImpl);
package/dist/templates.js CHANGED
@@ -111,7 +111,7 @@ export class TemplateCatalog {
111
111
  ...template,
112
112
  source: 'built-in-wave-1-catalog',
113
113
  status: 'catalog_only',
114
- next_step: 'Catalog runtime chưa được phát hành. Deploy repo git: dùng cloud_app_host_list rồi cloud_app_create (đang mở), sandbox trước nếu chưa có app host; báo ước tính và hỏi duyệt trước khi tạo thật.',
114
+ next_step: 'Catalog runtime chưa được phát hành. Deploy repo git: dùng cloud_app_host_list rồi cloud_app_create (đã live), sandbox trước nếu chưa có app host; báo ước tính và hỏi duyệt trước khi tạo thật.',
115
115
  };
116
116
  }
117
117
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "monacloud-mcp",
3
- "version": "0.3.1",
3
+ "version": "0.3.2",
4
4
  "description": "Unified MCP server for MONA Cloud, MONA Pay and MONA Agent.",
5
5
  "license": "MIT",
6
6
  "type": "module",