Facilitates searching and accessing programming resources across platforms like Stack Overflow, MDN, GitHub, npm, and PyPI, aiding LLMs in finding code examples and documentation.
No reviews yet. Be the first to review!
Sign in to join the conversation
Search Stack Overflow for programming questions and answers. Parameters: query (required), limit (optional). Returns a formatted list of questions with scores, answer counts, and excerpts.
Search MDN Web Docs for web development documentation. Parameters: query (required). Returns the top 5 MDN documentation matches with summaries and links.
Search GitHub for both repositories and code examples. Parameters: query (required), language (optional), limit (optional). Returns top repositories sorted by stars and relevant code files with repository context.
Search npm registry for JavaScript packages. Parameters: query (required), limit (optional). Returns package information including version, description, and download stats.
Search PyPI for Python packages. Parameters: query (required). Returns detailed package information including version, author, and links.
Search all platforms simultaneously for comprehensive results. Parameters: query (required), limit (optional). Returns combined results from all platforms including Stack Overflow questions, MDN documentation, GitHub repositories, npm packages, and PyPI packages.