Skip to main content
Glama

MCP Hello World

by MillCityAI
testServer.ts•329 B
import { createServer } from '../../src/index.js'; import type { FastifyInstance } from 'fastify'; export async function createTestServer(): Promise<FastifyInstance> { const server = await createServer(); return server; } export async function closeServer(server: FastifyInstance): Promise<void> { await server.close(); }

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/MillCityAI/mcp-hello-world'

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