We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/IAcademico/Weather-MCP-Server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
utf8.d.ts•221 B
import type { Context, Recogniser } from '.';
import { type EncodingName, type Match } from '../match';
export default class Utf8 implements Recogniser {
name(): EncodingName;
match(det: Context): Match | null;
}