@robinmordasiewicz/f5xc-terraform-mcp 2.11.0 → 2.12.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.
package/README.md CHANGED
@@ -16,20 +16,31 @@ Choose the installation method that best fits your environment:
16
16
 
17
17
  | Method | Best For | Requirements |
18
18
  |--------|----------|--------------|
19
- | [VSCode MCP Gallery](#vscode-mcp-gallery) | VSCode users with Node.js | VSCode 1.99+, Node.js |
19
+ | [VSCode MCP Gallery](#vscode-mcp-gallery) | VSCode users (easiest) | VSCode 1.99+ |
20
20
  | [npx (Recommended)](#from-npm) | Developers with Node.js | Node.js 18+ |
21
- | [MCPB Bundle](#mcpb-bundle-no-nodejs-required) | Corporate laptops | None |
21
+ | [MCPB Bundle](#mcpb-bundle-no-nodejs-required) | Corporate laptops (no Node.js) | None |
22
22
  | [From Source](#from-source) | Contributors | Node.js 18+, npm |
23
23
 
24
24
  ### VSCode MCP Gallery
25
25
 
26
- The easiest way to install if you're using VSCode with GitHub Copilot:
26
+ The easiest way to install for VSCode users. Choose from multiple options:
27
+
28
+ **Option A: MCP Gallery Search (Recommended for VSCode 1.105+)**
29
+
30
+ 1. Open VSCode
31
+ 2. Open the Extensions view (`Ctrl+Shift+X` / `Cmd+Shift+X`)
32
+ 3. Type `@MCP` in the search box to filter MCP servers
33
+ 4. Search for `f5xc` or `F5 Distributed Cloud`
34
+ 5. Click **Install**
35
+
36
+ **Option B: Command Palette**
27
37
 
28
38
  1. Open VSCode
29
39
  2. Press `Ctrl+Shift+P` / `Cmd+Shift+P` to open Command Palette
30
40
  3. Run `MCP: Add Server`
31
- 4. Search for `f5xc` or `@robinmordasiewicz/f5xc-terraform-mcp`
32
- 5. Click Install
41
+ 4. Select `npm package`
42
+ 5. Enter: `@robinmordasiewicz/f5xc-terraform-mcp`
43
+ 6. Choose scope: **Global** (all workspaces) or **Workspace** (this project only)
33
44
 
34
45
  ### From npm
35
46
 
@@ -45,14 +56,26 @@ npx @robinmordasiewicz/f5xc-terraform-mcp
45
56
 
46
57
  ### MCPB Bundle (No Node.js Required)
47
58
 
48
- For corporate environments where Node.js cannot be installed:
59
+ For corporate environments where Node.js cannot be installed. The MCPB bundle is fully self-contained with all dependencies included.
60
+
61
+ **For VSCode:**
62
+
63
+ 1. Download the latest `.mcpb` file from [GitHub Releases](https://github.com/robinmordasiewicz/terraform-provider-f5xc/releases)
64
+ 2. In VSCode, press `Ctrl+Shift+P` / `Cmd+Shift+P`
65
+ 3. Run `MCP: Add Server`
66
+ 4. Drag and drop the `.mcpb` file, or select it when prompted
67
+ 5. Run `MCP: List Servers` to verify installation
68
+
69
+ **For Claude Desktop:**
49
70
 
50
71
  1. Download the latest `.mcpb` file from [GitHub Releases](https://github.com/robinmordasiewicz/terraform-provider-f5xc/releases)
51
- 2. Double-click the file to install, or drag it into Claude Desktop / VSCode
52
- 3. The bundle includes everything needed - no external dependencies
72
+ 2. Double-click the file to install, or drag it into Claude Desktop
73
+ 3. Restart Claude Desktop to activate
53
74
 
54
75
  **File**: `f5xc-terraform-mcp-X.Y.Z.mcpb`
55
76
 
77
+ -> **Note:** MCPB bundles are automatically built and attached to each GitHub Release. No npm or Node.js installation is required.
78
+
56
79
  ### From Source
57
80
 
58
81
  ```bash
@@ -174,6 +197,18 @@ To make the MCP server available across all workspaces, add to your VS Code user
174
197
  }
175
198
  ```
176
199
 
200
+ **Verify VSCode Installation:**
201
+
202
+ 1. Press `Ctrl+Shift+P` / `Cmd+Shift+P`
203
+ 2. Run `MCP: List Servers`
204
+ 3. Look for `f5xc-terraform` with a green status indicator
205
+
206
+ **Troubleshooting VSCode:**
207
+
208
+ - **Server not appearing**: Restart VSCode after adding the server configuration
209
+ - **Connection issues**: Check the Output panel (`View > Output`) and select "MCP" from the dropdown
210
+ - **Node.js not found**: Use the [MCPB Bundle](#mcpb-bundle-no-nodejs-required) method instead
211
+
177
212
  ## Available Tools
178
213
 
179
214
  ### Documentation Tools
@@ -49,6 +49,8 @@ resource "f5xc_api_credential" "example" {
49
49
 
50
50
  <a id="name"></a>&#x2022; [`name`](#name) - Required String<br>Name of the API Credential. Must be unique within the namespace
51
51
 
52
+ <a id="namespace"></a>&#x2022; [`namespace`](#namespace) - Required String<br>Namespace where the API Credential will be created
53
+
52
54
  <a id="annotations"></a>&#x2022; [`annotations`](#annotations) - Optional Map<br>Annotations is an unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata
53
55
 
54
56
  <a id="description"></a>&#x2022; [`description`](#description) - Optional String<br>Human readable description for the object
@@ -57,8 +59,6 @@ resource "f5xc_api_credential" "example" {
57
59
 
58
60
  <a id="labels"></a>&#x2022; [`labels`](#labels) - Optional Map<br>Labels is a user defined key value map that can be attached to resources for organization and filtering
59
61
 
60
- <a id="namespace"></a>&#x2022; [`namespace`](#namespace) - Optional String<br>Namespace for the API Credential. For this resource type, namespace should be empty or omitted
61
-
62
62
  ### Spec Argument Reference
63
63
 
64
64
  <a id="password"></a>&#x2022; [`password`](#password) - Optional String<br>Password. Password is used for generating an API certificate P12 bundle user can use to protect access to it. this password will not be saved/persisted anywhere in the system. Applicable for credential type API_CERTIFICATE Users have to use this password when they use the certificate, e.g. in curl or while adding to key chain
@@ -54,8 +54,6 @@ resource "f5xc_child_tenant" "example" {
54
54
 
55
55
  <a id="name"></a>&#x2022; [`name`](#name) - Required String<br>Name of the Child Tenant. Must be unique within the namespace
56
56
 
57
- <a id="namespace"></a>&#x2022; [`namespace`](#namespace) - Required String<br>Namespace where the Child Tenant will be created
58
-
59
57
  <a id="annotations"></a>&#x2022; [`annotations`](#annotations) - Optional Map<br>Annotations is an unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata
60
58
 
61
59
  <a id="description"></a>&#x2022; [`description`](#description) - Optional String<br>Human readable description for the object
@@ -64,6 +62,8 @@ resource "f5xc_child_tenant" "example" {
64
62
 
65
63
  <a id="labels"></a>&#x2022; [`labels`](#labels) - Optional Map<br>Labels is a user defined key value map that can be attached to resources for organization and filtering
66
64
 
65
+ <a id="namespace"></a>&#x2022; [`namespace`](#namespace) - Optional String<br>Namespace for the Child Tenant. For this resource type, namespace should be empty or omitted
66
+
67
67
  ### Spec Argument Reference
68
68
 
69
69
  <a id="child-tenant-manager"></a>&#x2022; [`child_tenant_manager`](#child-tenant-manager) - Optional Block<br>Object reference. This type establishes a direct reference from one object(the referrer) to another(the referred). Such a reference is in form of tenant/namespace/name<br>See [Child Tenant Manager](#child-tenant-manager) below for details.
@@ -54,8 +54,6 @@ resource "f5xc_cloud_connect" "example" {
54
54
 
55
55
  <a id="name"></a>&#x2022; [`name`](#name) - Required String<br>Name of the Cloud Connect. Must be unique within the namespace
56
56
 
57
- <a id="namespace"></a>&#x2022; [`namespace`](#namespace) - Required String<br>Namespace where the Cloud Connect will be created
58
-
59
57
  <a id="annotations"></a>&#x2022; [`annotations`](#annotations) - Optional Map<br>Annotations is an unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata
60
58
 
61
59
  <a id="description"></a>&#x2022; [`description`](#description) - Optional String<br>Human readable description for the object
@@ -64,6 +62,8 @@ resource "f5xc_cloud_connect" "example" {
64
62
 
65
63
  <a id="labels"></a>&#x2022; [`labels`](#labels) - Optional Map<br>Labels is a user defined key value map that can be attached to resources for organization and filtering
66
64
 
65
+ <a id="namespace"></a>&#x2022; [`namespace`](#namespace) - Optional String<br>Namespace for the Cloud Connect. For this resource type, namespace should be empty or omitted
66
+
67
67
  ### Spec Argument Reference
68
68
 
69
69
  -> **One of the following:**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@robinmordasiewicz/f5xc-terraform-mcp",
3
- "version": "2.11.0",
3
+ "version": "2.12.0",
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",