@robinmordasiewicz/f5xc-terraform-mcp 3.12.0 → 3.12.1

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/README.md CHANGED
@@ -70,7 +70,7 @@ docker run -p 8080:8080 ghcr.io/modelcontextprotocol/registry:v1.0.0
70
70
  docker run -p 8080:8080 ghcr.io/modelcontextprotocol/registry:main-20250906-abc123d
71
71
  ```
72
72
 
73
- **Available tags:**
73
+ **Available tags:**
74
74
  - **Releases**: `latest`, `v1.0.0`, `v1.1.0`, etc.
75
75
  - **Continuous**: `main` (latest main branch build)
76
76
  - **Development**: `main-<date>-<sha>` (specific commit builds)
@@ -0,0 +1,17 @@
1
+ # Data Sources
2
+
3
+ Terraform data sources for querying existing F5 Distributed Cloud infrastructure.
4
+
5
+ ## Overview
6
+
7
+ Data sources allow you to reference existing F5XC resources in your Terraform configurations without managing them.
8
+
9
+ ## Finding Data Sources
10
+
11
+ Use the navigation menu or search function to find specific data sources.
12
+
13
+ ## Related Documentation
14
+
15
+ - [Guides](../guides/index.md) - Step-by-step tutorials
16
+ - [Resources](../resources/index.md) - Manage infrastructure
17
+ - [Functions](../functions/index.md) - Provider functions
@@ -0,0 +1,18 @@
1
+ # Functions
2
+
3
+ Provider-defined functions for F5 Distributed Cloud operations.
4
+
5
+ ## Overview
6
+
7
+ Functions provide utility operations not available through standard resources.
8
+
9
+ ## Available Functions
10
+
11
+ - **[blindfold](blindfold.md)** - Encrypt plaintext using F5XC blindfold encryption
12
+ - **[blindfold_file](blindfold_file.md)** - Encrypt file contents using F5XC blindfold encryption
13
+
14
+ ## Related Documentation
15
+
16
+ - [Guides](../guides/index.md) - Step-by-step tutorials
17
+ - [Resources](../resources/index.md) - Manage infrastructure
18
+ - [Data Sources](../data-sources/index.md) - Query existing infrastructure
@@ -0,0 +1,18 @@
1
+ # Guides
2
+
3
+ Step-by-step tutorials for common F5 Distributed Cloud scenarios.
4
+
5
+ ## Available Guides
6
+
7
+ - [HTTP Load Balancer](http-loadbalancer.md) - Deploy a basic HTTP Load Balancer
8
+ - [Advanced HTTP Load Balancer Security](advanced-http-loadbalancer.md) - Production-ready security features
9
+ - [Authentication](authentication.md) - Configure provider authentication
10
+ - [Blindfold Encryption](blindfold.md) - Secure secret management
11
+ - [Addon Service Activation](addon-activation.md) - Activate and manage addon services
12
+ - [v3.0.0 Migration](v3-migration.md) - Upgrade from v2.x to v3.0.0
13
+
14
+ ## Related Documentation
15
+
16
+ - [Resources](../resources/index.md)
17
+ - [Data Sources](../data-sources/index.md)
18
+ - [Functions](../functions/index.md)
@@ -0,0 +1,22 @@
1
+ # Resources
2
+
3
+ Terraform resources for managing F5 Distributed Cloud infrastructure.
4
+
5
+ ## Overview
6
+
7
+ This provider includes 150+ resources across all F5XC domains:
8
+
9
+ - **Security**: WAF, DDoS protection, certificates
10
+ - **Networking**: Load balancers, origin pools, DNS
11
+ - **Infrastructure**: Sites, service mesh, cloud infrastructure
12
+ - **Platform**: Tenants, identity, authentication
13
+
14
+ ## Finding Resources
15
+
16
+ Use the navigation menu or search function to find specific resources.
17
+
18
+ ## Related Documentation
19
+
20
+ - [Guides](../guides/index.md) - Step-by-step tutorials
21
+ - [Data Sources](../data-sources/index.md) - Read existing infrastructure
22
+ - [Functions](../functions/index.md) - Provider functions
package/manifest.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "manifest_version": "0.3",
3
3
  "name": "@robinmordasiewicz/f5xc-terraform-mcp",
4
4
  "display_name": "F5 Distributed Cloud Terraform Provider",
5
- "version": "3.11.14",
5
+ "version": "3.12.0",
6
6
  "description": "MCP server providing AI assistants with access to F5 Distributed Cloud Terraform provider documentation, 270+ OpenAPI specifications, subscription tier information, and addon service activation workflows.",
7
7
  "long_description": "Model Context Protocol (MCP) server for F5 Distributed Cloud (F5XC) Terraform provider. Provides AI assistants with comprehensive access to:\n\n- **Terraform Documentation**: Search, retrieve, and explore F5XC resources, data sources, functions, and guides\n- **OpenAPI Specifications**: Query 270+ F5 Distributed Cloud API specs with endpoint discovery and schema definitions\n- **Subscription Intelligence**: Check resource subscription tier requirements (STANDARD, ADVANCED, PREMIUM)\n- **Addon Service Workflows**: List, check activation status, and get activation workflows for F5XC addon services\n- **Metadata & Patterns**: Access validation patterns, oneof constraints, default values, and common configuration mistakes\n\nDesigned for infrastructure-as-code workflows, enabling intelligent Terraform configuration generation with subscription compliance and best practices built-in.",
8
8
  "author": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@robinmordasiewicz/f5xc-terraform-mcp",
3
- "version": "3.12.0",
3
+ "version": "3.12.1",
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",