Skip to main content
Glama

Hive MCP Server

simple.test.ts412 B
// A simple test to verify Jest is working correctly describe('Simple test', () => { it('should pass basic assertions', () => { expect(1 + 1).toBe(2); expect(true).toBeTruthy(); expect(false).toBeFalsy(); expect('Hello').toContain('Hell'); }); it('should handle async code', async () => { const result = await Promise.resolve('success'); expect(result).toBe('success'); }); });

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/gluneau/hive-mcp-server'

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