rebrand: rename and publish as warrioraashuu-codemaster

This commit is contained in:
ashutoshpythoncs@gmail.com
2026-03-31 18:48:42 +05:30
parent 349ce6af13
commit a2a44a5841
15 changed files with 3893 additions and 0 deletions

13
mcp-server/railway.json Normal file
View File

@@ -0,0 +1,13 @@
{
"$schema": "https://railway.com/railway.schema.json",
"build": {
"builder": "DOCKERFILE",
"dockerfilePath": "mcp-server/Dockerfile"
},
"deploy": {
"startCommand": "node dist/http.js",
"healthcheckPath": "/health",
"restartPolicyType": "ON_FAILURE",
"restartPolicyMaxRetries": 3
}
}