Skip to content

run-tool (Deprecated)

⚠️ This command has been deprecated and removed.

Migration Notice

The run-tool command is no longer available. Please use the call command in interactive mode instead.

Old Usage (No Longer Works)

mcpp run-tool  # ❌ Deprecated
mcpp interactive
# Then in interactive mode:
mcpp> call [tool-name] [arguments]

Why the Change?

The run-tool command was replaced with the more powerful interactive CLI that provides:

  • Better tool discovery and management
  • Enhanced error handling
  • Real-time feedback
  • Session persistence
  • Improved user experience

Migration Guide

  1. Start interactive mode:

    mcpp interactive
    

  2. Use the call command:

    mcpp> call list_repositories
    mcpp> call create_issue --title "Bug fix" --body "Description"
    

  3. Exit when done:

    mcpp> exit
    

Need Help?

If you have questions about migrating from run-tool to the new interactive CLI, please: