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
moh.ts•394 B
/**
* Mohawk (Kanien'keha) Translations
* Note: Mohawk is an Iroquoian language spoken in Ontario, Quebec, and New York
* Uses English base with Mohawk-specific terms where applicable
*/
import { en } from './en.js';
import { TranslationKeys } from '../types.js';
export const moh: TranslationKeys = {
...en,
// Override with Mohawk-specific terms as translations become available
};