55 Query Athlete and GitHub App Authentication - v1.3.0#6
Merged
Conversation
- Add fetch-athlete module for querying Strava athlete data - Add MCP server configuration (.mcp.json) - Add CodeMie CLI configuration - Update types to support athlete queries - Update constants and configuration - Remove claude symlink, add skills configuration Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
Replace GitHub PAT with GitHub App-based OAuth authentication: - Add GitHub App credentials (ID, private key path, installation ID) to .env - Update .mcp.json to use environment variable substitution - Update CHANGELOG with configuration changes Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
065d91e to
83171fb
Compare
Add new version entry to changelog with all current branch changes: - Athlete query functionality - GitHub App authentication configuration Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
Clean up changelog: - Remove duplicate 1.2.0 entry - Update 1.3.0 title to reflect both features Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
- Update package.json version from 1.2.0 to 1.3.0 - Finalize changelog entry for v1.3.0 with query athlete and GitHub App auth features Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
- Keep 1.2.0 entry with athlete query functionality - Create new 1.3.0 entry with GitHub App authentication changes Co-Authored-By: Claude Haiku 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.
Changelog
55 Query Athlete and GitHub App Authentication
Added