@stacklabdigital/chatwoot-mcp
Advanced tools
Comparing version
@@ -178,5 +178,14 @@ #!/usr/bin/env node | ||
try { | ||
console.error('[Setup] Iniciando servidor...'); | ||
const transport = new StdioServerTransport(); | ||
console.error('[Setup] Transporte stdio criado'); | ||
transport.onclose = () => { | ||
console.error('[Info] Conexão stdio fechada'); | ||
process.exit(0); | ||
}; | ||
console.error('[Setup] Conectando ao transporte stdio...'); | ||
await this.server.connect(transport); | ||
console.error('[Setup] Conexão estabelecida com sucesso'); | ||
// Mantém o processo vivo | ||
process.stdin.resume(); | ||
console.error('[Setup] Chatwoot MCP server rodando em stdio'); | ||
@@ -183,0 +192,0 @@ } |
{ | ||
"name": "@stacklabdigital/chatwoot-mcp", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Servidor MCP para interagir com a API do Chatwoot", | ||
@@ -5,0 +5,0 @@ "main": "build/index.js", |
12471
3.49%238
3.93%