@nullplatform/mcp 0.1.12 → 0.1.14

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 (52) hide show
  1. package/dist/i18n.js +6 -0
  2. package/dist/np/context.js +6 -2
  3. package/dist/np/journey.js +15 -0
  4. package/dist/surfaces/developer.js +10 -1
  5. package/dist/tool-names.js +2 -0
  6. package/dist/tools/approvals.js +1 -1
  7. package/dist/tools/builds.js +1 -1
  8. package/dist/tools/create-app.js +40 -28
  9. package/dist/tools/create-link.js +1 -1
  10. package/dist/tools/create-release.js +1 -1
  11. package/dist/tools/create-scope.js +1 -1
  12. package/dist/tools/create-service.js +12 -12
  13. package/dist/tools/delete-link.js +1 -1
  14. package/dist/tools/delete-param.js +1 -1
  15. package/dist/tools/delete-service.js +1 -1
  16. package/dist/tools/deploy.js +1 -1
  17. package/dist/tools/deployments.js +1 -1
  18. package/dist/tools/entity-get.js +36 -0
  19. package/dist/tools/entity-list.js +99 -0
  20. package/dist/tools/find-apps.js +5 -2
  21. package/dist/tools/index.js +4 -0
  22. package/dist/tools/logs.js +1 -1
  23. package/dist/tools/metrics.js +1 -1
  24. package/dist/tools/overview.js +1 -1
  25. package/dist/tools/params.js +1 -1
  26. package/dist/tools/playbook.js +1 -1
  27. package/dist/tools/releases.js +1 -1
  28. package/dist/tools/services.js +1 -1
  29. package/dist/tools/set-params.js +1 -1
  30. package/dist/tools/shared.js +43 -0
  31. package/dist/tools/status.js +1 -1
  32. package/dist/tools/traffic.js +1 -1
  33. package/dist/tools/update-link.js +1 -1
  34. package/dist/tools/update-service.js +1 -1
  35. package/package.json +4 -1
  36. package/widgets-dist/approvals.html +10 -2
  37. package/widgets-dist/builds.html +10 -2
  38. package/widgets-dist/create-app.html +18 -10
  39. package/widgets-dist/deployments.html +10 -2
  40. package/widgets-dist/find-apps.html +10 -2
  41. package/widgets-dist/logs.html +10 -2
  42. package/widgets-dist/manifest.json +16 -16
  43. package/widgets-dist/metrics.html +10 -2
  44. package/widgets-dist/np-panel.html +10 -2
  45. package/widgets-dist/overview.html +19 -11
  46. package/widgets-dist/params.html +22 -14
  47. package/widgets-dist/releases.html +10 -2
  48. package/widgets-dist/service-action.html +9 -1
  49. package/widgets-dist/service-create.html +10 -2
  50. package/widgets-dist/service-delete.html +9 -1
  51. package/widgets-dist/service-link.html +10 -2
  52. package/widgets-dist/services.html +15 -7
@@ -1,18 +1,18 @@
1
1
  {
2
- "approvals": "ui://widgets/approvals.5c1b4e62.html",
3
- "builds": "ui://widgets/builds.a6ee6750.html",
4
- "create-app": "ui://widgets/create-app.74519d5b.html",
5
- "deployments": "ui://widgets/deployments.18ffe13d.html",
6
- "find-apps": "ui://widgets/find-apps.6281a604.html",
7
- "logs": "ui://widgets/logs.070c9501.html",
8
- "metrics": "ui://widgets/metrics.8bbfcdb1.html",
9
- "np-panel": "ui://widgets/np-panel.bbab66c8.html",
10
- "overview": "ui://widgets/overview.962bcd47.html",
11
- "params": "ui://widgets/params.104e6d31.html",
12
- "releases": "ui://widgets/releases.01001290.html",
13
- "service-action": "ui://widgets/service-action.bd76cc05.html",
14
- "service-create": "ui://widgets/service-create.61571471.html",
15
- "service-delete": "ui://widgets/service-delete.42fe98c9.html",
16
- "service-link": "ui://widgets/service-link.0b4739b2.html",
17
- "services": "ui://widgets/services.1da738ba.html"
2
+ "approvals": "ui://widgets/approvals.8c687b08.html",
3
+ "builds": "ui://widgets/builds.4bd95386.html",
4
+ "create-app": "ui://widgets/create-app.a96f58dd.html",
5
+ "deployments": "ui://widgets/deployments.3caa1ab4.html",
6
+ "find-apps": "ui://widgets/find-apps.3e50d2fb.html",
7
+ "logs": "ui://widgets/logs.476148b6.html",
8
+ "metrics": "ui://widgets/metrics.a6e34619.html",
9
+ "np-panel": "ui://widgets/np-panel.facd240c.html",
10
+ "overview": "ui://widgets/overview.53ddff6f.html",
11
+ "params": "ui://widgets/params.3897b88b.html",
12
+ "releases": "ui://widgets/releases.b7076526.html",
13
+ "service-action": "ui://widgets/service-action.c0a20bca.html",
14
+ "service-create": "ui://widgets/service-create.ca516abe.html",
15
+ "service-delete": "ui://widgets/service-delete.bd5c99b9.html",
16
+ "service-link": "ui://widgets/service-link.5f4d6fd1.html",
17
+ "services": "ui://widgets/services.070340db.html"
18
18
  }