Initial commit: SSE wrapper for MCP stdio servers

- sse-wrapper.js: converte qualquer MCP stdio em SSE server
- .gitignore: Node.js standard
- README.txt: documentacao basica
This commit is contained in:
2026-03-04 19:59:19 +00:00
commit 59d699b557
4 changed files with 249 additions and 0 deletions

12
.gitignore vendored Normal file
View File

@@ -0,0 +1,12 @@
node_modules/
dist/
build/
.env
.env.*
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.DS_Store
.claude-logs/
coverage/