Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DaxianLee/cocos-mcp-server
/ functions
Functions
464 in github.com/DaxianLee/cocos-mcp-server
⨍
Functions
464
◇
Types & classes
64
↓ 1 callers
Method
updateConfiguration
(configId: string, updates: Partial<ToolConfiguration>)
source/tools/tool-manager.ts:274
↓ 1 callers
Method
updatePrefab
(prefabPath: string, nodeUuid: string)
source/tools/prefab-tools.ts:1329
↓ 1 callers
Method
updateToolStatusBatch
(configId: string, updates: { category: string; name: string; enabled: boolean }[])
source/tools/tool-manager.ts:348
↓ 1 callers
Method
validateAgainstSchema
(data: any, schema: any)
source/tools/validation-tools.ts:208
↓ 1 callers
Method
validateAssetReferences
(directory: string = 'db://assets')
source/tools/asset-advanced-tools.ts:441
↓ 1 callers
Method
validateJsonParams
(jsonString: string, expectedSchema?: any)
source/tools/validation-tools.ts:72
↓ 1 callers
Method
validatePrefab
(prefabPath: string)
source/tools/prefab-tools.ts:1404
↓ 1 callers
Method
validatePrefabFormat
(prefabData: any)
source/tools/prefab-tools.ts:1460
↓ 1 callers
Method
validateScene
(options: any)
source/tools/debug-tools.ts:349
↓ 1 callers
Method
verifyPropertyChange
(nodeUuid: string, componentType: string, property: string, originalValue: any, expectedValue: any)
source/tools/component-tools.ts:1533
Function
addComponentToNode
* Add component to a node
source/scene.ts:23
Method
addConsoleMessage
(message: any)
source/tools/debug-tools.ts:20
Function
applyConfiguration
(this: any)
source/panels/tool-manager/index.ts:360
Function
beforeClose
()
source/panels/tool-manager/index.ts:579
Function
beforeClose
()
source/panels/default/index.ts:379
Function
bindEvents
(this: any)
source/panels/tool-manager/index.ts:543
Function
bindToolEvents
(this: any)
source/panels/tool-manager/index.ts:141
Method
buildBasicNodeInfo
(nodeUuid: string)
source/tools/prefab-tools.ts:1021
Method
buildTree
(nodeUuid: string, depth: number = 0)
source/tools/debug-tools.ts:277
Function
close
()
source/panels/tool-manager/index.ts:582
Function
close
()
source/panels/default/index.ts:380
Function
confirmImport
(this: any)
source/panels/tool-manager/index.ts:393
Method
connect
(port: number)
source/test/mcp-tool-tester.ts:11
Method
constructor
()
TestScript.js:13
Method
constructor
(settings: MCPServerSettings)
source/mcp-server.ts:28
Method
constructor
()
source/tools/tool-manager.ts:10
Method
constructor
()
source/tools/broadcast-tools.ts:7
Method
constructor
()
source/tools/debug-tools.ts:9
Method
constructor
()
source/test/prefab-tools-test.ts:7
Function
copyUrl
()
source/panels/default/index.ts:139
Function
createConfiguration
(this: any)
source/panels/tool-manager/index.ts:298
Method
createMinimalNode
* 创建最小化的节点对象,不包含任何组件以避免依赖问题
source/tools/prefab-tools.ts:2267
Function
createNewScene
* Create a new scene
source/scene.ts:8
Function
createNode
* Create a new node
source/scene.ts:91
Function
createPrefabFromNode
* Create prefab from node
source/scene.ts:329
Method
createPrefabFromNode
(args: any)
source/tools/prefab-tools.ts:1391
Method
createStandardComponentObject
(componentData: any, nodeId: number, prefabInfoId: number)
source/tools/prefab-tools.ts:2566
Method
createStandardPrefabData
(nodeData: any, prefabName: string, prefabUuid: string)
source/tools/prefab-tools.ts:2394
Function
createToolConfiguration
(name: string, description?: string)
source/main.ts:120
Method
createVec3Object
(data: any)
source/tools/prefab-tools.ts:2715
Function
deleteConfiguration
(this: any)
source/panels/tool-manager/index.ts:341
Function
deleteToolConfiguration
(configId: string)
source/main.ts:137
Function
deselectAllTools
(this: any)
source/panels/tool-manager/index.ts:450
Function
deselectAllTools
()
source/panels/default/index.ts:211
Method
disconnect
()
source/test/mcp-tool-tester.ts:225
Function
editConfiguration
(this: any)
source/panels/tool-manager/index.ts:306
Method
establishPrefabConnection
* 建立节点与预制体的关联关系 * 这个方法创建必要的PrefabInfo和PrefabInstance结构
source/tools/prefab-tools.ts:329
Method
execute
(toolName: string, args: any)
source/tools/server-tools.ts:63
Method
execute
(toolName: string, args: any)
source/tools/asset-advanced-tools.ts:218
Method
execute
(toolName: string, args: any)
source/tools/validation-tools.ts:59
Method
execute
(toolName: string, args: any)
source/tools/prefab-tools.ts:186
Method
execute
(toolName: string, args: any)
source/tools/reference-image-tools.ts:170
Method
execute
(toolName: string, args: any)
source/tools/scene-tools.ts:101
Method
execute
(toolName: string, args: any)
source/tools/component-tools.ts:185
Method
execute
(toolName: string, args: any)
source/tools/scene-advanced-tools.ts:358
Method
execute
(toolName: string, args: any)
source/tools/scene-view-tools.ts:225
Method
execute
(toolName: string, args: any)
source/tools/project-tools.ts:394
Method
execute
(toolName: string, args: any)
source/tools/broadcast-tools.ts:78
Method
execute
(toolName: string, args: any)
source/tools/preferences-tools.ts:133
Method
execute
(toolName: string, args: any)
source/tools/debug-tools.ts:194
Method
execute
(toolName: string, args: any)
source/tools/node-tools.ts:280
Function
exportConfiguration
(this: any)
source/panels/tool-manager/index.ts:373
Function
exportToolConfiguration
(configId: string)
source/main.ts:199
Function
exportToolConfiguration
(config: ToolConfiguration)
source/settings.ts:85
Method
extractChildUuid
(childRef: any)
source/tools/prefab-tools.ts:1061
Method
findComponentTypeByUuid
(componentUuid: string)
source/tools/component-tools.ts:450
Function
findNodeByName
* Find node by name
source/scene.ts:194
Function
getAllNodes
* Get all nodes in scene
source/scene.ts:163
Function
getCategoryDisplayName
(this: any, category: string)
source/panels/tool-manager/index.ts:489
Function
getCategoryDisplayName
(category: string)
source/panels/default/index.ts:262
Method
getClients
()
source/mcp-server.ts:149
Function
getCurrentSceneInfo
* Get current scene information
source/scene.ts:224
Function
getEnabledTools
()
source/main.ts:215
Function
getFilteredToolsList
()
source/main.ts:88
Method
getNodeDataForPrefab
(nodeUuid: string)
source/tools/prefab-tools.ts:2380
Function
getNodeInfo
* Get node information
source/scene.ts:125
Function
getSceneHierarchy
* Get scene hierarchy
source/scene.ts:289
Function
getServerSettings
* @en Get server settings * @zh 获取服务器设置
source/main.ts:103
Function
getServerStatus
* @en Get server status * @zh 获取服务器状态
source/main.ts:55
Function
getSettings
* @en Get server settings (alternative method) * @zh 获取服务器设置(替代方法)
source/main.ts:111
Function
getToolManagerState
()
source/main.ts:116
Method
getTools
()
source/tools/server-tools.ts:4
Method
getTools
()
source/tools/asset-advanced-tools.ts:4
Method
getTools
()
source/tools/validation-tools.ts:4
Method
getTools
()
source/tools/prefab-tools.ts:4
Method
getTools
()
source/tools/reference-image-tools.ts:4
Method
getTools
()
source/tools/scene-tools.ts:4
Method
getTools
()
source/tools/component-tools.ts:4
Method
getTools
()
source/tools/scene-advanced-tools.ts:4
Method
getTools
()
source/tools/scene-view-tools.ts:4
Method
getTools
()
source/tools/project-tools.ts:6
Method
getTools
()
source/tools/broadcast-tools.ts:11
Method
getTools
()
source/tools/preferences-tools.ts:4
Method
getTools
()
source/tools/debug-tools.ts:32
Method
getTools
()
source/tools/node-tools.ts:6
Function
getToolsByCategory
(category: string)
source/panels/default/index.ts:258
Function
getToolsList
* @en Get tools list * @zh 获取工具列表
source/main.ts:84
Method
getValue
(prop: any)
source/tools/prefab-tools.ts:2179
Method
handleHttpRequest
(req: http.IncomingMessage, res: http.ServerResponse)
source/mcp-server.ts:166
Function
hide
()
source/panels/tool-manager/index.ts:7
← previous
next →
301–400 of 464, ranked by callers