Skip to main content
Glama

API Registry MCP Server

DebugService.ts•699 B
/* generated using openapi-typescript-codegen -- do not edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ import type { CancelablePromise } from '../core/CancelablePromise'; import { OpenAPI } from '../core/OpenAPI'; import { request as __request } from '../core/request'; export class DebugService { /** * Get Auth Status * Debug endpoint to show current authentication status. * @returns any Successful Response * @throws ApiError */ public static getAuthStatusApiDebugAuthStatusGet(): CancelablePromise<any> { return __request(OpenAPI, { method: 'GET', url: '/api/debug/auth-status', }); } }

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/lucamilletti99/dataverse_mcp_server'

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