Skip to main content
Glama
server.test.ts660 B
/** * Tests for MediaWiki Syntax MCP Server */ import { describe, expect, it } from "vitest"; describe("MediaWiki Syntax Server", () => { it("should be able to import the server module", async () => { // Basic test to ensure the server module can be imported const serverModule = await import("./server.js"); expect(serverModule).toBeDefined(); }); it("should have proper module structure", async () => { // Test that the server module exports what we expect const serverModule = await import("./server.js"); // The server module should be importable without errors expect(typeof serverModule).toBe("object"); }); });

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/kongyo2/MediaWiki-Syntax-MCP'

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