Find class across project dependencies #13
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
tier-1-foundation
tier-2-discovery
tier-3-patterns
tier-4-errors
tier-5-advanced
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
iterative-works/javadocs-mcp#13
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
Agent sees a type like
Ref[IO, Map[K, V]]in code and needs to:Currently must guess: "Is
Reffrom cats-effect? ZIO? Something else?"Proposed Solution
New Tool:
find_classExample queries:
find_class("Ref")→ Multiple matches, ranked by likelihoodfind_class("cats.effect.Ref")→ Exact matchfind_class("IO")→ Shows cats-effect.IO, zio.IO, etc.Returns:
Dependencies
Implementation Options
Value for Agent
get_documentationwith correct coordinatesAcceptance Criteria
get_documentation