fix: adjust mcp schema validation and add default path support

Updated `mcp.json` to enhance validation by supporting `anyOf` schema for `entity` properties and refined `role` typing. Introduced default `path` property for MCP system API and aligned build assets configuration accordingly.
This commit is contained in:
dswbx
2025-09-15 10:09:51 +02:00
parent 9a1589da0b
commit 1ef5bf7d15
2 changed files with 116 additions and 42 deletions

View File

@@ -7,6 +7,7 @@ async function generate() {
server: {
mcp: {
enabled: true,
path: "/mcp",
},
},
auth: {