MCPcopy Index your code
hub / github.com/alexanderGugel/wsd

github.com/alexanderGugel/wsd @v0.1.0

Chat with this repo
repository ↗ · DeepWiki ↗ · release v0.1.0 ↗ · + Follow
7 symbols 15 edges 1 files 0 documented · 0% updated 8y ago★ 4225 open issues
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

wsd

= WebSocket Debugger

Build Status

Terminal Demo

Simple command line utility for debugging WebSocket servers.

Installation

Via go-get:

$ go get github.com/alexanderGugel/wsd

Usage

Command-line usage:

Usage of ./wsd: -help Display help information about wsd -insecureSkipVerify Skip TLS certificate verification -origin string origin of WebSocket client (default "http://localhost/") -protocol string WebSocket subprotocol -url string WebSocket server address to connect to (default "ws://localhost:1337/ws") -version Display version number

Why?

Debugging WebSocket servers should be as simple as firing up cURL. No need for dozens of flags, just type wsd -url=ws://localhost:1337/ws and you're connected.

License

MIT

Core symbols most depended-on inside this repo

Shape

Function 7

Languages

Go100%

Modules by API surface

main.go7 symbols

For agents

$ claude mcp add wsd \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page