mirror of
https://github.com/claude-code-best/claude-code.git
synced 2026-06-18 14:25:51 +00:00
feat: 完成stub
This commit is contained in:
3
src/components/mcp/src/services/analytics/index.ts
Normal file
3
src/components/mcp/src/services/analytics/index.ts
Normal 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;
|
||||
2
src/components/mcp/src/services/mcp/config.ts
Normal file
2
src/components/mcp/src/services/mcp/config.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type getMcpConfigsByScope = any;
|
||||
2
src/components/mcp/src/services/mcp/types.ts
Normal file
2
src/components/mcp/src/services/mcp/types.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type ConfigScope = any;
|
||||
3
src/components/mcp/src/services/mcp/utils.ts
Normal file
3
src/components/mcp/src/services/mcp/utils.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type describeMcpConfigFilePath = any;
|
||||
export type getScopeLabel = any;
|
||||
2
src/components/mcp/src/utils/settings/validation.ts
Normal file
2
src/components/mcp/src/utils/settings/validation.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type ValidationError = any;
|
||||
8
src/components/mcp/types.ts
Normal file
8
src/components/mcp/types.ts
Normal 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;
|
||||
Reference in New Issue
Block a user