Skip to main content
Glama
index.test.ts532 B
import { describe, expect, it } from 'vitest'; describe('pylon-mcp', () => { it('should export the expected module structure', async () => { // Basic test to verify the module can be imported const { PylonClient } = await import('../src/pylon-client.js'); expect(PylonClient).toBeDefined(); }); it('should create a PylonClient instance', async () => { const { PylonClient } = await import('../src/pylon-client.js'); const client = new PylonClient({ apiToken: 'test-token' }); expect(client).toBeDefined(); }); });

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/JustinBeckwith/pylon-mcp'

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