@leeoohoo/ui-apps-devkit 0.1.9 → 0.1.10

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leeoohoo/ui-apps-devkit",
3
- "version": "0.1.9",
3
+ "version": "0.1.10",
4
4
  "description": "ChatOS UI Apps DevKit (CLI + templates + sandbox) for building installable ChatOS UI Apps plugins.",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -1964,7 +1964,7 @@ try {
1964
1964
  if (!payload) return;
1965
1965
  const server = payload?.serverName ? String(payload.serverName) : 'mcp';
1966
1966
  const method = payload?.method ? String(payload.method) : 'notification';
1967
- appendMcpOutput(`${server} ${method}`, payload?.params?.text || payload);
1967
+ appendMcpOutput(server + ' ' + method, payload?.params?.text || payload);
1968
1968
  });
1969
1969
  } catch {
1970
1970
  // ignore