aminghadersohi commented on PR #36033:
URL: https://github.com/apache/superset/pull/36033#issuecomment-3505575681
## ✅ Changes Pushed
Refactored to derive branding from `APP_NAME` as suggested. Changes pushed
in commit 3aa3504.
**What changed:**
- ✅ Removed `MCP_SERVICE_NAME` and `MCP_SERVICE_BRANDING` constants
- ✅ MCP service now derives everything from `APP_NAME`
- ✅ Server name: `f"{APP_NAME} MCP Server"`
- ✅ Updated PR description to reflect simplified approach
**Example:**
```python
# superset_config.py
APP_NAME = "ACME Analytics"
# No MCP-specific config needed! Automatically uses:
# - Server name: "ACME Analytics MCP Server"
# - Branding: "ACME Analytics"
```
Much cleaner and more DRY! 🎉
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]