Skip to main content
Glama

OpenTK Model Context Protocol Server

by r-huijts
api-service.test.ts957 B
import { ApiService } from '../services/api'; // Skip these tests in CI environments const itLive = process.env.CI ? it.skip : it; // Set a longer timeout for these tests since they hit real endpoints describe('ApiService', () => { let apiService: ApiService; beforeEach(() => { apiService = new ApiService(); }); describe('fetchJson', () => { it('should fetch and parse JSON data', async () => { // TODO: Add actual test implementation expect(true).toBe(true); }); it('should handle API errors gracefully', async () => { // TODO: Add error handling test expect(true).toBe(true); }); }); describe('search', () => { it('should perform basic keyword search', async () => { // TODO: Add search test expect(true).toBe(true); }); it('should handle complex search queries', async () => { // TODO: Add complex query test expect(true).toBe(true); }); }); });

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/r-huijts/opentk-mcp'

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