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

harishgokul01 pushed a commit to branch development
in repository https://gitbox.apache.org/repos/asf/incubator-resilientdb.git


The following commit(s) were added to refs/heads/development by this push:
     new 2203ed45 update folder structure for resilientdb-mcp
2203ed45 is described below

commit 2203ed45910eb445bb9ac54d5c648d5335a67b44
Author: harish876 <[email protected]>
AuthorDate: Mon Jan 26 06:07:15 2026 +0000

    update folder structure for resilientdb-mcp
---
 .github/deploy-ecosystem-configs.json                            | 9 ++++++---
 ecosystem/{mcp => ai-tools/mcp/resilientdb-mcp}/.gitignore       | 0
 ecosystem/{mcp => ai-tools/mcp/resilientdb-mcp}/ARCHITECTURE.md  | 0
 ecosystem/{mcp => ai-tools/mcp/resilientdb-mcp}/Counter.sol      | 0
 ecosystem/{mcp => ai-tools/mcp/resilientdb-mcp}/Dockerfile       | 0
 ecosystem/{mcp => ai-tools/mcp/resilientdb-mcp}/QUICKSTART.md    | 0
 ecosystem/{mcp => ai-tools/mcp/resilientdb-mcp}/README.md        | 0
 ecosystem/{mcp => ai-tools/mcp/resilientdb-mcp}/TESTING.md       | 0
 ecosystem/{mcp => ai-tools/mcp/resilientdb-mcp}/config.py        | 0
 .../mcp/resilientdb-mcp}/generate_keys_utility.py                | 0
 .../{mcp => ai-tools/mcp/resilientdb-mcp}/graphql_client.py      | 0
 ecosystem/{mcp => ai-tools/mcp/resilientdb-mcp}/requirements.txt | 0
 .../{mcp => ai-tools/mcp/resilientdb-mcp}/rescontract_client.py  | 0
 ecosystem/{mcp => ai-tools/mcp/resilientdb-mcp}/server.py        | 0
 .../{mcp => ai-tools/mcp/resilientdb-mcp}/test_mcp_tools.py      | 0
 15 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/.github/deploy-ecosystem-configs.json 
b/.github/deploy-ecosystem-configs.json
index 45270c71..9437d9f3 100644
--- a/.github/deploy-ecosystem-configs.json
+++ b/.github/deploy-ecosystem-configs.json
@@ -3,17 +3,20 @@
     {
       "name": "Reslens",
       "path": "ecosystem/monitoring/reslens",
-      "vercel_project_id": "prj_cGTEEoWrPjwmgHT8Oh3GDnt8AV3j"
+      "vercel_project_id": "prj_cGTEEoWrPjwmgHT8Oh3GDnt8AV3j",
+      "skip": true
     },
     {
       "name": "Beacon",
       "path": "ecosystem/ai-tools/beacon",
-      "vercel_project_id": "prj_k3vjg1KTaQFVhhxasQunxgLNGBbk"
+      "vercel_project_id": "prj_k3vjg1KTaQFVhhxasQunxgLNGBbk",
+      "skip": true
     },
     {
       "name": "Nexus",
       "path": "ecosystem/ai-tools/nexus",
-      "vercel_project_id":"prj_Kam9DhhjI7zb5yPfrQXfyhGnf5TT"
+      "vercel_project_id":"prj_Kam9DhhjI7zb5yPfrQXfyhGnf5TT",
+      "skip": true
     }
   ]
 }
