#
tokens: 159/50000 2/2 files
lines: off (toggle) GitHub
raw markdown copy
# Directory Structure

```
├── .gitignore
├── DOCUMENTATION.md
├── example_client.py
├── README.md
├── requirements.txt
└── wireshark_mcp
    └── wireshark_mcp_server.py
```

# Files

--------------------------------------------------------------------------------
/.gitignore:
--------------------------------------------------------------------------------

```
# SpecStory explanation file
.specstory/.what-is-this.md

```

--------------------------------------------------------------------------------
/requirements.txt:
--------------------------------------------------------------------------------

```
mcp>=1.4.1
pyshark>=0.6.0
pydantic>=2.7.2
fastapi>=0.95.0
uvicorn>=0.21.0 
flask>=2.0.0
```