feat: add scrum_team_board table, MCP tool, basic auth, faster rollouts#7
Merged
jeremyeder merged 1 commit intomainfrom Mar 20, 2026
Merged
feat: add scrum_team_board table, MCP tool, basic auth, faster rollouts#7jeremyeder merged 1 commit intomainfrom
jeremyeder merged 1 commit intomainfrom
Conversation
- Load "Scrum Team Boards" xlsx sheet into new scrum_team_board table - Add list_scrum_team_boards MCP tool with optional org filter - Add basic auth middleware (GPS_AUTH_USER/GPS_AUTH_PASS env vars) with query param token fallback for clients that don't send headers - Speed up rollouts: maxUnavailable=1, faster readiness probe - Add docs/QUICKSTART.md with setup and example output Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
jeremyeder
added a commit
that referenced
this pull request
Mar 23, 2026
…ts (#7) - Load "Scrum Team Boards" xlsx sheet into new scrum_team_board table - Add list_scrum_team_boards MCP tool with optional org filter - Add basic auth middleware (GPS_AUTH_USER/GPS_AUTH_PASS env vars) with query param token fallback for clients that don't send headers - Speed up rollouts: maxUnavailable=1, faster readiness probe - Add docs/QUICKSTART.md with setup and example output Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
scrum_team_boardtable (62 teams with FTE breakdowns by role)list_scrum_team_boardsMCP tool with optional organization filterGPS_AUTH_USER/GPS_AUTH_PASSenv vars) with query param token fallbackmaxUnavailable=1, readiness probeinitialDelaySeconds: 2docs/QUICKSTART.mdwith setup instructions and example outputTest plan
scripts/test.sh— 12/12 pass/mcpreturns 401, with token returns data/healthremains unauthenticatedclaude mcp listshowsgps-remote✓ Connected🤖 Generated with Claude Code