@robinmordasiewicz/f5xc-api-mcp 1.0.91-2601040305 → 1.0.91-2601040355

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 (2) hide show
  1. package/README.md +4 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -238,9 +238,9 @@ Tools follow the naming pattern: `f5xc-api-{domain}-{resource}-{operation}`
238
238
 
239
239
  ### Example Tools
240
240
 
241
- - `f5xc-api-loadbalancer-http-loadbalancer-create`
242
- - `f5xc-api-loadbalancer-origin-pool-list`
243
- - `f5xc-api-networking-network-interface-get`
241
+ - `f5xc-api-virtual-http-loadbalancer-create`
242
+ - `f5xc-api-virtual-origin-pool-list`
243
+ - `f5xc-api-cemanagement-network-interface-get`
244
244
  - `f5xc-api-server-info`
245
245
 
246
246
  ## Documentation Structure
@@ -405,7 +405,7 @@ export F5XC_TLS_INSECURE=true
405
405
 
406
406
  ### Prerequisites
407
407
 
408
- - Node.js 20+
408
+ - Node.js 24+
409
409
  - npm 9+
410
410
 
411
411
  ### Setup
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@robinmordasiewicz/f5xc-api-mcp",
3
- "version": "1.0.91-2601040305",
3
+ "version": "1.0.91-2601040355",
4
4
  "description": "F5 Distributed Cloud API MCP Server - Exposes F5XC APIs to AI assistants via Model Context Protocol",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",