@robinmordasiewicz/f5xc-api-mcp 3.0.4 → 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 (2) hide show
  1. package/README.md +97 -28
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -9,13 +9,14 @@ other MCP-compatible tools.
9
9
 
10
10
  ## Features
11
11
 
12
- - **1500+ API Tools** - Complete coverage of F5XC API operations across 22 domains
12
+ - **1500+ API Tools** - Complete coverage of F5XC API operations across 23 enriched domains
13
+ - **Domain-Based Documentation** - Tools organized by business domains with intelligent 2-level and 3-level hierarchical navigation
13
14
  - **Dual-Mode Operation** - Works without authentication (documentation mode) AND with authentication (execution mode)
14
15
  - **f5xcctl Integration** - Every response includes equivalent CLI commands
15
16
  - **Terraform Examples** - Every response includes Terraform HCL examples
16
17
  - **Multiple Auth Methods** - API token and P12 certificate (mTLS) support
17
18
  - **URL Normalization** - Automatically handles various F5XC URL formats
18
- - **Pre-enriched Specs** - Uses optimized OpenAPI 3.0.3 specifications from upstream
19
+ - **Pre-enriched Specs** - Uses optimized OpenAPI 3.0.3 specifications with domain metadata
19
20
 
20
21
  ## Quick Start
21
22
 
@@ -226,32 +227,33 @@ When credentials are provided, the server additionally:
226
227
 
227
228
  Tools follow the naming pattern: `f5xc-api-{domain}-{resource}-{operation}`
228
229
 
229
- ### Domains (22 Total)
230
-
231
- | Domain | Description |
232
- |--------|-------------|
233
- | `load_balancer` | HTTP/TCP/UDP load balancers, origin pools, forward proxy |
234
- | `networking` | Network connectors, firewalls, interfaces, policies |
235
- | `security` | Service policies, WAF, malicious user mitigation |
236
- | `infrastructure` | AWS/Azure/GCP VPC sites, customer edge sites |
237
- | `api_security` | API discovery, protection, definitions |
238
- | `cdn` | CDN load balancers, cache rules |
239
- | `dns` | DNS zones, DNS load balancers, DNS pools |
240
- | `identity` | Authentication, users, roles, RBAC |
241
- | `observability` | Alerts, logs, synthetic monitors |
242
- | `config` | Namespaces, certificates, credentials |
243
- | `nginx` | NGINX One instances, servers, service discovery |
244
- | `bigip` | BIG-IP virtual servers, iRules, APM |
245
- | `vpn` | VPN tunnels, IKE profiles |
246
- | `service_mesh` | Virtual K8s, workloads, K8s clusters |
247
- | `shape_security` | Bot defense, client-side defense |
248
- | `tenant_management` | Multi-tenant management, profiles |
249
- | `billing` | Invoices, payment methods, subscriptions |
250
- | `integrations` | Third-party apps, ticket systems |
251
- | `operations` | Debug, DHCP, ping, traceroute |
252
- | `ai_intelligence` | AI assistant, BFDP |
253
- | `infrastructure_protection` | DDoS protection, firewall rules |
254
- | `subscriptions` | Feature subscriptions, plans |
230
+ ### Domains (23 Total)
231
+
232
+ | Domain | Path Count | Structure | Description |
233
+ |--------|-----------|-----------|-------------|
234
+ | AI Intelligence | 11 | 2-level | AI assistant, BFDP |
235
+ | API Security | 45 | 2-level | API discovery, protection, definitions |
236
+ | BIG-IP Integration | 28 | 2-level | BIG-IP virtual servers, iRules, APM |
237
+ | Billing | 19 | 2-level | Invoices, payment methods, subscriptions |
238
+ | CDN | 31 | 2-level | CDN load balancers, cache rules |
239
+ | DNS | 42 | 2-level | DNS zones, DNS load balancers, DNS pools |
240
+ | Infrastructure | 134 | 3-level | AWS/Azure/GCP VPC sites, customer edge sites |
241
+ | Infrastructure Protection | 72 | 2-level | DDoS protection, firewall rules |
242
+ | Integrations | 26 | 2-level | Third-party apps, ticket systems |
243
+ | Identity | 137 | 3-level | Authentication, users, roles, RBAC |
244
+ | Load Balancing | 89 | 2-level | HTTP/TCP/UDP load balancers, origin pools, forward proxy |
245
+ | Monitoring & Observability | 235 | 3-level | Alerts, logs, synthetic monitors, metrics |
246
+ | NGINX Integration | 34 | 2-level | NGINX One instances, servers, service discovery |
247
+ | Networking | 220 | 3-level | Network connectors, firewalls, interfaces, policies |
248
+ | Operations | 22 | 2-level | Debug, DHCP, ping, traceroute |
249
+ | Regional Edge Configuration | 18 | 2-level | Regional edge settings, policies |
250
+ | Security | 210 | 3-level | Service policies, WAF, malicious user mitigation |
251
+ | Service Mesh | 31 | 2-level | Virtual K8s, workloads, K8s clusters |
252
+ | Shape Security (Bot Defense) | 124 | 3-level | Bot defense, client-side defense |
253
+ | System Configuration | 23 | 2-level | Namespaces, certificates, credentials |
254
+ | Tenant Management | 28 | 2-level | Multi-tenant management, profiles |
255
+ | VPN | 20 | 2-level | VPN tunnels, IKE profiles |
256
+ | Workflows & Automation | 15 | 2-level | Workflow templates, automations |
255
257
 
