Skip to content

fix: correct BoxLang MCP server URL to point at core language docs - #81

Merged
lmajano merged 2 commits into
developmentfrom
copilot/coldbox-ai-install-fix-mcp-url
Jun 30, 2026
Merged

fix: correct BoxLang MCP server URL to point at core language docs#81
lmajano merged 2 commits into
developmentfrom
copilot/coldbox-ai-install-fix-mcp-url

Conversation

Copilot AI commented Jun 30, 2026

Copy link
Copy Markdown
Contributor

The boxlang entry in MCPRegistry.cfc was registered with the BoxLang AI module docs URL (ai.ortusbooks.com) instead of the core BoxLang language docs URL, causing AI agents to retrieve irrelevant AI-module content when querying for core language documentation.

Changes

  • models/MCPRegistry.cfc — Updated boxlang server URL from https://ai.ortusbooks.com/~gitbook/mcp to https://boxlang.ortusbooks.com/~gitbook/mcp. The bx-ai entry retains the original URL as it correctly points to the AI module docs.
// Before
"boxlang" : {
    "name"        : "boxlang",
    "description" : "BoxLang Language Documentation",
    "url"         : "https://ai.ortusbooks.com/~gitbook/mcp"  // AI module docs — wrong
},

// After
"boxlang" : {
    "name"        : "boxlang",
    "description" : "BoxLang Language Documentation",
    "url"         : "https://boxlang.ortusbooks.com/~gitbook/mcp"  // Core language docs — correct
},

Copilot AI changed the title [WIP] Fix MCP server URL for BoxLang core docs fix: correct BoxLang MCP server URL to point at core language docs Jun 30, 2026
Copilot AI requested a review from lmajano June 30, 2026 09:38
@lmajano
lmajano marked this pull request as ready for review June 30, 2026 09:40
@lmajano
lmajano merged commit f1e43e7 into development Jun 30, 2026
1 check passed
@lmajano
lmajano deleted the copilot/coldbox-ai-install-fix-mcp-url branch June 30, 2026 09:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants