@@ -211,10 +211,8 @@ export type PosthogEventMap = {
211211 traceId ?: string ,
212212 source : AskMcpAnalyticsSource ,
213213 serverId : string ,
214- serverName : string ,
215214 serverUrl : string ,
216215 toolName : string ,
217- qualifiedToolName : string ,
218216 success : boolean ,
219217 durationMs : number ,
220218 failureReason ?: string ,
@@ -223,47 +221,37 @@ export type PosthogEventMap = {
223221 source : SourcebotWebClientSource ,
224222 entryPoint : 'workspace_settings' ,
225223 serverId : string ,
226- serverName : string ,
227224 serverUrl : string ,
228- sanitizedName : string ,
229225 authMode : McpConnectorAuthMode ,
230226 } ,
231227 ask_mcp_connector_connection_started : {
232228 source : SourcebotWebClientSource ,
233229 entryPoint : McpConnectorEntryPoint ,
234230 serverId : string ,
235- serverName : string ,
236231 serverUrl : string ,
237- sanitizedName : string ,
238232 authMode : McpConnectorAuthMode ,
239233 } ,
240234 ask_mcp_connector_connection_completed : {
241235 source : SourcebotWebClientSource ,
242236 entryPoint : McpConnectorEntryPoint ,
243237 serverId : string ,
244- serverName : string ,
245238 serverUrl : string ,
246- sanitizedName : string ,
247239 authMode : McpConnectorAuthMode ,
248240 alreadyAuthorized : boolean ,
249241 } ,
250242 ask_mcp_connector_connection_failed : {
251243 source : SourcebotWebClientSource ,
252244 entryPoint : McpConnectorEntryPoint ,
253245 serverId ?: string ,
254- serverName ?: string ,
255246 serverUrl ?: string ,
256- sanitizedName ?: string ,
257247 authMode ?: McpConnectorAuthMode ,
258248 failureReason : string ,
259249 } ,
260250 ask_mcp_connector_disconnected : {
261251 source : SourcebotWebClientSource ,
262252 entryPoint : McpConnectorEntryPoint ,
263253 serverId : string ,
264- serverName : string ,
265254 serverUrl : string ,
266- sanitizedName : string ,
267255 authMode : McpConnectorAuthMode ,
268256 } ,
269257 tool_used : {
0 commit comments