@robinmordasiewicz/f5xc-api-mcp 2.0.21-2601091544 → 2.0.21-2601091605

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/dist/version.d.ts CHANGED
@@ -8,7 +8,7 @@
8
8
  * The version comes from package.json to ensure consistency.
9
9
  */
10
10
  /** Package version from package.json */
11
- export declare const VERSION = "2.0.21-2601091544";
11
+ export declare const VERSION = "2.0.21-2601091605";
12
12
  /** Package name */
13
13
  export declare const PACKAGE_NAME = "@robinmordasiewicz/f5xc-api-mcp";
14
14
  /** Upstream F5 XC API version from specs */
package/dist/version.js CHANGED
@@ -8,7 +8,7 @@
8
8
  * The version comes from package.json to ensure consistency.
9
9
  */
10
10
  /** Package version from package.json */
11
- export const VERSION = "2.0.21-2601091544";
11
+ export const VERSION = "2.0.21-2601091605";
12
12
  /** Package name */
13
13
  export const PACKAGE_NAME = "@robinmordasiewicz/f5xc-api-mcp";
14
14
  /** Upstream F5 XC API version from specs */
package/manifest.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "manifest_version": "0.3",
3
3
  "name": "f5xc-api-mcp",
4
4
  "display_name": "F5 Distributed Cloud API",
5
- "version": "2.0.21-2601091544",
5
+ "version": "2.0.21-2601091605",
6
6
  "description": "MCP server for F5 Distributed Cloud API - AI-powered infrastructure management with 1548 tools across 38 domains",
7
7
  "long_description": "Enables AI assistants to manage F5 Distributed Cloud resources including HTTP load balancers, origin pools, WAF policies, DNS zones, and multi-cloud sites. Works in dual mode: documentation mode (no auth) or execution mode (with auth). Provides CURL examples for all API operations.",
8
8
  "author": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@robinmordasiewicz/f5xc-api-mcp",
3
- "version": "2.0.21-2601091544",
3
+ "version": "2.0.21-2601091605",
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",
@@ -103,7 +103,7 @@
103
103
  "dependencies": {
104
104
  "@inquirer/prompts": "^5.0.0",
105
105
  "@modelcontextprotocol/sdk": "^1.0.0",
106
- "@robinmordasiewicz/f5xc-auth": "^1.0.0",
106
+ "@robinmordasiewicz/f5xc-auth": "latest",
107
107
  "@types/node": "^25.0.0",
108
108
  "axios": "^1.7.0",
109
109
  "chalk": "^5.3.0",