Frontmatter
| id | 8274 |
| title | [Neural Link] Parameterize inspectStore limit and offset |
| state | Closed |
| labels | enhancementai |
| assignees | tobiu |
| createdAt | Jan 1, 2026, 6:58 PM |
| updatedAt | Jan 1, 2026, 7:09 PM |
| githubUrl | https://github.com/neomjs/neo/issues/8274 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | 8169 |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Jan 1, 2026, 7:09 PM |
The current
inspectStoreimplementation hardcodes the record limit to 50 and start index to 0. This needs to be flexible to allow paging through large stores.Requirements:
src/ai/client/DataService.mjsto acceptoffset(default 0) andlimit(default 50).ai/mcp/server/neural-link/services/DataService.mjsto pass these parameters.ai/mcp/server/neural-link/openapi.yamlto define these parameters in the schema.