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
cr.ts•367 B
/**
* Cree (Nehiyawewin) Translations
* Note: Cree is an Algonquian language spoken across Canada
* Uses English base with Cree-specific terms where applicable
*/
import { en } from './en.js';
import { TranslationKeys } from '../types.js';
export const cr: TranslationKeys = {
...en,
// Override with Cree-specific terms as translations become available
};