import { parseListObjectsResponse } from "./parseListObjectsResponse";
/**
* Extracts just the IDs from a list_issues response for backward compatibility
*/
export function extractObjectIds(responseText: string): string[] {
const summaries = parseListObjectsResponse(responseText);
return summaries.map((summary) => summary.id);
}
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/langadventurellc/task-trellis-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server