What are the steps to reproduce this issue?
- Run
coldbox ai install in a ColdBox project.
- Open the generated
AGENTS.md and/or .mcp.json.
- Find the
boxlang MCP server entry and note its url.
- Query that MCP server for core BoxLang documentation.
What happens?
The boxlang MCP server entry is registered with url: https://ai.ortusbooks.com/~gitbook/mcp, which is the documentation site for the BoxLang AI module, not the core BoxLang documentation.
This appears in https://github.com/ColdBox/coldbox-cli/blob/development/models/MCPRegistry.cfc#L43
"boxlang" : {
"name" : "boxlang",
"description" : "BoxLang Language Documentation",
"url" : "https://ai.ortusbooks.com/~gitbook/mcp"
},
What were you expecting to happen?
The entry should point at the core BoxLang language documentation site instead:
"boxlang" : {
"name" : "boxlang",
"description" : "BoxLang Language Documentation",
"url" : "https://boxlang.ortusbooks.com/~gitbook/mcp"
},
Any logs, error output, etc?
Encountered this firsthand in a Claude session when it queried the boxlang MCP server twice expecting core language documentation and got irrelevant AI-module results both times:
That MCP search hit the wrong docs server (AI module, not core BoxLang).
This MCP server (mcp__boxlang__searchDocumentation) is wired to the BoxLang AI module docs, not core BoxLang language docs — not useful here despite the AGENTS.md claiming it covers core language.
What versions are you using?
Operating System: Windows 11 Pro 25H2
Package Version: 8.13.0+31
What are the steps to reproduce this issue?
coldbox ai installin a ColdBox project.AGENTS.mdand/or.mcp.json.boxlangMCP server entry and note itsurl.What happens?
The
boxlangMCP server entry is registered withurl: https://ai.ortusbooks.com/~gitbook/mcp, which is the documentation site for the BoxLang AI module, not the core BoxLang documentation.This appears in https://github.com/ColdBox/coldbox-cli/blob/development/models/MCPRegistry.cfc#L43
What were you expecting to happen?
The entry should point at the core BoxLang language documentation site instead:
Any logs, error output, etc?
Encountered this firsthand in a Claude session when it queried the
boxlangMCP server twice expecting core language documentation and got irrelevant AI-module results both times:What versions are you using?
Operating System: Windows 11 Pro 25H2
Package Version: 8.13.0+31