refactor: rebrand project to HartOMat

This commit is contained in:
2026-04-06 12:45:47 +02:00
parent fa7093307a
commit b795f0e6d6
95 changed files with 608 additions and 497 deletions
+4 -4
View File
@@ -1,12 +1,12 @@
{
"mcpServers": {
"schaeffler": {
"hartomat": {
"command": "uv",
"args": ["run", "--with", "mcp[cli]", "--with", "psycopg2-binary", "--with", "httpx", "python", "schaeffler_mcp_server.py"],
"args": ["run", "--with", "mcp[cli]", "--with", "psycopg2-binary", "--with", "httpx", "python", "hartomat_mcp_server.py"],
"env": {
"DATABASE_URL": "postgresql://schaeffler:schaeffler@localhost:5432/schaeffler",
"DATABASE_URL": "postgresql://hartomat:hartomat@localhost:5432/hartomat",
"API_URL": "http://localhost:8888",
"API_EMAIL": "admin@schaeffler.com",
"API_EMAIL": "admin@hartomat.com",
"API_PASSWORD": "Admin1234!"
}
}