Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions core/framework/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,11 @@ def main():

register_debugger_commands(subparsers)

# Register MCP registry commands (mcp install, mcp add, ...)
from framework.runner.mcp_registry_cli import register_mcp_commands

register_mcp_commands(subparsers)

args = parser.parse_args()

if hasattr(args, "func"):
Expand Down
Loading
Loading