We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mntlabs/devserver-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
status.d.ts•257 B
import type { ProcessMonitor } from '../process-monitor.js';
import type { LogParser } from '../log-parser.js';
export declare function createGetDevServerStatus(processMonitor: ProcessMonitor, logParser: LogParser): any;
//# sourceMappingURL=status.d.ts.map