LearnNewsExamplesServices
Frontmatter
id8274
title[Neural Link] Parameterize inspectStore limit and offset
stateClosed
labels
enhancementai
assigneestobiu
createdAtJan 1, 2026, 6:58 PM
updatedAtJan 1, 2026, 7:09 PM
githubUrlhttps://github.com/neomjs/neo/issues/8274
authortobiu
commentsCount0
parentIssue8169
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtJan 1, 2026, 7:09 PM

[Neural Link] Parameterize inspectStore limit and offset

Closed v11.18.0 enhancementai
tobiu
tobiu commented on Jan 1, 2026, 6:58 PM

The current inspectStore implementation hardcodes the record limit to 50 and start index to 0. This needs to be flexible to allow paging through large stores.

Requirements:

  1. Update src/ai/client/DataService.mjs to accept offset (default 0) and limit (default 50).
  2. Update ai/mcp/server/neural-link/services/DataService.mjs to pass these parameters.
  3. Update ai/mcp/server/neural-link/openapi.yaml to define these parameters in the schema.
tobiu added the enhancement label on Jan 1, 2026, 6:58 PM
tobiu added the ai label on Jan 1, 2026, 6:58 PM
tobiu added parent issue #8169 on Jan 1, 2026, 6:58 PM
tobiu assigned to @tobiu on Jan 1, 2026, 6:58 PM
tobiu closed this issue on Jan 1, 2026, 7:09 PM
jonnyamsp referenced in commit e389924 - "feat(ai): Parameterize inspectStore limit and offset on Jan 4, 2026, 4:10 AM