Skip to content

Commit d6efc9a

Browse files
authored
Merge pull request #175 from aliasrobotics/mcp
Add MCP command
2 parents d2d9616 + 87f362e commit d6efc9a

File tree

4 files changed

+1169
-4
lines changed

4 files changed

+1169
-4
lines changed

src/cai/repl/commands/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@
4040
workspace,
4141
virtualization,
4242
load,
43-
parallel # Add the new parallel command
43+
parallel, # Add the new parallel command
44+
mcp # Add the MCP command
4445
)
4546

4647
# Define helper functions

0 commit comments

Comments
 (0)