Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": "0.3",
"name": "panos-mcp",
"version": "1.3.28",
"version": "1.3.29",
"description": "Control Palo Alto Networks PA-Series firewalls and Panorama with AI. 117 tools across 16 modules: security policies, NAT, objects, VPN, logs, WildFire, GlobalProtect, decryption, and more. Supports staged commits and read-only inspection. For multi-firewall setups use the CLI mode — see github.com/apius-tech/Palo-MCP.",
"author": { "name": "Apius Technologies SA", "url": "https://github.com/apius-tech" },
"homepage": "https://github.com/apius-tech/Palo-MCP",
Expand Down
36 changes: 18 additions & 18 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "panos-mcp",
"version": "1.3.28",
"version": "1.3.29",
"description": "MCP server for Palo Alto Networks PanOS firewalls",
"type": "module",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import { registerUtilityTools } from "./tools/utility.js";

const server = new McpServer({
name: "panos-mcp",
version: "1.3.28",
version: "1.3.29",
});

// Wrap all tool handlers to catch unexpected errors cleanly
Expand Down