/**
* Checks if a string is in Japanese.
* @param {string} text - The string to check.
* @returns {boolean} True if the string is in Japanese, false otherwise.
*/
export function isJapanese(text: string): boolean {
return /[\u3000-\u303F\u3040-\u309F\u30A0-\u30FF\u4E00-\u9FFF]/.test(text);
}
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/morimorig3/overwatch2-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server