-
Notifications
You must be signed in to change notification settings - Fork 0
feat: Implement GetLibraryIDTool with Context7 API integration #7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Conversation
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
…tion and documentation fetching - Implement resolve_library_id tool with direct Context7 API integration - Enhance get_library_docs tool with Context7-compatible parameters - Add intelligent library selection logic based on Context7 MCP patterns - Update agent.yaml with correct tool schemas - Add comprehensive documentation in IMPLEMENTATION.md - Support environment variable configuration (CONTEXT7_API_KEY) - Handle authentication, error responses, and edge cases The implementation bypasses MCP protocol overhead by calling Context7 REST APIs directly while maintaining full compatibility with the official Context7 MCP server tool schemas and response formats. Fixes #6 Co-authored-by: Eden Reich <edenreich@users.noreply.github.com>
…new tool descriptions and timestamps Signed-off-by: Eden Reich <eden.reich@gmail.com>
Signed-off-by: Eden Reich <eden.reich@gmail.com>
…dd new card properties in agent.yaml Signed-off-by: Eden Reich <eden.reich@gmail.com>
Signed-off-by: Eden Reich <eden.reich@gmail.com>
…ent variables and improve README Signed-off-by: Eden Reich <eden.reich@gmail.com>
…mentation Agent Signed-off-by: Eden Reich <eden.reich@gmail.com>
…ariables Signed-off-by: Eden Reich <eden.reich@gmail.com>
…on query management Signed-off-by: Eden Reich <eden.reich@gmail.com>
… handling Signed-off-by: Eden Reich <eden.reich@gmail.com>
… consistency Signed-off-by: Eden Reich <eden.reich@gmail.com>
…n in manifest files For claude-code I will make it optional some might want to work with AI some might would want to implement things themselves. Entirely up to the dev, will let the codegen pass a flag called --ai so the correct setup will be in place and the agents will be able to build agents efficiently. Signed-off-by: Eden Reich <eden.reich@gmail.com>
…eout configurations Signed-off-by: Eden Reich <eden.reich@gmail.com>
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.
Implements the GetLibraryIDTool feature as requested in #6.
Summary
Implemented Context7 API integration for library ID resolution and documentation fetching with direct REST API calls, bypassing MCP protocol overhead while maintaining full compatibility.
Changes
Testing
Fixes #6
Generated with Claude Code