Skip to main content
Glama
dacebt

Prompt Cleaner MCP Server

by dacebt
health.test.ts382 B
import { describe, it, expect } from "vitest"; import { callTool } from "../src/tools.js"; describe("health.ping", () => { it("returns ok true in JSON", async () => { const res = await callTool("health-ping", {}); expect(res.content[0].type).toBe("text"); const payload = JSON.parse((res.content[0] as any).text); expect(payload).toEqual({ ok: 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/dacebt/prompt-cleaner-mcp'

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