mcpcap 0.2.1__tar.gz → 0.2.3__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {mcpcap-0.2.1/src/mcpcap.egg-info → mcpcap-0.2.3}/PKG-INFO +2 -2
- {mcpcap-0.2.1 → mcpcap-0.2.3}/README.md +1 -1
- mcpcap-0.2.3/docs/source/_static/.gitkeep +2 -0
- {mcpcap-0.2.1 → mcpcap-0.2.3}/docs/source/conf.py +0 -1
- {mcpcap-0.2.1 → mcpcap-0.2.3}/docs/source/user-guide/quickstart.md +2 -2
- mcpcap-0.2.3/readme-assets/mcpcap-logo.png +0 -0
- {mcpcap-0.2.1 → mcpcap-0.2.3}/src/mcpcap/_version.py +3 -3
- {mcpcap-0.2.1 → mcpcap-0.2.3/src/mcpcap.egg-info}/PKG-INFO +2 -2
- {mcpcap-0.2.1 → mcpcap-0.2.3}/src/mcpcap.egg-info/SOURCES.txt +2 -1
- mcpcap-0.2.1/readme-assets/logo.png +0 -0
- {mcpcap-0.2.1 → mcpcap-0.2.3}/.DS_Store +0 -0
- {mcpcap-0.2.1 → mcpcap-0.2.3}/.github/FUNDING.yml +0 -0
- {mcpcap-0.2.1 → mcpcap-0.2.3}/.github/workflows/release.yml +0 -0
- {mcpcap-0.2.1 → mcpcap-0.2.3}/.github/workflows/test.yml +0 -0
- {mcpcap-0.2.1 → mcpcap-0.2.3}/.gitignore +0 -0
- {mcpcap-0.2.1 → mcpcap-0.2.3}/.readthedocs.yaml +0 -0
- {mcpcap-0.2.1 → mcpcap-0.2.3}/LICENSE +0 -0
- {mcpcap-0.2.1 → mcpcap-0.2.3}/docs/Makefile +0 -0
- {mcpcap-0.2.1 → mcpcap-0.2.3}/docs/source/api/cli.rst +0 -0
- {mcpcap-0.2.1 → mcpcap-0.2.3}/docs/source/api/core.rst +0 -0
- {mcpcap-0.2.1 → mcpcap-0.2.3}/docs/source/api/modules.rst +0 -0
- {mcpcap-0.2.1 → mcpcap-0.2.3}/docs/source/index.rst +0 -0
- {mcpcap-0.2.1 → mcpcap-0.2.3}/docs/source/user-guide/analysis-guides.md +0 -0
- {mcpcap-0.2.1 → mcpcap-0.2.3}/docs/source/user-guide/installation.md +0 -0
- {mcpcap-0.2.1 → mcpcap-0.2.3}/docs/source/user-guide/mcp-integration.md +0 -0
- {mcpcap-0.2.1 → mcpcap-0.2.3}/examples/README.md +0 -0
- {mcpcap-0.2.1 → mcpcap-0.2.3}/examples/dns.pcap +0 -0
- {mcpcap-0.2.1 → mcpcap-0.2.3}/pyproject.toml +0 -0
- {mcpcap-0.2.1 → mcpcap-0.2.3}/requirements.txt +0 -0
- {mcpcap-0.2.1 → mcpcap-0.2.3}/setup.cfg +0 -0
- {mcpcap-0.2.1 → mcpcap-0.2.3}/src/mcpcap/__init__.py +0 -0
- {mcpcap-0.2.1 → mcpcap-0.2.3}/src/mcpcap/cli.py +0 -0
- {mcpcap-0.2.1 → mcpcap-0.2.3}/src/mcpcap/core/__init__.py +0 -0
- {mcpcap-0.2.1 → mcpcap-0.2.3}/src/mcpcap/core/config.py +0 -0
- {mcpcap-0.2.1 → mcpcap-0.2.3}/src/mcpcap/core/server.py +0 -0
- {mcpcap-0.2.1 → mcpcap-0.2.3}/src/mcpcap/modules/__init__.py +0 -0
- {mcpcap-0.2.1 → mcpcap-0.2.3}/src/mcpcap/modules/base.py +0 -0
- {mcpcap-0.2.1 → mcpcap-0.2.3}/src/mcpcap/modules/dns.py +0 -0
- {mcpcap-0.2.1 → mcpcap-0.2.3}/src/mcpcap/resources/__init__.py +0 -0
- {mcpcap-0.2.1 → mcpcap-0.2.3}/src/mcpcap/resources/references.py +0 -0
- {mcpcap-0.2.1 → mcpcap-0.2.3}/src/mcpcap.egg-info/dependency_links.txt +0 -0
- {mcpcap-0.2.1 → mcpcap-0.2.3}/src/mcpcap.egg-info/entry_points.txt +0 -0
- {mcpcap-0.2.1 → mcpcap-0.2.3}/src/mcpcap.egg-info/requires.txt +0 -0
- {mcpcap-0.2.1 → mcpcap-0.2.3}/src/mcpcap.egg-info/top_level.txt +0 -0
- {mcpcap-0.2.1 → mcpcap-0.2.3}/tests/__init__.py +0 -0
- {mcpcap-0.2.1 → mcpcap-0.2.3}/tests/test_cli.py +0 -0
- {mcpcap-0.2.1 → mcpcap-0.2.3}/tests/test_dns.py +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: mcpcap
|
3
|
-
Version: 0.2.
|
3
|
+
Version: 0.2.3
|
4
4
|
Summary: A modular Python MCP Server for analyzing PCAP files
|
5
5
|
Author: mcpcap contributors
|
6
6
|
License: MIT
|
@@ -43,7 +43,7 @@ Dynamic: license-file
|
|
43
43
|
|
44
44
|
# mcpcap
|
45
45
|
|
46
|
-

