You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@stacklabdigital/chatwoot-mcp

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stacklabdigital/chatwoot-mcp - npm Package Compare versions

Comparing version

to
1.0.3

9

build/index.js

@@ -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 @@ }

2

package.json
{
"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",