Skip to main content
Glama
close_statement.js361 B
'use strict'; const Command = require('./command'); const Packets = require('../packets/index.js'); class CloseStatement extends Command { constructor(id) { super(); this.id = id; } start(packet, connection) { connection.writePacket(new Packets.CloseStatement(this.id).toPacket(1)); return null; } } module.exports = CloseStatement;

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/michael7736/mysql-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server