mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-12 10:55:51 +02:00
22 lines
554 B
Markdown
22 lines
554 B
Markdown
# MCP Nginx Service Management
|
|
|
|
## Introduction
|
|
|
|
The MCP Nginx Service Management module provides a set of tools and resources for monitoring and controlling the Nginx service. These features enable AI agents and automation tools to query Nginx status, reload configurations, and restart services without requiring traditional command-line interfaces.
|
|
|
|
## Feature List
|
|
|
|
### Get Nginx Status
|
|
|
|
- Type: `tool`
|
|
- Name: `nginx_status`
|
|
|
|
### Reload Nginx
|
|
|
|
- Type: `tool`
|
|
- Name: `nginx_reload`
|
|
|
|
### Restart Nginx Service
|
|
|
|
- Type: `tool`
|
|
- Name: `nginx_restart`
|