Skip to content

feat: add pagination to fme_workspace list (parity with harness/mcp-server#35)#26

Merged
thisrohangupta merged 1 commit intomainfrom
feat/fme-workspace-pagination
Mar 6, 2026
Merged

feat: add pagination to fme_workspace list (parity with harness/mcp-server#35)#26
thisrohangupta merged 1 commit intomainfrom
feat/fme-workspace-pagination

Conversation

@thisrohangupta
Copy link
Owner

Summary

  • Adds offset and limit query params to the fme_workspace list operation
  • Maps sizelimit and offsetoffset for the Split.io API (GET /internal/api/v2/workspaces)
  • Users can paginate via harness_list(resource_type="fme_workspace", offset=20, size=20)

Parity

Mirrors harness/mcp-server#35 (pagination for list_fme_workspaces in the Go server).

Test plan

  • pnpm build — clean
  • pnpm test — 128 tests pass

🤖 Generated with Claude Code

Adds offset and limit query params to the FME workspace list endpoint,
matching the Split.io API (GET /internal/api/v2/workspaces). Users can
pass offset and size params via harness_list.

Parity with harness/mcp-server#35.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@thisrohangupta thisrohangupta merged commit 639f88d into main Mar 6, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant