-
Notifications
You must be signed in to change notification settings - Fork 324
Open
Description
What?
When mcp.enabled is NOT in the config, but we use the default value instead, MCP does not work.
Important
Config properties with default values should not be required to be in the config to work properly.
/mcp output:
{
"error": {
"code": "GlobalMcpEndpointDisabled", // this is the error
"message": "Route mcp was not found.",
"status": 404
}
}/health output:
{
"status": "Healthy",
"version": "2.0.0",
"app-name": "dab_oss_2.0.0",
"timestamp": "2026-03-15T21:04:32.5518362Z",
"currentRole": "anonymous",
"configuration": {
"rest": true,
"graphql": true,
"mcp": true, // it says true but it does not work!
"caching": false,
"telemetry": false,
"mode": "Development"
},
"checks": [ [snip] ]
}Workaround
Include mcp.enabled=true in the config file.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Todo