Skip to content
Merged
Show file tree
Hide file tree
Changes from 9 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
2 changes: 2 additions & 0 deletions src/mcp_agent/cli/commands/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
configure,
go,
check,
install,
) # noqa: F401

__all__ = [
Expand All @@ -41,4 +42,5 @@
"configure",
"go",
"check",
"install",
]
Loading
Loading