@robinmordasiewicz/f5xc-terraform-mcp 2.12.2 → 2.12.3
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 +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -74,7 +74,7 @@ For corporate environments where Node.js cannot be installed. The MCPB bundle is
|
|
|
74
74
|
|
|
75
75
|
**File**: `f5xc-terraform-mcp-X.Y.Z.mcpb`
|
|
76
76
|
|
|
77
|
-
|
|
77
|
+
> **Note:** MCPB bundles are automatically built and attached to each GitHub Release. No npm or Node.js installation is required. The bundle includes a self-contained Node.js runtime.
|
|
78
78
|
|
|
79
79
|
### From Source
|
|
80
80
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@robinmordasiewicz/f5xc-terraform-mcp",
|
|
3
|
-
"version": "2.12.
|
|
3
|
+
"version": "2.12.3",
|
|
4
4
|
"description": "MCP server for F5 Distributed Cloud Terraform provider - provides documentation and API specification access for AI assistants",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|