Skip to main content
Glama
integration.test.tsβ€’597 B
import { describe, expect, it } from "vitest"; import { startServer } from "../src/index.js"; describe("MCP Server Integration", () => { it("should list all tools including new MCP tools", async () => { const { server } = await startServer(); // Mock the ListToolsRequestSchema handler call // This is a simplified test to verify our tools are registered expect(server).toBeDefined(); }); it("should have proper error handling", async () => { const { server } = await startServer(); // Verify server is created with proper configuration expect(server).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/snapback-dev/mcp-server'

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