Skip to content

Commit 5af5d26

Browse files
lmajanogithub-actions[bot]
authored andcommitted
Apply cfformat changes
1 parent be648b3 commit 5af5d26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)