@nullplatform/mcp 0.1.6 → 0.1.8

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 (47) hide show
  1. package/dist/i18n.js +599 -24
  2. package/dist/np/client.js +3 -0
  3. package/dist/np/journey.js +236 -24
  4. package/dist/tool-names.js +7 -0
  5. package/dist/tools/action-flow.js +94 -0
  6. package/dist/tools/approvals.js +2 -2
  7. package/dist/tools/builds.js +23 -6
  8. package/dist/tools/create-app.js +37 -9
  9. package/dist/tools/create-link.js +163 -0
  10. package/dist/tools/create-service.js +149 -0
  11. package/dist/tools/delete-flow.js +30 -0
  12. package/dist/tools/delete-link.js +95 -0
  13. package/dist/tools/delete-param.js +76 -0
  14. package/dist/tools/delete-service.js +108 -0
  15. package/dist/tools/deployments.js +2 -2
  16. package/dist/tools/index.js +14 -0
  17. package/dist/tools/logs.js +2 -2
  18. package/dist/tools/metrics.js +4 -1
  19. package/dist/tools/overview.js +2 -2
  20. package/dist/tools/params.js +78 -17
  21. package/dist/tools/playbook.js +2 -1
  22. package/dist/tools/releases.js +2 -2
  23. package/dist/tools/services.js +2 -2
  24. package/dist/tools/set-params.js +61 -11
  25. package/dist/tools/shared.js +4 -0
  26. package/dist/tools/update-link.js +87 -0
  27. package/dist/tools/update-service.js +92 -0
  28. package/dist/ui.js +4 -1
  29. package/package.json +3 -1
  30. package/skills/starting-a-new-app/SKILL.md +84 -0
  31. package/widgets-dist/approvals.html +261 -57
  32. package/widgets-dist/builds.html +261 -57
  33. package/widgets-dist/create-app.html +257 -53
  34. package/widgets-dist/deployments.html +251 -47
  35. package/widgets-dist/find-apps.html +257 -53
  36. package/widgets-dist/logs.html +256 -52
  37. package/widgets-dist/manifest.json +16 -13
  38. package/widgets-dist/metrics.html +261 -57
  39. package/widgets-dist/np-panel.html +257 -53
  40. package/widgets-dist/overview.html +257 -53
  41. package/widgets-dist/params.html +261 -57
  42. package/widgets-dist/releases.html +257 -53
  43. package/widgets-dist/service-action.html +1118 -0
  44. package/widgets-dist/service-create.html +1117 -0
  45. package/widgets-dist/{playbook.html → service-delete.html} +258 -58
  46. package/widgets-dist/service-link.html +1117 -0
  47. package/widgets-dist/services.html +256 -52
@@ -1,15 +1,18 @@
1
1
  {
2
- "approvals": "ui://widgets/approvals.864dc8f1.html",
3
- "builds": "ui://widgets/builds.91299d2d.html",
4
- "create-app": "ui://widgets/create-app.fba38aeb.html",
5
- "deployments": "ui://widgets/deployments.e78e5ef8.html",
6
- "find-apps": "ui://widgets/find-apps.1da0ffe2.html",
7
- "logs": "ui://widgets/logs.9149f831.html",
8
- "metrics": "ui://widgets/metrics.87922fd6.html",
9
- "np-panel": "ui://widgets/np-panel.bb353f47.html",
10
- "overview": "ui://widgets/overview.70b9a095.html",
11
- "params": "ui://widgets/params.820c6121.html",
12
- "playbook": "ui://widgets/playbook.4e3508b1.html",
13
- "releases": "ui://widgets/releases.cdbed5fb.html",
14
- "services": "ui://widgets/services.09885c14.html"
2
+ "approvals": "ui://widgets/approvals.68e3f7bb.html",
3
+ "builds": "ui://widgets/builds.8d776263.html",
4
+ "create-app": "ui://widgets/create-app.ca22bee0.html",
5
+ "deployments": "ui://widgets/deployments.7747b198.html",
6
+ "find-apps": "ui://widgets/find-apps.37dc7e29.html",
7
+ "logs": "ui://widgets/logs.c4b7c882.html",
8
+ "metrics": "ui://widgets/metrics.ef5b3b91.html",
9
+ "np-panel": "ui://widgets/np-panel.7b01ff9e.html",
10
+ "overview": "ui://widgets/overview.fc2a7d3e.html",
11
+ "params": "ui://widgets/params.1becfbc4.html",
12
+ "releases": "ui://widgets/releases.ae435633.html",
13
+ "service-action": "ui://widgets/service-action.4c86fe29.html",
14
+ "service-create": "ui://widgets/service-create.8e4ca54e.html",
15
+ "service-delete": "ui://widgets/service-delete.3d68b235.html",
16
+ "service-link": "ui://widgets/service-link.7d4eb62f.html",
17
+ "services": "ui://widgets/services.c21d8f06.html"
15
18
  }