Commit 8296f9e
authored
Add Firewalla MCP Server (github#109)
* Add Firewalla MCP Server
- Real-time network monitoring and security analysis
- 28 specialized tools for firewall management
- Access security alerts, network flows, and device status
- MIT licensed with Docker image ready
* fix: standardize parameter references in server.yaml
- Changed '{{firewalla.msp_id}}' to '{{msp_id}}'
- Changed '{{firewalla.box_id}}' to '{{box_id}}'
- This aligns with the parameter names defined in the parameters section
* fix: update server.yaml to pass all validation checks
- Change secret name from 'firewalla.msp_token' to 'firewalla-mcp-server.msp_token'
- Fix parameter references: {{firewalla.msp_id}} to {{msp_id}}, {{firewalla.box_id}} to {{box_id}}
- Update parameters schema from array to object format with properties
- All docker/mcp-registry validation checks now pass1 parent 8d3d98a commit 8296f9e
1 file changed
+59
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
0 commit comments