Improve documentation output for AI consumption #11
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#11
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
The current
get_documentationtool returns raw HTML from Javadoc/Scaladoc JARs. This is problematic for AI assistants because:zio.ZIOreturns 665KB of HTMLProposed Enhancements
1. Return plain text or markdown instead of HTML
Convert the HTML documentation to a more AI-friendly format that preserves structure without markup noise.
2. Support querying specific methods
Allow targeting specific members, e.g.:
3. Return structured data
Pre-extract method signatures and descriptions into structured JSON:
Benefits