Skip to content

Constrain logs schema and sync MCP version#8

Merged
vamgan merged 1 commit into
mainfrom
fix/log-schema-version
May 11, 2026
Merged

Constrain logs schema and sync MCP version#8
vamgan merged 1 commit into
mainfrom
fix/log-schema-version

Conversation

@vamgan
Copy link
Copy Markdown
Contributor

@vamgan vamgan commented May 11, 2026

Summary

  • constrain get_task_logs cursor/limit to nonnegative integer cursors and bounded positive integer limits
  • use the package version for the advertised MCP server version
  • add schema regression coverage for invalid log pagination inputs

Tests

  • npm ci
  • npm run typecheck
  • npm test -- --run
  • npm run build

Fixes #6
Fixes #7

@vamgan vamgan merged commit 8a855ab into main May 11, 2026
1 check passed
@vamgan vamgan deleted the fix/log-schema-version branch May 11, 2026 06:38
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.

P3: Keep advertised MCP server version in sync with package version P2: Constrain get_task_logs cursor and limit schema

1 participant