We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e0fd2da + 5af5d26 commit c66944bCopy full SHA for c66944b
1 file changed
models/AgentRegistry.cfc
@@ -436,7 +436,7 @@ component singleton {
436
content.append( "**Custom Documentation Servers:**" )
437
content.append( "" )
438
mcpServers.custom.each( ( mcpServer ) => {
439
- var desc = mcpServer.description ?: "Custom MCP server"
+ var desc = mcpServer.description ?: "Custom MCP server"
440
var details = ""
441
if ( structKeyExists( mcpServer, "url" ) ) {
442
details = " - #mcpServer.url#"
0 commit comments