``` TypeError: issues.map is not a function at file:///home/humphd/.npm/_npx/f972a81b2a5f80e5/node_modules/linear-mcp-server/build/index.js:798:85 ``` https://github.com/jerhadf/linear-mcp-server/blob/main/index.ts#L987 Looks like you can't assume that `searchIssues` returns an Array.
https://github.com/jerhadf/linear-mcp-server/blob/main/index.ts#L987
Looks like you can't assume that
searchIssuesreturns an Array.