diff --git a/ecosystem/mcp/.gitignore 
b/ecosystem/ai-tools/mcp/resilientdb-mcp/.gitignore
similarity index 100%
rename from ecosystem/mcp/.gitignore
rename to ecosystem/ai-tools/mcp/resilientdb-mcp/.gitignore
diff --git a/ecosystem/mcp/ARCHITECTURE.md 
b/ecosystem/ai-tools/mcp/resilientdb-mcp/ARCHITECTURE.md
similarity index 100%
rename from ecosystem/mcp/ARCHITECTURE.md
rename to ecosystem/ai-tools/mcp/resilientdb-mcp/ARCHITECTURE.md
diff --git a/ecosystem/mcp/Counter.sol 
b/ecosystem/ai-tools/mcp/resilientdb-mcp/Counter.sol
similarity index 100%
rename from ecosystem/mcp/Counter.sol
rename to ecosystem/ai-tools/mcp/resilientdb-mcp/Counter.sol
diff --git a/ecosystem/mcp/Dockerfile 
b/ecosystem/ai-tools/mcp/resilientdb-mcp/Dockerfile
similarity index 100%
rename from ecosystem/mcp/Dockerfile
rename to ecosystem/ai-tools/mcp/resilientdb-mcp/Dockerfile
diff --git a/ecosystem/mcp/QUICKSTART.md 
b/ecosystem/ai-tools/mcp/resilientdb-mcp/QUICKSTART.md
similarity index 100%
rename from ecosystem/mcp/QUICKSTART.md
rename to ecosystem/ai-tools/mcp/resilientdb-mcp/QUICKSTART.md
diff --git a/ecosystem/mcp/README.md 
b/ecosystem/ai-tools/mcp/resilientdb-mcp/README.md
similarity index 100%
rename from ecosystem/mcp/README.md
rename to ecosystem/ai-tools/mcp/resilientdb-mcp/README.md
diff --git a/ecosystem/mcp/TESTING.md 
b/ecosystem/ai-tools/mcp/resilientdb-mcp/TESTING.md
similarity index 100%
rename from ecosystem/mcp/TESTING.md
rename to ecosystem/ai-tools/mcp/resilientdb-mcp/TESTING.md
diff --git a/ecosystem/mcp/config.py 
b/ecosystem/ai-tools/mcp/resilientdb-mcp/config.py
similarity index 100%
rename from ecosystem/mcp/config.py
rename to ecosystem/ai-tools/mcp/resilientdb-mcp/config.py
diff --git a/ecosystem/mcp/generate_keys_utility.py 
b/ecosystem/ai-tools/mcp/resilientdb-mcp/generate_keys_utility.py
similarity index 100%
rename from ecosystem/mcp/generate_keys_utility.py
rename to ecosystem/ai-tools/mcp/resilientdb-mcp/generate_keys_utility.py
diff --git a/ecosystem/mcp/graphql_client.py 
b/ecosystem/ai-tools/mcp/resilientdb-mcp/graphql_client.py
similarity index 100%
rename from ecosystem/mcp/graphql_client.py
rename to ecosystem/ai-tools/mcp/resilientdb-mcp/graphql_client.py
diff --git a/ecosystem/mcp/requirements.txt 
b/ecosystem/ai-tools/mcp/resilientdb-mcp/requirements.txt
similarity index 100%
rename from ecosystem/mcp/requirements.txt
rename to ecosystem/ai-tools/mcp/resilientdb-mcp/requirements.txt
diff --git a/ecosystem/mcp/rescontract_client.py 
b/ecosystem/ai-tools/mcp/resilientdb-mcp/rescontract_client.py
similarity index 100%
rename from ecosystem/mcp/rescontract_client.py
rename to ecosystem/ai-tools/mcp/resilientdb-mcp/rescontract_client.py
diff --git a/ecosystem/mcp/server.py 
b/ecosystem/ai-tools/mcp/resilientdb-mcp/server.py
similarity index 100%
rename from ecosystem/mcp/server.py
rename to ecosystem/ai-tools/mcp/resilientdb-mcp/server.py
diff --git a/ecosystem/mcp/test_mcp_tools.py 
b/ecosystem/ai-tools/mcp/resilientdb-mcp/test_mcp_tools.py
similarity index 100%
rename from ecosystem/mcp/test_mcp_tools.py
rename to ecosystem/ai-tools/mcp/resilientdb-mcp/test_mcp_tools.py

Reply via email to