|
46
|
+

|
47
47
|
|
48
48
|
A modular Python MCP (Model Context Protocol) Server for analyzing PCAP files. mcpcap enables LLMs to read and analyze network packet captures from local or remote sources, providing structured JSON responses about network traffic.
|
49
49
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# mcpcap
|
2
2
|
|
3
|
-

|
3
|
+

|
4
4
|
|
5
5
|
A modular Python MCP (Model Context Protocol) Server for analyzing PCAP files. mcpcap enables LLMs to read and analyze network packet captures from local or remote sources, providing structured JSON responses about network traffic.
|
6
6
|
|
@@ -87,7 +87,7 @@ Use the `list_dns_packets` tool with a filename:
|
|
87
87
|
"stackoverflow.com"
|
88
88
|
]
|
89
89
|
},
|
90
|
-
"packets": [...]
|
90
|
+
"packets": ["..."]
|
91
91
|
}
|
92
92
|
```
|
93
93
|
|
@@ -133,7 +133,7 @@ Here's a typical analysis workflow:
|
|
133
133
|
|
134
134
|
- Explore the [MCP Integration Guide](mcp-integration.md) for detailed client setup
|
135
135
|
- Read the [Analysis Guides](analysis-guides.md) for advanced techniques
|
136
|
-
- Check out the
|
136
|
+
- Check out the examples directory for real-world scenarios
|
137
137
|
|
138
138
|
## Common Issues
|
139
139
|
|
Binary file
|
@@ -28,7 +28,7 @@ version_tuple: VERSION_TUPLE
|
|
28
28
|
commit_id: COMMIT_ID
|
29
29
|
__commit_id__: COMMIT_ID
|
30
30
|
|
31
|
-
__version__ = version = '0.2.
|
32
|
-
__version_tuple__ = version_tuple = (0, 2,
|
31
|
+
__version__ = version = '0.2.3'
|
32
|
+
__version_tuple__ = version_tuple = (0, 2, 3)
|
33
33
|
|
34
|
-
__commit_id__ = commit_id = '
|
34
|
+
__commit_id__ = commit_id = 'gc314cc63d'
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: mcpcap
|
3
|
-
Version: 0.2.
|
3
|
+
Version: 0.2.3
|
4
4
|
Summary: A modular Python MCP Server for analyzing PCAP files
|
5
5
|
Author: mcpcap contributors
|
6
6
|
License: MIT
|
@@ -43,7 +43,7 @@ Dynamic: license-file
|
|
43
43
|
|
44
44
|
# mcpcap
|
45
45
|
|
46
|
-

|
46
|
+

|
47
47
|
|
48
48
|
A modular Python MCP (Model Context Protocol) Server for analyzing PCAP files. mcpcap enables LLMs to read and analyze network packet captures from local or remote sources, providing structured JSON responses about network traffic.
|
49
49
|
|
@@ -11,6 +11,7 @@ requirements.txt
|
|
11
11
|
docs/Makefile
|
12
12
|
docs/source/conf.py
|
13
13
|
docs/source/index.rst
|
14
|
+
docs/source/_static/.gitkeep
|
14
15
|
docs/source/api/cli.rst
|
15
16
|
docs/source/api/core.rst
|
16
17
|
docs/source/api/modules.rst
|
@@ -20,7 +21,7 @@ docs/source/user-guide/mcp-integration.md
|
|
20
21
|
docs/source/user-guide/quickstart.md
|
21
22
|
examples/README.md
|
22
23
|
examples/dns.pcap
|
23
|
-
readme-assets/logo.png
|
24
|
+
readme-assets/mcpcap-logo.png
|
24
25
|
src/mcpcap/__init__.py
|
25
26
|
src/mcpcap/_version.py
|
26
27
|
src/mcpcap/cli.py
|
Binary file
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|