Build tool integration: Scan project dependencies #12
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#12
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
Currently, the agent must know exact Maven/Coursier coordinates to look up documentation. This creates friction:
Proposed Solution
Add ability to spawn MCP from a project directory and scan build files for dependencies.
Build Tools to Support
build.sbt,project/*.scalaproject.scala,//> using depdirectivespom.xmlbuild.gradle,build.gradle.ktsNew Tool:
list_project_dependenciesReturns: List of coordinates with versions currently in use.
Value for Agent
find_classtool (next issue)Technical Considerations
Acceptance Criteria
project.scalafor dependenciesbuild.sbtfor libraryDependencies