Skip to content

Commit 7dd6977

Browse files
committed
chore: add MCP server registry metadata
1 parent c3d5eaa commit 7dd6977

2 files changed

Lines changed: 56 additions & 0 deletions

File tree

.well-known/mcp/server.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{
2+
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
3+
"name": "io.github.bx33661/wireshark-mcp",
4+
"title": "Wireshark MCP",
5+
"description": "Analyze packet captures with Wireshark and tshark through the Model Context Protocol.",
6+
"version": "2.0.0",
7+
"repository": {
8+
"url": "https://github.com/bx33661/Wireshark-MCP",
9+
"source": "github"
10+
},
11+
"websiteUrl": "https://github.com/bx33661/Wireshark-MCP",
12+
"icons": [
13+
{
14+
"src": "https://raw.githubusercontent.com/bx33661/Wireshark-MCP/main/Logo.png",
15+
"mimeType": "image/png"
16+
}
17+
],
18+
"packages": [
19+
{
20+
"registryType": "pypi",
21+
"identifier": "wireshark-mcp",
22+
"version": "2.0.0",
23+
"transport": {
24+
"type": "stdio"
25+
}
26+
}
27+
]
28+
}

server.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{
2+
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
3+
"name": "io.github.bx33661/wireshark-mcp",
4+
"title": "Wireshark MCP",
5+
"description": "Analyze packet captures with Wireshark and tshark through the Model Context Protocol.",
6+
"version": "2.0.0",
7+
"repository": {
8+
"url": "https://github.com/bx33661/Wireshark-MCP",
9+
"source": "github"
10+
},
11+
"websiteUrl": "https://github.com/bx33661/Wireshark-MCP",
12+
"icons": [
13+
{
14+
"src": "https://raw.githubusercontent.com/bx33661/Wireshark-MCP/main/Logo.png",
15+
"mimeType": "image/png"
16+
}
17+
],
18+
"packages": [
19+
{
20+
"registryType": "pypi",
21+
"identifier": "wireshark-mcp",
22+
"version": "2.0.0",
23+
"transport": {
24+
"type": "stdio"
25+
}
26+
}
27+
]
28+
}

0 commit comments

Comments
 (0)