Skip to content

Commit 4d50584

Browse files
committed
refactor: convert manage_script_capabilities docstring to multiline format [skip ci]
1 parent e338c7a commit 4d50584

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

UnityMcpBridge/UnityMcpServer~/src/tools/manage_script.py

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -513,8 +513,12 @@ def manage_script(
513513
}
514514

515515
@mcp.tool(name="manage_script_capabilities", description=(
516-
"Get manage_script capabilities (supported ops, limits, and guards).\n\n"
517-
"Returns:\n- ops: list of supported structured ops\n- text_ops: list of supported text ops\n- max_edit_payload_bytes: server edit payload cap\n- guards: header/using guard enabled flag\n"
516+
"""Get manage_script capabilities (supported ops, limits, and guards).
517+
Returns:
518+
- ops: list of supported structured ops
519+
- text_ops: list of supported text ops
520+
- max_edit_payload_bytes: server edit payload cap
521+
- guards: header/using guard enabled flag"""
518522
))
519523
@telemetry_tool("manage_script_capabilities")
520524
def manage_script_capabilities(ctx: Context) -> dict[str, Any]:

0 commit comments

Comments
 (0)