Skip to content

Commit fa3d903

Browse files
committed
Fix
1 parent 670aa34 commit fa3d903

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

cmd/scw/testdata/test-all-usage-mcp-server-list-tools-usage.golden

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
🎲🎲🎲 EXIT CODE: 0 🎲🎲🎲
22
🟩🟩🟩 STDOUT️ 🟩🟩🟩️
3-
Lists all CLI commands that would be exposed as MCP tools by the server. Use filters to see which commands are available for specific namespacess, resourcess, or verbss.
3+
Lists all CLI commands that would be exposed as MCP tools by the server. Use filters to see which commands are available for specific namespaces, resources, or verbs.
44

55
USAGE:
66
scw mcp server list-tools [arg=value ...]
@@ -9,17 +9,17 @@ EXAMPLES:
99
List all available MCP tools
1010
scw mcp server list-tools
1111

12-
List tools for a specific namespaces
12+
List tools for specific namespaces (comma-separated)
1313
scw mcp server list-tools namespaces=instance
1414

15-
List tools for a specific resources
15+
List tools for specific resources (comma-separated)
1616
scw mcp server list-tools resources=server
1717

1818
List only read-only tools (get/list operations)
1919
scw mcp server list-tools read-only=true
2020

21-
List tools with a specific verbs
22-
scw mcp server list-tools verbs=get
21+
List tools with specific verbs (comma-separated)
22+
scw mcp server list-tools verbs=get,list
2323

2424
ARGS:
2525
[namespaces] Filter by namespaces (e.g., instance, iam, object)

0 commit comments

Comments
 (0)