Loading...
Loading...
Diagnose and resolve ContextVM connection issues, relay problems, encryption failures, authentication errors, and common deployment problems. Use when users report errors, connection failures, timeout issues, or unexpected behavior with ContextVM clients, servers, gateways, or proxies.
npx skill4agent add contextvm/cvmi troubleshooting# Test relay WebSocket connection
wscat -c wss://relay.contextvm.orgwss://relay.contextvm.orgwss://nos.lolauthors#e{
"kinds": [25910],
"authors": ["<server-pubkey>"],
"#e": ["<request-event-id>"]
}eauthorsesupport_encryption{
"kind": 1059,
"pubkey": "<random-pubkey>",
"tags": [["p", "<server-pubkey>"]],
"content": "<nip44-encrypted-kind-25910>"
}psupport_encryptionpallowedPublicKeysLOG_LEVEL=debug gateway-cli ...
LOG_LEVEL=debug proxy-cli ...{
"kinds": [25910, 1059],
"authors": ["<your-pubkey>"]
}# Run inspector with your STDIO server
npx @modelcontextprotocol/inspector node path/to/server.js
# For Python servers
npx @modelcontextprotocol/inspector uv --directory path/to/server run package-name../overview/references/ceps.md../overview/references/protocol-spec.md../client-dev/references/nostr-way-without-sdks.md../server-dev/references/debugging-inspector.md