Skip to content

Commit f1e43e7

Browse files
authored
Merge pull request #81 from ColdBox/copilot/coldbox-ai-install-fix-mcp-url
fix: correct BoxLang MCP server URL to point at core language docs
2 parents 9d61dcb + bbd18a1 commit f1e43e7

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1212
###
1313

1414
- Invalid scope on `FUNCTION_PATTERN` variable in Agent Registry
15+
- `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
1516

1617
## [8.13.0] - 2026-05-28
1718

models/MCPRegistry.cfc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ component singleton {
4040
"boxlang" : {
4141
"name" : "boxlang",
4242
"description" : "BoxLang Language Documentation",
43-
"url" : "https://ai.ortusbooks.com/~gitbook/mcp"
43+
"url" : "https://boxlang.ortusbooks.com/~gitbook/mcp"
4444
},
4545
"boxlang-ide" : {
4646
"name" : "boxlang-ide",

0 commit comments

Comments
 (0)