guohanghui commited on
Commit
d10b18a
·
verified ·
1 Parent(s): 7992c60

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,6 +8,6 @@ app = FastAPI()
8
  async def root():
9
  return {
10
  "status": "ok",
11
- "service": "Quadratic",
12
  "transport": os.environ.get("MCP_TRANSPORT", "stdio"),
13
  }
 
8
  async def root():
9
  return {
10
  "status": "ok",
11
+ "service": "esm",
12
  "transport": os.environ.get("MCP_TRANSPORT", "stdio"),
13
  }