Skip to content

No pagination exposed, search tools ignore limit/offset #16

Description

@royalpinto007

Problem

search_cases already supports {limit}, but the MCP tool never passes it: callers always get the default 10/5 with no way to page.

Where

src/mcp.ts (callTool drops limit/offset; zero occurrences of limit).

Acceptance

Add a failing test first calling search_cases with {query, limit: 3}, expecting at most 3 results (and/or working offset). Then fix.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions