Skip to main content
Glama

MCPMan

by semistrict
basic-connection.test.ts457 B
import { test, expect, describe } from './test-fixtures.js'; describe('Basic MCP Connection Test', () => { test('should list tools', async ({ client }) => { const result = await client.listTools(); expect(result.tools).toBeDefined(); expect(result.tools?.length).toBeGreaterThan(0); const evalTool = result.tools?.find(tool => tool.name === 'eval'); expect(evalTool).toBeDefined(); expect(evalTool?.name).toBe('eval'); }); });

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/semistrict/mcpman'

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