Skip to content

Commit 2ba89b5

Browse files
committed
docs: fix broken tests badge and repository URLs in README
- Fix tests badge URL to point to correct repository: Program-Integrity-Alliance/pia-mcp-local - Update git clone URL from placeholder YOUR-ORG to actual repository - Fix directory name in installation instructions: pia-mcp-server → pia-mcp-local - Update development setup path reference to use correct repository name Tests badge should now display properly in GitHub
1 parent 003828b commit 2ba89b5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[![Python Version](https://img.shields.io/badge/python-3.11+-blue.svg)](https://www.python.org/downloads/)
2-
[![Tests](https://github.com/YOUR-ORG/pia-mcp-server/actions/workflows/tests.yml/badge.svg)](https://github.com/YOUR-ORG/pia-mcp-server/actions/workflows/tests.yml)
2+
[![Tests](https://github.com/Program-Integrity-Alliance/pia-mcp-local/actions/workflows/tests.yml/badge.svg)](https://github.com/Program-Integrity-Alliance/pia-mcp-local/actions/workflows/tests.yml)
33
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
44

55
# PIA MCP Server
@@ -49,8 +49,8 @@ For development:
4949

5050
```bash
5151
# Clone and set up development environment
52-
git clone https://github.com/YOUR-ORG/pia-mcp-server.git
53-
cd pia-mcp-server
52+
git clone https://github.com/Program-Integrity-Alliance/pia-mcp-local.git
53+
cd pia-mcp-local
5454

5555
# Create and activate virtual environment
5656
uv venv
@@ -89,7 +89,7 @@ For Development:
8989
"command": "uv",
9090
"args": [
9191
"--directory",
92-
"path/to/cloned/pia-mcp-server",
92+
"path/to/cloned/pia-mcp-local",
9393
"run",
9494
"pia-mcp-server",
9595
"--api-key", "YOUR_API_KEY"

0 commit comments

Comments
 (0)