Skip to main content
Glama
PreistlyPython

Wireshark MCP Server

push_to_github.shโ€ข1.27 kB
#!/bin/bash # Wireshark MCP GitHub Push Script # Run this after creating the GitHub repositories echo "๐Ÿš€ Pushing Wireshark MCP to GitHub repositories..." # Update remotes with correct URLs echo "๐Ÿ“‹ Setting up remotes..." # Remotes already set correctly, just verify echo "โœ… Remotes already configured correctly" echo "๐Ÿ”„ Current remotes:" git remote -v echo "" echo "๐Ÿ“ก Pushing to personal repository (origin)..." git push -u origin master if [ $? -eq 0 ]; then echo "โœ… Successfully pushed to personal repository" else echo "โŒ Failed to push to personal repository" echo "Make sure the repository exists: https://github.com/PriestlyPython/wireshark-mcp" exit 1 fi echo "" echo "๐Ÿ“ก Pushing to organization repository (org)..." git push -u org master if [ $? -eq 0 ]; then echo "โœ… Successfully pushed to organization repository" else echo "โŒ Failed to push to organization repository" echo "Make sure the repository exists: https://github.com/optinampout/wireshark-mcp" exit 1 fi echo "" echo "๐ŸŽ‰ Successfully pushed to both repositories!" echo "๐Ÿ“‹ Repositories:" echo " - Personal: https://github.com/PriestlyPython/wireshark-mcp" echo " - Organization: https://github.com/optinampout/wireshark-mcp"

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/PreistlyPython/wireshark-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server