mirror of
https://github.com/claude-code-best/claude-code.git
synced 2026-06-18 22:35:51 +00:00
feat: 完成stub
This commit is contained in:
2
src/services/mcp/src/constants/oauth.ts
Normal file
2
src/services/mcp/src/constants/oauth.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type getOauthConfig = any;
|
||||
3
src/services/mcp/src/services/analytics/index.ts
Normal file
3
src/services/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;
|
||||
7
src/services/mcp/src/services/mcp/config.ts
Normal file
7
src/services/mcp/src/services/mcp/config.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type dedupClaudeAiMcpServers = any;
|
||||
export type doesEnterpriseMcpConfigExist = any;
|
||||
export type filterMcpServersByPolicy = any;
|
||||
export type getClaudeCodeMcpConfigs = any;
|
||||
export type isMcpServerDisabled = any;
|
||||
export type setMcpServerEnabled = any;
|
||||
2
src/services/mcp/src/state/AppState.ts
Normal file
2
src/services/mcp/src/state/AppState.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type AppState = any;
|
||||
2
src/services/mcp/src/types/message.ts
Normal file
2
src/services/mcp/src/types/message.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type AssistantMessage = any;
|
||||
2
src/services/mcp/src/types/plugin.ts
Normal file
2
src/services/mcp/src/types/plugin.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type PluginError = any;
|
||||
2
src/services/mcp/src/utils/auth.ts
Normal file
2
src/services/mcp/src/utils/auth.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type getClaudeAIOAuthTokens = any;
|
||||
3
src/services/mcp/src/utils/config.ts
Normal file
3
src/services/mcp/src/utils/config.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type getGlobalConfig = any;
|
||||
export type saveGlobalConfig = any;
|
||||
2
src/services/mcp/src/utils/debug.ts
Normal file
2
src/services/mcp/src/utils/debug.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type logForDebugging = any;
|
||||
2
src/services/mcp/src/utils/envUtils.ts
Normal file
2
src/services/mcp/src/utils/envUtils.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type isEnvDefinedFalsy = any;
|
||||
2
src/services/mcp/src/utils/platform.ts
Normal file
2
src/services/mcp/src/utils/platform.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type getPlatform = any;
|
||||
Reference in New Issue
Block a user