diff --git a/README.md b/README.md index 983b0a9..b7073af 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# OdooMCP Cloud — Frontend +# GetOdooMCP — Frontend Vite + React + TypeScript dashboard for the multi-tenant Odoo MCP server. diff --git a/index.html b/index.html index 8dd1f09..ce56d80 100644 --- a/index.html +++ b/index.html @@ -3,7 +3,7 @@
-Your MCP Endpoint
- https://odoo-mcp.thedomainnest.com/mcp/sse + https://api.getodoomcp.com/mcp/sse
diff --git a/src/pages/Landing.tsx b/src/pages/Landing.tsx index d1b8023..de1f727 100644 --- a/src/pages/Landing.tsx +++ b/src/pages/Landing.tsx @@ -38,12 +38,12 @@ export default function Landing() {
Secure MCP Server for Odoo ERP
Log in to your dashboard
diff --git a/src/pages/ResetPassword.tsx b/src/pages/ResetPassword.tsx index 228568c..9817639 100644 --- a/src/pages/ResetPassword.tsx +++ b/src/pages/ResetPassword.tsx @@ -50,7 +50,7 @@ export default function ResetPassword() {diff --git a/src/pages/Signup.tsx b/src/pages/Signup.tsx index 80516f9..709dbb2 100644 --- a/src/pages/Signup.tsx +++ b/src/pages/Signup.tsx @@ -95,7 +95,7 @@ export default function Signup() {
diff --git a/src/pages/dashboard/DashboardHome.tsx b/src/pages/dashboard/DashboardHome.tsx index 40139b9..1e9200f 100644 --- a/src/pages/dashboard/DashboardHome.tsx +++ b/src/pages/dashboard/DashboardHome.tsx @@ -9,7 +9,7 @@ import { import { BarChart, Bar, XAxis, YAxis, CartesianGrid, Tooltip, ResponsiveContainer } from 'recharts'; import { clsx } from 'clsx'; -const MCP_URL = `${import.meta.env.VITE_API_URL ?? 'https://odoo-mcp.thedomainnest.com'}/mcp/sse`; +const MCP_URL = `${import.meta.env.VITE_API_URL ?? 'https://api.getodoomcp.com'}/mcp/sse`; function isoDaysAgo(days: number): string { const d = new Date(); diff --git a/src/pages/dashboard/DashboardLayout.tsx b/src/pages/dashboard/DashboardLayout.tsx index 3e889d1..d819bcf 100644 --- a/src/pages/dashboard/DashboardLayout.tsx +++ b/src/pages/dashboard/DashboardLayout.tsx @@ -47,7 +47,7 @@ export default function DashboardLayout() {