@robinmordasiewicz/f5xc-terraform-mcp 3.0.2 → 3.1.0

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 (44) hide show
  1. package/dist/docs/specifications/api/CHANGELOG.md +4 -4
  2. package/dist/docs/specifications/api/README.md +1 -1
  3. package/dist/docs/specifications/api/domains/admin_console_and_ui.json +25 -25
  4. package/dist/docs/specifications/api/domains/ai_services.json +21 -21
  5. package/dist/docs/specifications/api/domains/api.json +173 -173
  6. package/dist/docs/specifications/api/domains/authentication.json +45 -45
  7. package/dist/docs/specifications/api/domains/bigip.json +94 -94
  8. package/dist/docs/specifications/api/domains/billing_and_usage.json +63 -63
  9. package/dist/docs/specifications/api/domains/blindfold.json +109 -109
  10. package/dist/docs/specifications/api/domains/bot_and_threat_defense.json +65 -65
  11. package/dist/docs/specifications/api/domains/cdn.json +177 -177
  12. package/dist/docs/specifications/api/domains/ce_management.json +111 -111
  13. package/dist/docs/specifications/api/domains/certificates.json +75 -75
  14. package/dist/docs/specifications/api/domains/cloud_infrastructure.json +112 -112
  15. package/dist/docs/specifications/api/domains/container_services.json +91 -91
  16. package/dist/docs/specifications/api/domains/data_and_privacy_security.json +66 -66
  17. package/dist/docs/specifications/api/domains/data_intelligence.json +62 -62
  18. package/dist/docs/specifications/api/domains/ddos.json +154 -154
  19. package/dist/docs/specifications/api/domains/dns.json +148 -148
  20. package/dist/docs/specifications/api/domains/managed_kubernetes.json +85 -85
  21. package/dist/docs/specifications/api/domains/marketplace.json +103 -103
  22. package/dist/docs/specifications/api/domains/network.json +230 -230
  23. package/dist/docs/specifications/api/domains/network_security.json +187 -187
  24. package/dist/docs/specifications/api/domains/nginx_one.json +62 -62
  25. package/dist/docs/specifications/api/domains/object_storage.json +12 -12
  26. package/dist/docs/specifications/api/domains/observability.json +102 -102
  27. package/dist/docs/specifications/api/domains/rate_limiting.json +52 -52
  28. package/dist/docs/specifications/api/domains/secops_and_incident_response.json +36 -36
  29. package/dist/docs/specifications/api/domains/service_mesh.json +119 -119
  30. package/dist/docs/specifications/api/domains/shape.json +313 -313
  31. package/dist/docs/specifications/api/domains/sites.json +349 -349
  32. package/dist/docs/specifications/api/domains/statistics.json +225 -225
  33. package/dist/docs/specifications/api/domains/support.json +108 -108
  34. package/dist/docs/specifications/api/domains/telemetry_and_insights.json +72 -72
  35. package/dist/docs/specifications/api/domains/tenant_and_identity.json +268 -268
  36. package/dist/docs/specifications/api/domains/threat_campaign.json +66 -66
  37. package/dist/docs/specifications/api/domains/users.json +66 -66
  38. package/dist/docs/specifications/api/domains/virtual.json +244 -244
  39. package/dist/docs/specifications/api/domains/vpm_and_node_management.json +1 -1
  40. package/dist/docs/specifications/api/domains/waf.json +139 -139
  41. package/dist/docs/specifications/api/index.json +99 -4
  42. package/dist/docs/specifications/api/openapi.json +2616 -2616
  43. package/dist/docs/specifications/api/openapi.yaml +2616 -2616
  44. package/package.json +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@robinmordasiewicz/f5xc-terraform-mcp",
3
- "version": "3.0.2",
3
+ "version": "3.1.0",
4
4
  "description": "MCP server for F5 Distributed Cloud Terraform provider - documentation, 270+ OpenAPI specs, subscription info, and addon activation workflows for AI assistants",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",