diff --git a/changelog.md b/changelog.md index b33528f..d069c77 100644 --- a/changelog.md +++ b/changelog.md @@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### - Invalid scope on `FUNCTION_PATTERN` variable in Agent Registry +- `coldbox ai install` now registers the correct MCP server URL (`https://boxlang.ortusbooks.com/~gitbook/mcp`) for the BoxLang core language documentation entry instead of the BoxLang AI module URL ## [8.13.0] - 2026-05-28 diff --git a/models/MCPRegistry.cfc b/models/MCPRegistry.cfc index 788ddc4..4d8e35b 100644 --- a/models/MCPRegistry.cfc +++ b/models/MCPRegistry.cfc @@ -40,7 +40,7 @@ component singleton { "boxlang" : { "name" : "boxlang", "description" : "BoxLang Language Documentation", - "url" : "https://ai.ortusbooks.com/~gitbook/mcp" + "url" : "https://boxlang.ortusbooks.com/~gitbook/mcp" }, "boxlang-ide" : { "name" : "boxlang-ide",