Skip to content

Commit c66944b

Browse files
committed
Merge branch 'development' of github.com:ColdBox/coldbox-cli into development
2 parents e0fd2da + 5af5d26 commit c66944b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

models/AgentRegistry.cfc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,7 @@ component singleton {
436436
content.append( "**Custom Documentation Servers:**" )
437437
content.append( "" )
438438
mcpServers.custom.each( ( mcpServer ) => {
439-
var desc = mcpServer.description ?: "Custom MCP server"
439+
var desc = mcpServer.description ?: "Custom MCP server"
440440
var details = ""
441441
if ( structKeyExists( mcpServer, "url" ) ) {
442442
details = " - #mcpServer.url#"

0 commit comments

Comments
 (0)