YARD icon

YARD

2

Provides a programmable server to explore and query Ruby gem documentation using YARD and the FastMCP protocol.

关于

YARD facilitates deep exploration and querying of Ruby gem and YARD documentation through a FastMCP server. It indexes all installed YARD documentation, making it accessible for clients to list gems, navigate code hierarchies, fetch detailed documentation, retrieve source code, and perform comprehensive searches. This server is ideal for developers building custom documentation browsers, intelligent code assistants, or systems that require programmatic access to Ruby and YARD documentation.

主要功能

  • Fetch detailed documentation (docstrings, tags, parameters) for any object
  • Perform fuzzy and full-text search across all documentation
  • Retrieve source location and code snippets for any object
  • 1 GitHub stars
  • List installed gems with YARD documentation
  • Explore class/module hierarchies, ancestors, and related objects

使用案例

  • Creating intelligent code assistants
  • Integrating Ruby/YARD documentation into other systems
  • Building custom documentation browsers
Advertisement

Advertisement