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(string): 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(string): The project all information and structure from the repository as text.
Process and return the code from a local repository path as text. Input: repo_url (string): the repository path. Returns(string): The project all information and structure from the repository as text.