Skip to main content
Glama

MCP Server Starter

by GreatAuk
getAlert.test.ts290 B
import { expect, test, describe } from "bun:test"; import { getAlert } from "./index"; describe("getAlert", () => { test("should fetch weather alerts for a valid state code", async () => { const result = await getAlert({ stateCode: "CA" }); expect(result).toBeTruthy(); }); });

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/GreatAuk/mcp-weather'

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