256
258
  ### Example Tools
257
259
 
@@ -260,6 +262,73 @@ Tools follow the naming pattern: `f5xc-api-{domain}-{resource}-{operation}`
260
262
  - `f5xc-api-networking-network-interface-get`
261
263
  - `f5xc-api-server-info`
262
264
 
265
+ ## Documentation Structure
266
+
267
+ The documentation site is automatically generated from enriched OpenAPI specifications and organized by domain with intelligent hierarchical navigation:
268
+
269
+ ### Two-Level Navigation (Small Domains < 50 paths)
270
+
271
+ Small domains use a simple 2-level structure: Domain → Resource
272
+
273
+ ```
274
+ docs/tools/
275
+ ├── vpn/
276
+ │ ├── ipsec-gateway.md
277
+ │ └── vpn-connection.md
278
+ ├── cdn/
279
+ │ ├── cdn-loadbalancer.md
280
+ │ └── cdn-pool.md
281
+ ```
282
+
283
+ Example: [VPN Tools](https://robinmordasiewicz.github.io/f5xc-api-mcp/tools/vpn/)
284
+
285
+ ### Three-Level Navigation (Large Domains ≥ 50 paths)
286
+
287
+ Large domains use a 3-level structure: Domain → Category (by OpenAPI tag) → Resource
288
+
289
+ ```
290
+ docs/tools/
291
+ ├── observability/
292
+ │ ├── alerts-events/
293
+ │ │ ├── alert-policy.md
294
+ │ │ └── event-manager.md
295
+ │ ├── logging/
296
+ │ │ ├── access-log.md
297
+ │ │ └── audit-log.md
298
+ │ └── metrics-statistics/
299
+ │ └── metric-collector.md
300
+ ```
301
+
302
+ **Large domains (>50 paths) using 3-level navigation:**
303
+ - Monitoring & Observability (235 paths)
304
+ - Networking (220 paths)
305
+ - Security (210 paths)
306
+ - Infrastructure (134 paths)
307
+ - Identity (137 paths)
308
+ - Shape Security (124 paths)
309
+
310
+ ### Automatic Generation
311
+
312
+ Documentation is automatically generated by the build system:
313
+
314
+ ```bash
315
+ # Generate/regenerate documentation
316
+ npm run generate-docs
317
+
318
+ # Build documentation site
319
+ mkdocs build
320
+
321
+ # Preview site locally
322
+ mkdocs serve
323
+ ```
324
+
325
+ The generator automatically:
326
+ - Converts domain titles from snake_case to display format (e.g., `load_balancer` → "Load Balancing")
327
+ - Updates `mkdocs.yml` navigation without manual changes
328
+ - Creates markdown files with API operation details and examples
329
+ - Subdivides large domains based on OpenAPI operation tags
330
+ - Maintains consistent directory structure and naming conventions
331
+
263
332
  ## Workflow Prompts
264
333
 
265
334
  The server includes guided workflow prompts:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@robinmordasiewicz/f5xc-api-mcp",
3
- "version": "3.0.4",
3
+ "version": "3.1.0",
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",