@@ -106,53 +106,6 @@ mcpc @fs tools-list
106106<!-- AUTO-GENERATED: mcpc --help -->
107107
108108```
109- Usage: mcpc [<@session>] [<command>] [options]
110-
111- Universal command-line client for the Model Context Protocol (MCP).
112-
113- Commands:
114- connect <server> <@session> Connect to an MCP server and start a new named @session
115- close <@session> Close a session
116- restart <@session> Restart a session (losing all state)
117- shell <@session> Open interactive shell for a session
118- login <server> Interactively login to a server using OAuth and save profile
119- logout <server> Delete an OAuth profile for a server
120- clean [resources...] Clean up mcpc data (sessions, profiles, logs, all)
121- grep <pattern> Search tools and instructions across all active sessions
122- x402 [subcommand] [args...] Configure an x402 payment wallet (EXPERIMENTAL)
123- help [command] [subcommand] Show help for a specific command
124-
125- Options:
126- -j, --json Output in JSON format for scripting
127- --verbose Enable debug logging
128- --profile <name> OAuth profile for the server ("default" if not provided)
129- --schema <file> Validate tool/prompt schema against expected schema
130- --schema-mode <mode> Schema validation mode: strict, compatible (default), ignore
131- --timeout <seconds> Request timeout in seconds (default: 300)
132- --insecure Skip TLS certificate verification (for self-signed certs)
133- -v, --version Output the version number
134- -h, --help Display help
135-
136- MCP session commands (after connecting):
137- <@session> Show MCP server info, capabilities, and tools
138- <@session> grep <pattern> Search tools and instructions
139- <@session> tools-list List all server tools
140- <@session> tools-get <name> Get tool details and schema
141- <@session> tools-call <name> [arg:=val ... | <json> | <stdin]
142- <@session> prompts-list
143- <@session> prompts-get <name> [arg:=val ... | <json> | <stdin]
144- <@session> resources-list
145- <@session> resources-read <uri>
146- <@session> resources-subscribe <uri>
147- <@session> resources-unsubscribe <uri>
148- <@session> resources-templates-list
149- <@session> tasks-list
150- <@session> tasks-get <taskId>
151- <@session> tasks-cancel <taskId>
152- <@session> logging-set-level <level>
153- <@session> ping
154-
155- Run "mcpc" without arguments to show active sessions and OAuth profiles.
156109```
157110
158111### General actions
0 commit comments