mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-31 13:29:35 +08:00
35 lines
884 B
Markdown
35 lines
884 B
Markdown
## hrp mcphost
|
|
|
|
Export MCP server tools to JSON description
|
|
|
|
### Synopsis
|
|
|
|
Export all tools from MCP servers to JSON description.
|
|
The tools will be exported with their descriptions, parameters, and return values.
|
|
|
|
```
|
|
hrp mcphost [flags]
|
|
```
|
|
|
|
### Options
|
|
|
|
```
|
|
--dump string path to save the exported tools JSON file (default "tools_records.json")
|
|
-h, --help help for mcphost
|
|
-c, --mcp-config string path to the MCP config file (default "$HOME/.hrp/mcp.json")
|
|
```
|
|
|
|
### Options inherited from parent commands
|
|
|
|
```
|
|
--log-json set log to json format (default colorized console)
|
|
-l, --log-level string set log level (default "INFO")
|
|
--venv string specify python3 venv path
|
|
```
|
|
|
|
### SEE ALSO
|
|
|
|
* [hrp](hrp.md) - All-in-One Testing Framework for API, UI and Performance
|
|
|
|
###### Auto generated by spf13/cobra on 16-May-2025
|