MCPcopy Create free account

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

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

↓ 1 callersMethodupdateConfiguration
(configId: string, updates: Partial<ToolConfiguration>)
source/tools/tool-manager.ts:274
↓ 1 callersMethodupdatePrefab
(prefabPath: string, nodeUuid: string)
source/tools/prefab-tools.ts:1329
↓ 1 callersMethodupdateToolStatusBatch
(configId: string, updates: { category: string; name: string; enabled: boolean }[])
source/tools/tool-manager.ts:348
↓ 1 callersMethodvalidateAgainstSchema
(data: any, schema: any)
source/tools/validation-tools.ts:208
↓ 1 callersMethodvalidateAssetReferences
(directory: string = 'db://assets')
source/tools/asset-advanced-tools.ts:441
↓ 1 callersMethodvalidateJsonParams
(jsonString: string, expectedSchema?: any)
source/tools/validation-tools.ts:72
↓ 1 callersMethodvalidatePrefab
(prefabPath: string)
source/tools/prefab-tools.ts:1404
↓ 1 callersMethodvalidatePrefabFormat
(prefabData: any)
source/tools/prefab-tools.ts:1460
↓ 1 callersMethodvalidateScene
(options: any)
source/tools/debug-tools.ts:349
↓ 1 callersMethodverifyPropertyChange
(nodeUuid: string, componentType: string, property: string, originalValue: any, expectedValue: any)
source/tools/component-tools.ts:1533
FunctionaddComponentToNode
* Add component to a node
source/scene.ts:23
MethodaddConsoleMessage
(message: any)
source/tools/debug-tools.ts:20
FunctionapplyConfiguration
(this: any)
source/panels/tool-manager/index.ts:360
FunctionbeforeClose
()
source/panels/tool-manager/index.ts:579
FunctionbeforeClose
()
source/panels/default/index.ts:379
FunctionbindEvents
(this: any)
source/panels/tool-manager/index.ts:543
FunctionbindToolEvents
(this: any)
source/panels/tool-manager/index.ts:141
MethodbuildBasicNodeInfo
(nodeUuid: string)
source/tools/prefab-tools.ts:1021
MethodbuildTree
(nodeUuid: string, depth: number = 0)
source/tools/debug-tools.ts:277
Functionclose
()
source/panels/tool-manager/index.ts:582
Functionclose
()
source/panels/default/index.ts:380
FunctionconfirmImport
(this: any)
source/panels/tool-manager/index.ts:393
Methodconnect
(port: number)
source/test/mcp-tool-tester.ts:11
Methodconstructor
()
TestScript.js:13
Methodconstructor
(settings: MCPServerSettings)
source/mcp-server.ts:28
Methodconstructor
()
source/tools/tool-manager.ts:10
Methodconstructor
()
source/tools/broadcast-tools.ts:7
Methodconstructor
()
source/tools/debug-tools.ts:9
Methodconstructor
()
source/test/prefab-tools-test.ts:7
FunctioncopyUrl
()
source/panels/default/index.ts:139
FunctioncreateConfiguration
(this: any)
source/panels/tool-manager/index.ts:298
MethodcreateMinimalNode
* 创建最小化的节点对象,不包含任何组件以避免依赖问题
source/tools/prefab-tools.ts:2267
FunctioncreateNewScene
* Create a new scene
source/scene.ts:8
FunctioncreateNode
* Create a new node
source/scene.ts:91
FunctioncreatePrefabFromNode
* Create prefab from node
source/scene.ts:329
MethodcreatePrefabFromNode
(args: any)
source/tools/prefab-tools.ts:1391
MethodcreateStandardComponentObject
(componentData: any, nodeId: number, prefabInfoId: number)
source/tools/prefab-tools.ts:2566
MethodcreateStandardPrefabData
(nodeData: any, prefabName: string, prefabUuid: string)
source/tools/prefab-tools.ts:2394
FunctioncreateToolConfiguration
(name: string, description?: string)
source/main.ts:120
MethodcreateVec3Object
(data: any)
source/tools/prefab-tools.ts:2715
FunctiondeleteConfiguration
(this: any)
source/panels/tool-manager/index.ts:341
FunctiondeleteToolConfiguration
(configId: string)
source/main.ts:137
FunctiondeselectAllTools
(this: any)
source/panels/tool-manager/index.ts:450
FunctiondeselectAllTools
()
source/panels/default/index.ts:211
Methoddisconnect
()
source/test/mcp-tool-tester.ts:225
FunctioneditConfiguration
(this: any)
source/panels/tool-manager/index.ts:306
MethodestablishPrefabConnection
* 建立节点与预制体的关联关系 * 这个方法创建必要的PrefabInfo和PrefabInstance结构
source/tools/prefab-tools.ts:329
Methodexecute
(toolName: string, args: any)
source/tools/server-tools.ts:63
Methodexecute
(toolName: string, args: any)
source/tools/asset-advanced-tools.ts:218
Methodexecute
(toolName: string, args: any)
source/tools/validation-tools.ts:59
Methodexecute
(toolName: string, args: any)
source/tools/prefab-tools.ts:186
Methodexecute
(toolName: string, args: any)
source/tools/reference-image-tools.ts:170
Methodexecute
(toolName: string, args: any)
source/tools/scene-tools.ts:101
Methodexecute
(toolName: string, args: any)
source/tools/component-tools.ts:185
Methodexecute
(toolName: string, args: any)
source/tools/scene-advanced-tools.ts:358
Methodexecute
(toolName: string, args: any)
source/tools/scene-view-tools.ts:225
Methodexecute
(toolName: string, args: any)
source/tools/project-tools.ts:394
Methodexecute
(toolName: string, args: any)
source/tools/broadcast-tools.ts:78
Methodexecute
(toolName: string, args: any)
source/tools/preferences-tools.ts:133
Methodexecute
(toolName: string, args: any)
source/tools/debug-tools.ts:194
Methodexecute
(toolName: string, args: any)
source/tools/node-tools.ts:280
FunctionexportConfiguration
(this: any)
source/panels/tool-manager/index.ts:373
FunctionexportToolConfiguration
(configId: string)
source/main.ts:199
FunctionexportToolConfiguration
(config: ToolConfiguration)
source/settings.ts:85
MethodextractChildUuid
(childRef: any)
source/tools/prefab-tools.ts:1061
MethodfindComponentTypeByUuid
(componentUuid: string)
source/tools/component-tools.ts:450
FunctionfindNodeByName
* Find node by name
source/scene.ts:194
FunctiongetAllNodes
* Get all nodes in scene
source/scene.ts:163
FunctiongetCategoryDisplayName
(this: any, category: string)
source/panels/tool-manager/index.ts:489
FunctiongetCategoryDisplayName
(category: string)
source/panels/default/index.ts:262
MethodgetClients
()
source/mcp-server.ts:149
FunctiongetCurrentSceneInfo
* Get current scene information
source/scene.ts:224
FunctiongetEnabledTools
()
source/main.ts:215
FunctiongetFilteredToolsList
()
source/main.ts:88
MethodgetNodeDataForPrefab
(nodeUuid: string)
source/tools/prefab-tools.ts:2380
FunctiongetNodeInfo
* Get node information
source/scene.ts:125
FunctiongetSceneHierarchy
* Get scene hierarchy
source/scene.ts:289
FunctiongetServerSettings
* @en Get server settings * @zh 获取服务器设置
source/main.ts:103
FunctiongetServerStatus
* @en Get server status * @zh 获取服务器状态
source/main.ts:55
FunctiongetSettings
* @en Get server settings (alternative method) * @zh 获取服务器设置(替代方法)
source/main.ts:111
FunctiongetToolManagerState
()
source/main.ts:116
MethodgetTools
()
source/tools/server-tools.ts:4
MethodgetTools
()
source/tools/asset-advanced-tools.ts:4
MethodgetTools
()
source/tools/validation-tools.ts:4
MethodgetTools
()
source/tools/prefab-tools.ts:4
MethodgetTools
()
source/tools/reference-image-tools.ts:4
MethodgetTools
()
source/tools/scene-tools.ts:4
MethodgetTools
()
source/tools/component-tools.ts:4
MethodgetTools
()
source/tools/scene-advanced-tools.ts:4
MethodgetTools
()
source/tools/scene-view-tools.ts:4
MethodgetTools
()
source/tools/project-tools.ts:6
MethodgetTools
()
source/tools/broadcast-tools.ts:11
MethodgetTools
()
source/tools/preferences-tools.ts:4
MethodgetTools
()
source/tools/debug-tools.ts:32
MethodgetTools
()
source/tools/node-tools.ts:6
FunctiongetToolsByCategory
(category: string)
source/panels/default/index.ts:258
FunctiongetToolsList
* @en Get tools list * @zh 获取工具列表
source/main.ts:84
MethodgetValue
(prop: any)
source/tools/prefab-tools.ts:2179
MethodhandleHttpRequest
(req: http.IncomingMessage, res: http.ServerResponse)
source/mcp-server.ts:166
Functionhide
()
source/panels/tool-manager/index.ts:7
← previousnext →301–400 of 464, ranked by callers