Skip to main content
Glama
GracefulShutdown.test.ts596 B
import { spawn } from 'child_process'; import axios from 'axios'; describe('Graceful Shutdown', () => { it('should handle SIGTERM signal gracefully', async () => { // Skip this test for now as it requires more complex setup // This is a placeholder for future implementation expect(true).toBe(true); }, 10000); // 10 second timeout it('should handle SIGINT signal gracefully', async () => { // Skip this test for now as it requires more complex setup // This is a placeholder for future implementation expect(true).toBe(true); }, 10000); // 10 second timeout });

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/Nom-nom-hub/fullstack-mcp'

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