Add missing SSE port, LOG_LEVEL, and 8004scan documentation#36
Add missing SSE port, LOG_LEVEL, and 8004scan documentation#36mefai-dev wants to merge 1 commit intobnb-chain:mainfrom
Conversation
Pull Request ReviewThis PR updates documentation for the Sensitive ContentNo sensitive content detected. Security IssuesNo serious security issues detected. Generated by Hashdit Bot. This tool can absolutely NOT replace manual audits. |
## Summary - SSE mode documented the --sse flag but not the PORT env variable or client connection URL - LOG_LEVEL env variable was completely undocumented ## Type of Change - [x] Documentation improvement ## Changes Made - Added PORT env variable documentation (default: 3001) for SSE mode - Added client connection URL: `http://localhost:PORT/sse` - Added LOG_LEVEL env variable (DEBUG, INFO, WARN, ERROR) - Clarified 8004scan explorer reference ## Testing - [x] Verified PORT and LOG_LEVEL against MCP source
2886d1f to
f544f6c
Compare
Pull Request ReviewThis PR updates Sensitive ContentSocial Account:
Security IssuesNo serious security issues detected. Generated by Hashdit Bot. This tool can absolutely NOT replace manual audits. |
SSE mode documented --sse flag but not the PORT env variable or client connection URL. Added PORT documentation, LOG_LEVEL env variable, and clarified 8004scan references.