File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -613,7 +613,8 @@ function Ensure-AgentApi {
613613 @ { id = ' ready' ; method = ' GET' ; template = ' /ready' ; name = ' Ready' },
614614 @ { id = ' invoke' ; method = ' POST' ; template = ' /invoke' ; name = ' Invoke' },
615615 @ { id = ' invoke-stream' ; method = ' POST' ; template = ' /invoke/stream' ; name = ' Invoke Stream' },
616- @ { id = ' mcp-tool' ; method = ' POST' ; template = ' /mcp/{tool}' ; name = ' MCP Tool' },
616+ @ { id = ' integrations' ; method = ' GET' ; template = ' /integrations' ; name = ' Integrations' },
617+ @ { id = ' mcp-tool' ; method = ' POST' ; template = ' /mcp/{*tool}' ; name = ' MCP Tool' },
617618 @ { id = ' agent-traces' ; method = ' GET' ; template = ' /agent/traces' ; name = ' Agent Traces' },
618619 @ { id = ' agent-metrics' ; method = ' GET' ; template = ' /agent/metrics' ; name = ' Agent Metrics' },
619620 @ { id = ' agent-evaluation-latest' ; method = ' GET' ; template = ' /agent/evaluation/latest' ; name = ' Agent Evaluation Latest' }
@@ -637,7 +638,7 @@ function Ensure-AgentApi {
637638 $createArgs += @ (
638639 ' --template-parameters' ,
639640 ' name=tool' ,
640- ' description=MCP tool name ' ,
641+ ' description=MCP tool path (supports nested segments) ' ,
641642 ' type=string' ,
642643 ' required=true'
643644 )
You can’t perform that action at this time.
0 commit comments