feat: 完成stub

This commit is contained in:
claude-code-best
2026-03-31 20:40:16 +08:00
parent c26d614fb2
commit bd756cc369
905 changed files with 3996 additions and 375 deletions

View File

@@ -0,0 +1,3 @@
// Auto-generated type stub — replace with real implementation
export type AnalyticsMetadata_I_VERIFIED_THIS_IS_NOT_CODE_OR_FILEPATHS = any;
export type logEvent = any;

View File

@@ -0,0 +1,2 @@
// Auto-generated type stub — replace with real implementation
export type getMcpConfigsByScope = any;

View File

@@ -0,0 +1,2 @@
// Auto-generated type stub — replace with real implementation
export type ConfigScope = any;

View File

@@ -0,0 +1,3 @@
// Auto-generated type stub — replace with real implementation
export type describeMcpConfigFilePath = any;
export type getScopeLabel = any;

View File

@@ -0,0 +1,2 @@
// Auto-generated type stub — replace with real implementation
export type ValidationError = any;

View File

@@ -0,0 +1,8 @@
// Auto-generated stub — replace with real implementation
export type ServerInfo = any;
export type AgentMcpServerInfo = any;
export type MCPViewState = any;
export type StdioServerInfo = any;
export type ClaudeAIServerInfo = any;
export type HTTPServerInfo = any;
export type SSEServerInfo = any;