feat: add family sharing integration#27
Merged
Merged
Conversation
- Add IFamilyGroupsService endpoint module with 2 tools: - get_family_group: Get family group membership, members, and roles - get_shared_library_apps: Get games available through family sharing - Include 14 unit tests with mocked responses - Update README (30 -> 32 tools) and CHANGELOG 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Owner
Author
Code Review - Family Sharing IntegrationVerdict: ✅ ApproveStrengths:
Suggestions (non-blocking):
Review by @agent-ml-python-mcp-expert |
Moves the shared _resolve_steam_id method from individual endpoint classes to BaseEndpoint, reducing code duplication across 5 files. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <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
get_family_grouptool to get family group membership information (members, roles, cooldown status, available slots)get_shared_library_appstool to get games available through family sharing (grouped by owner, with exclusion reasons)Changes
src/steam_mcp/endpoints/family_groups.pytests/test_family_groups.pyTesting
Checklist from Issue
Closes #10
🤖 Generated with Claude Code