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.