Skip to main content
Glama
jakedx6
by jakedx6
debug.d.ts1 kB
interface MCPTool { name: string; description: string; inputSchema: any; } /** * Debug tool to check environment and configuration */ export declare const debugEnvironmentTool: MCPTool; export declare const debugEnvironment: (args: any) => Promise<{ environment: { HELIOS_API_URL: string; HELIOS_API_KEY_PREFIX: string; HELIOS_API_KEY_LENGTH: number; NODE_ENV: string; CWD: string; NODE_VERSION: string; }; apiTest: string; timestamp: string; }>; export declare const debugTools: { debugEnvironmentTool: MCPTool; }; export declare const debugHandlers: { debug_environment: (args: any) => Promise<{ environment: { HELIOS_API_URL: string; HELIOS_API_KEY_PREFIX: string; HELIOS_API_KEY_LENGTH: number; NODE_ENV: string; CWD: string; NODE_VERSION: string; }; apiTest: string; timestamp: string; }>; }; export {};

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/jakedx6/helios9-MCP-Server'

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