This is an automated email from the ASF dual-hosted git repository.

rbowen pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/comdev.git


The following commit(s) were added to refs/heads/main by this push:
     new db6e26c  Reflect new location of this repo.
db6e26c is described below

commit db6e26c7c765016b1e314443484d7996e7cea186
Author: Rich Bowen <[email protected]>
AuthorDate: Fri Jun 12 10:07:49 2026 -0400

    Reflect new location of this repo.
---
 mcp/apache-projects-mcp/README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/mcp/apache-projects-mcp/README.md 
b/mcp/apache-projects-mcp/README.md
index aabca73..feda99f 100644
--- a/mcp/apache-projects-mcp/README.md
+++ b/mcp/apache-projects-mcp/README.md
@@ -58,8 +58,8 @@ All data is fetched from 
`https://projects.apache.org/json/foundation/` and cach
 Clone the repository and install dependencies:
 
 ```
-git clone https://github.com/rbowen/apache-projects-mcp.git
-cd apache-projects-mcp
+git clone https://github.com/apache/comdev.git
+cd comdev/mcp/apache-projects-mcp
 npm install
 ```
 
@@ -84,7 +84,7 @@ Example stdio configuration:
 ```
 {
   "command": "node",
-  "args": ["/Users/yourname/apache-projects-mcp/index.js"]
+  "args": ["/path/to/comdev/mcp/apache-projects-mcp/index.js"]
 }
 ```
 

Reply via email to