Skip to content

Commit 69a1b2a

Browse files
committed
Update GitHub repository URLs to randomm/files-db-mcp
Updated all repository URLs in documentation and installation scripts to point to the correct GitHub repository. This ensures users can properly: - Clone the repository - Install from source - File issues - View documentation Modified files include README.md, installation guide, troubleshooting guide, and the installation script.
1 parent 346f761 commit 69a1b2a

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Files-DB-MCP is a local vector database system that provides LLM coding agents w
1919
### One-Line Installation
2020

2121
```bash
22-
curl -fsSL https://raw.githubusercontent.com/yourusername/files-db-mcp/main/install.sh | bash
22+
curl -fsSL https://raw.githubusercontent.com/randomm/files-db-mcp/main/install.sh | bash
2323
```
2424

2525
### Usage
@@ -46,7 +46,7 @@ If you prefer to install manually:
4646

4747
1. Clone the repository:
4848
```bash
49-
git clone https://github.com/yourusername/files-db-mcp.git
49+
git clone https://github.com/randomm/files-db-mcp.git
5050
```
5151

5252
2. Navigate to a project directory and run:

docs/installation_guide.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The Docker Compose installation is the simplest and most reliable way to run Fil
2626

2727
```bash
2828
# Clone the repository
29-
git clone https://github.com/yourusername/files-db-mcp.git
29+
git clone https://github.com/randomm/files-db-mcp.git
3030
cd files-db-mcp
3131

3232
# Start the services
@@ -58,7 +58,7 @@ Files-DB-MCP can be installed as a global CLI tool for easy access from any proj
5858
pip install files-db-mcp
5959

6060
# Or install the development version
61-
pip install git+https://github.com/yourusername/files-db-mcp.git
61+
pip install git+https://github.com/randomm/files-db-mcp.git
6262
```
6363

6464
### Usage
@@ -97,7 +97,7 @@ For advanced users who want to install from source:
9797

9898
```bash
9999
# Clone the repository
100-
git clone https://github.com/yourusername/files-db-mcp.git
100+
git clone https://github.com/randomm/files-db-mcp.git
101101
cd files-db-mcp
102102

103103
# Create and activate a virtual environment
@@ -117,7 +117,7 @@ For developers who want to contribute to Files-DB-MCP:
117117

118118
```bash
119119
# Clone the repository
120-
git clone https://github.com/yourusername/files-db-mcp.git
120+
git clone https://github.com/randomm/files-db-mcp.git
121121
cd files-db-mcp
122122

123123
# Create and activate a virtual environment

docs/troubleshooting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ python test_search.py
345345

346346
If you're still experiencing problems:
347347

348-
1. Check the [GitHub Issues](https://github.com/yourusername/files-db-mcp/issues) for similar reports
348+
1. Check the [GitHub Issues](https://github.com/randomm/files-db-mcp/issues) for similar reports
349349
2. Enable DEBUG logging in your configuration
350350
3. Create a detailed bug report including:
351351
- Steps to reproduce

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ if command -v git >/dev/null 2>&1; then
5050
git pull
5151
else
5252
echo "Cloning repository..."
53-
git clone https://github.com/yourusername/files-db-mcp.git "$INSTALL_DIR"
53+
git clone https://github.com/randomm/files-db-mcp.git "$INSTALL_DIR"
5454
fi
5555
else
5656
# Option 2: Download zip file (placeholder)

0 commit comments

Comments
 (0)