refactor: rebrand project to HartOMat
This commit is contained in:
@@ -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!"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user