Skip to main content
Glama
play-store.ts808 B
import { GooglePlayService } from "@/core/services/google-play-service"; const googlePlayService = new GooglePlayService(); /** * Google Play authentication status check tool */ export async function handleAuthPlayStore() { const result = await googlePlayService.verifyAuth(); if (result.success && result.data) { return { content: [ { type: "text" as const, text: JSON.stringify( { ok: true, client_email: result.data.client_email, project_id: result.data.project_id, }, null, 2 ), }, ], }; } return { content: [ { type: "text" as const, text: result.error || "An unknown error occurred.", }, ], }; }

Latest Blog Posts

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/quartz-labs-dev/pabal-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server