Test against fastmcp (#6666)

This commit is contained in:
Jack Amadeo
2026-01-23 16:11:32 -05:00
committed by GitHub
parent bb82c062b1
commit 1bf952e813
15 changed files with 105 additions and 222 deletions
+3 -1
View File
@@ -69,7 +69,9 @@ export type AnalyticsEvent =
| { name: 'onboarding_started'; properties: Record<string, never> }
| {
name: 'onboarding_provider_selected';
properties: { method: 'api_key' | 'openrouter' | 'tetrate' | 'chatgpt_codex' | 'ollama' | 'other' };
properties: {
method: 'api_key' | 'openrouter' | 'tetrate' | 'chatgpt_codex' | 'ollama' | 'other';
};
}
| {
name: 'onboarding_completed';