@@ -138,7 +138,7 @@ claude mcp add --transport http kong-konnect https://us.mcp.konghq.com/ \
138138{:.ino}
139139> Replace ` https://us.mcp.konghq.com/ ` with your regional server URL and ` YOUR_KONNECT_PAT ` with your actual Personal Access Token.
140140
141- You can also confiogure editing the configuration file directly:**
141+ You can also configure editing the configuration file directly:**
142142
143143Claude CLI stores its configuration in ` ~/.claude.json ` (or ` .mcp.json ` for project scope):
144144
@@ -843,16 +843,16 @@ rows:
843843
844844<!-- vale on -->
845845
846- Available opertations :
846+ Available operations :
847847
848- - ** ` fetch_status ` ** : Returns session status (` "in_progress" ` , ` "completed" ` , ` "timed_out" ` , ` "cancelled" ` , or ` "pending" ` )
849- - ** ` summarize_session ` ** : Returns aggregated span-level metrics, latency analysis, and bottleneck identification
850- - ** ` compact_traces ` ** : Returns detailed trace data in compacted format with optional filtering
851- - ** ` compressed_traces ` ** : Returns unique traces in compacted format
852- - ** ` stop_session ` ** : Stops an active session immediately
853-
854- This tool returns Varies by operation. Trace data uses schema-based format for efficient transmission.
848+ - ` fetch_status ` : Returns session status (` "in_progress" ` , ` "completed" ` , ` "timed_out" ` , ` "cancelled" ` , or ` "pending" ` )
849+ - ` summarize_session ` : Returns aggregated span-level metrics, latency analysis, and bottleneck identification
850+ - ` compact_traces ` : Returns detailed trace data in compacted format with optional filtering
851+ - ` compressed_traces ` : Returns unique traces in compacted format
852+ - ` stop_session ` : Stops an active session immediately
855853
854+ {:.info}
855+ > Return value varies by operation.
856856
857857### ` FetchAlertingEventDetails `
858858
0 commit comments