Skip to main content
Glama

Weather & Stock MCP Server

by Jeetinida
notices.d.ts505 B
declare const logger: ({ info: () => void; warn: () => void; error: () => void; debug: () => void; } & import("./options.js").Logger) | Console; type Notice = { id: string; text: string; level?: keyof typeof logger; onceOnly?: boolean; suppress?: boolean; }; declare const notices: Record<string, Notice>; export declare function showNotice(id: keyof typeof notices): void; export declare function suppressNotices(noticeIds: (keyof typeof notices)[]): void; export {};

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/Jeetinida/stocknews-mcp'

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