MCPcopy Create free account

hub / github.com/DaxianLee/cocos-mcp-server / functions

Functions464 in github.com/DaxianLee/cocos-mcp-server

↓ 1 callersFunctioncollectNodes
(node: any)
source/scene.ts:172
↓ 1 callersMethodcompressTextures
(directory: string = 'db://assets', format: string = 'auto', quality: number = 0.8)
source/tools/asset-advanced-tools.ts:507
↓ 1 callersMethodconvertToCSV
(data: any[])
source/tools/asset-advanced-tools.ts:580
↓ 1 callersMethodconvertToXML
(data: any[])
source/tools/asset-advanced-tools.ts:597
↓ 1 callersMethodcopyAsset
(source: string, target: string, overwrite: boolean = false)
source/tools/project-tools.ts:772
↓ 1 callersMethodcopyNode
(uuids: string | string[])
source/tools/scene-advanced-tools.ts:463
↓ 1 callersMethodcountNodes
(nodes: any[])
source/tools/debug-tools.ts:393
↓ 1 callersMethodcreateAsset
(url: string, content: string | null = null, overwrite: boolean = false)
source/tools/project-tools.ts:740
↓ 1 callersMethodcreateAssetWithAssetDB
* 使用 asset-db API 创建资源文件
source/tools/prefab-tools.ts:1587
↓ 1 callersMethodcreateCompleteNodeTree
* 递归创建完整的节点树,包括所有子节点和对应的PrefabInfo
source/tools/prefab-tools.ts:1696
↓ 1 callersMethodcreateComponentObject
* 创建组件对象
source/tools/prefab-tools.ts:1876
↓ 1 callersMethodcreateEngineStandardNode
* 创建符合引擎标准的节点对象
source/tools/prefab-tools.ts:2174
↓ 1 callersMethodcreateMetaData
(prefabName: string, prefabUuid: string)
source/tools/prefab-tools.ts:1264
↓ 1 callersMethodcreateMetaWithAssetDB
* 使用 asset-db API 创建 meta 文件
source/tools/prefab-tools.ts:1605
↓ 1 callersMethodcreateNode
(parentUuid?: string, position?: any)
source/tools/prefab-tools.ts:610
↓ 1 callersMethodcreateNode
(args: any)
source/tools/node-tools.ts:309
↓ 1 callersMethodcreateNodeObject
(nodeData: any, parentId: number | null, prefabData: any[], currentId: number)
source/tools/prefab-tools.ts:2440
↓ 1 callersMethodcreatePrefabCustom
(nodeUuid: string, prefabPath: string, prefabName: string)
source/tools/prefab-tools.ts:830
↓ 1 callersMethodcreatePrefabData
(nodeData: any, prefabName: string, prefabUuid: string)
source/tools/prefab-tools.ts:1130
↓ 1 callersMethodcreatePrefabNative
(nodeUuid: string, prefabPath: string)
source/tools/prefab-tools.ts:818
↓ 1 callersMethodcreatePrefabWithAssetDB
* 使用 asset-db API 创建预制体的新方法 * 深度整合引擎的资源管理系统,实现完整的预制体创建流程
source/tools/prefab-tools.ts:673
↓ 1 callersMethodcreateSafeStringValue
(value: string)
source/tools/validation-tools.ts:128
↓ 1 callersMethodcreateScene
(sceneName: string, savePath: string)
source/tools/scene-tools.ts:205
↓ 1 callersMethodcreateSizeObject
(data: any)
source/tools/prefab-tools.ts:2725
↓ 1 callersMethodcreateStandardMetaContent
* 创建标准的 meta 文件内容
source/tools/prefab-tools.ts:2326
↓ 1 callersMethodcreateStandardMetaData
(prefabName: string, prefabUuid: string)
source/tools/prefab-tools.ts:2800
↓ 1 callersMethodcutNode
(uuids: string | string[])
source/tools/scene-advanced-tools.ts:499
↓ 1 callersMethoddeleteAsset
(url: string)
source/tools/project-tools.ts:838
↓ 1 callersMethoddeleteConfiguration
(configId: string)
source/tools/tool-manager.ts:293
↓ 1 callersMethoddeleteNode
(uuid: string)
source/tools/node-tools.ts:958
↓ 1 callersMethoddetectNodeType
(uuid: string)
source/tools/node-tools.ts:1006
↓ 1 callersMethodduplicateNode
(uuid: string, includeChildren: boolean = true)
source/tools/node-tools.ts:989
↓ 1 callersMethodduplicatePrefab
(args: any)
source/tools/prefab-tools.ts:1504
↓ 1 callersMethodendUndoRecording
(undoId: string)
source/tools/scene-advanced-tools.ts:633
↓ 1 callersMethodenhanceTreeWithMCPComponents
* 使用MCP接口增强节点树,获取正确的组件信息
source/tools/prefab-tools.ts:975
↓ 1 callersMethodescapJsonString
(str: string)
source/tools/validation-tools.ts:197
↓ 1 callersMethodexecuteComponentMethod
(uuid: string, name: string, args: any[] = [])
source/tools/scene-advanced-tools.ts:554
↓ 1 callersMethodexecuteSceneScript
(name: string, method: string, args: any[] = [])
source/tools/scene-advanced-tools.ts:574
↓ 1 callersMethodexecuteScript
(script: string)
source/tools/debug-tools.ts:255
↓ 1 callersMethodexportAssetManifest
(directory: string = 'db://assets', format: string = 'json', includeMetadata: boolean = true)
source/tools/asset-advanced-tools.ts:517
↓ 1 callersMethodexportConfiguration
(configId: string)
source/tools/tool-manager.ts:374
↓ 1 callersMethodexportPreferences
(exportPath?: string)
source/tools/preferences-tools.ts:296
↓ 1 callersMethodexportToolConfiguration
(config: ToolConfiguration)
source/tools/tool-manager.ts:63
↓ 1 callersMethodextractComponentsFromNode
(nodeData: any)
source/tools/prefab-tools.ts:2544
↓ 1 callersMethodextractNodeUuid
* 从节点数据中提取UUID
source/tools/prefab-tools.ts:2242
↓ 1 callersMethodfindAssetByName
(args: any)
source/tools/project-tools.ts:960
↓ 1 callersMethodfindNodeByName
(name: string)
source/tools/node-tools.ts:586
↓ 1 callersMethodfindNodeInTree
(node: any, targetUuid: string)
source/tools/prefab-tools.ts:951
↓ 1 callersMethodfindNodes
(pattern: string, exactMatch: boolean = false)
source/tools/node-tools.ts:535
↓ 1 callersMethodfixJsonString
(jsonStr: string)
source/tools/validation-tools.ts:173
↓ 1 callersMethodfocusCameraOnNodes
(uuids: string[] | null)
source/tools/scene-view-tools.ts:493
↓ 1 callersMethodformatFileSize
(bytes: number)
source/tools/debug-tools.ts:630
↓ 1 callersMethodformatMcpRequest
(toolName: string, toolArgs: any)
source/tools/validation-tools.ts:141
↓ 1 callersMethodgenerateAvailableUrl
(url: string)
source/tools/asset-advanced-tools.ts:264
↓ 1 callersMethodgenerateComponentSuggestion
* 生成组件建议信息
source/tools/component-tools.ts:1699
↓ 1 callersMethodgenerateCurlCommand
(jsonStr: string)
source/tools/validation-tools.ts:257
↓ 1 callersMethodgenerateCurlExample
(category: string, toolName: string, schema: any)
source/mcp-server.ts:415
↓ 1 callersMethodgenerateSampleParams
(schema: any)
source/mcp-server.ts:425
↓ 1 callersMethodgetActiveListeners
()
source/tools/broadcast-tools.ts:247
↓ 1 callersMethodgetAllNodes
()
source/tools/node-tools.ts:637
↓ 1 callersMethodgetAssetDependencies
(urlOrUUID: string, direction: string = 'dependencies')
source/tools/asset-advanced-tools.ts:487
↓ 1 callersMethodgetAssetDetails
(assetPath: string, includeSubAssets: boolean = true)
source/tools/project-tools.ts:1034
↓ 1 callersMethodgetAssetInfo
(prefabPath: string)
source/tools/prefab-tools.ts:600
↓ 1 callersMethodgetAvailableComponents
(category: string = 'all')
source/tools/component-tools.ts:1169
↓ 1 callersMethodgetAvailableTools
()
source/tools/tool-manager.ts:238
↓ 1 callersMethodgetBroadcastLog
(limit: number = 50, messageType?: string)
source/tools/broadcast-tools.ts:153
↓ 1 callersMethodgetBuildSettings
()
source/tools/project-tools.ts:666
↓ 1 callersMethodgetComponentCategory
(componentType: string)
source/tools/node-tools.ts:1096
↓ 1 callersMethodgetConfigurations
()
source/tools/tool-manager.ts:242
↓ 1 callersMethodgetConsoleLogs
(limit: number = 100, filter: string = 'all')
source/tools/debug-tools.ts:221
↓ 1 callersFunctiongetCreatorTypesVersion
()
scripts/preinstall.js:58
↓ 1 callersMethodgetCurrentScene
()
source/tools/scene-tools.ts:124
↓ 1 callersMethodgetEditorInfo
()
source/tools/debug-tools.ts:403
↓ 1 callersMethodgetFilesFromDirectory
(dirPath: string, fileFilter: string[], recursive: boolean)
source/tools/asset-advanced-tools.ts:377
↓ 1 callersMethodgetFilteredTools
(enabledTools: any[])
source/mcp-server.ts:128
↓ 1 callersMethodgetJsonFixSuggestions
(jsonStr: string)
source/tools/validation-tools.ts:238
↓ 1 callersMethodgetLogFileInfo
()
source/tools/debug-tools.ts:493
↓ 1 callersMethodgetNetworkInterfaces
()
source/tools/server-tools.ts:223
↓ 1 callersMethodgetNodeTree
(rootUuid?: string, maxDepth: number = 10)
source/tools/debug-tools.ts:275
↓ 1 callersMethodgetNodeWithChildren
(nodeUuid: string)
source/tools/prefab-tools.ts:925
↓ 1 callersMethodgetPerformanceStats
()
source/tools/debug-tools.ts:326
↓ 1 callersMethodgetPrefabList
(folder: string = 'db://assets')
source/tools/prefab-tools.ts:213
↓ 1 callersMethodgetProjectInfo
()
source/tools/project-tools.ts:495
↓ 1 callersMethodgetProjectLogs
(lines: number = 100, filterKeyword?: string, logLevel: string = 'ALL')
source/tools/debug-tools.ts:424
↓ 1 callersMethodgetProjectSettings
(category: string = 'general')
source/tools/project-tools.ts:518
↓ 1 callersMethodgetSceneHierarchy
(includeComponents: boolean = false)
source/tools/scene-tools.ts:398
↓ 1 callersMethodgetSceneViewStatus
()
source/tools/scene-view-tools.ts:535
↓ 1 callersMethodgetServerStatus
()
source/tools/server-tools.ts:132
↓ 1 callersMethodgetSimplifiedToolsList
()
source/mcp-server.ts:398
↓ 1 callersMethodgetStatus
()
source/mcp-server.ts:326
↓ 1 callersMethodgetTestReport
()
source/test/tool-tester.ts:139
↓ 1 callersMethodgetToolManagerState
()
source/tools/tool-manager.ts:409
↓ 1 callersMethodgetUnusedAssets
(directory: string = 'db://assets', excludeDirectories: string[] = [])
source/tools/asset-advanced-tools.ts:497
↓ 1 callersMethodgroupResultsByTool
()
source/test/tool-tester.ts:156
↓ 1 callersMethodhandleMCPRequest
(req: http.IncomingMessage, res: http.ServerResponse)
source/mcp-server.ts:204
↓ 1 callersMethodhandleMessage
(message: any)
source/mcp-server.ts:246
↓ 1 callersMethodhandleSimpleAPIRequest
(req: http.IncomingMessage, res: http.ServerResponse, pathname: string)
source/mcp-server.ts:334
↓ 1 callersMethodimportAsset
(sourcePath: string, targetFolder: string)
source/tools/project-tools.ts:561
↓ 1 callersMethodimportConfiguration
(configJson: string)
source/tools/tool-manager.ts:383
↓ 1 callersMethodimportPreferences
(importPath: string)
source/tools/preferences-tools.ts:323
← previousnext →101–200 of 464, ranked by callers