Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PYTHONPATH | No | 确保 Python 能找到项目模块的路径,通常指向项目中的 src 目录 (Path to ensure Python can find the project modules, typically pointing to the src directory). | |
| TSHARK_PATH | No | TShark 可执行文件的绝对路径 (Absolute path to the TShark executable). If not provided, the server will attempt to find it in the system PATH. |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |