MCP Inception MCP Server
execute_mcp_client
Offload certain tasks to AI. Used for research purposes, do not use for code editing or anything code related. Only used to fetch data.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
command | Yes | The MCP client command to execute |
Input Schema (JSON Schema)
{
"properties": {
"command": {
"description": "The MCP client command to execute",
"type": "string"
}
},
"required": [
"command"
],
"type": "object"
}