We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/pinepaper/mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
mic.ts•379 B
/**
* Mi'kmaq Translations
* Note: Mi'kmaq is an Eastern Algonquian language spoken in Atlantic Canada
* Uses English base with Mi'kmaq-specific terms where applicable
*/
import { en } from './en.js';
import { TranslationKeys } from '../types.js';
export const mic: TranslationKeys = {
...en,
// Override with Mi'kmaq-specific terms as translations become available
};