mcp-repo2llm is a MCP server that transforms code repositories into LLM-friendly formats. A powerful tool that transforms code repositories into LLM-friendly formats, bridging the gap between traditional code bases and modern AI language models. This repo is based on RepoToTextForLLMs, which provides core functionality for converting repositories into LLM-readable formats.
まだレビューはありません. 最初のレビューを投稿しましょう!
会話に参加するにはサインインしてください
Process and return the code from a GitLab repository branch as text. Input: repo_url (string): the repository URL from GitLab, branch (string): The branch name, default is master. Returns: The project all information and structure from the repository as text.
Process and return the code from a GitHub repository branch as text. Input: repo_url (string): the repository URL from GitHub, branch (string): The branch name, default is master. Returns: The project all information and structure from the repository as text.
Process and return the code from a local repository path. Input: repo_url (string): the repository path. Returns: The project all information and structure from the repository as text.