Skip to Main Content

SQLcl: MCP Server & SQL Prompt

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

SQLcl 26.1.0.086.1709: "project stage" command crashes/exits/does nothing

Simon_PApr 8 2026

After upgrading to SQLcl: Release 26.1.0.0 Production Build: 26.1.0.086.1709, the “project stage” command is no longer working. Sample output:

SQL> project stage -verbose -debug

-----  DISPLAY ARGUMENTS  -----
 BRANCH-NAME:    null
 NO-RESORT:      false
 DEBUG:          true
 VERBOSE:        true
-----  END ARGUMENTS -----

The current connection MY_APPLICATION will be used for all operations

Starting execution of stage command using the current branch
source branch: refs/heads/my-feature-branch
 master branch: refs/heads/main

$ echo $?
1

$

Note at the end there – it exits SQLcl completely with the non-zero return code.

And no log file is produced. Consequently, unsure of what else I can do to try to diagnose the issue? Suggestions? Thanks.

Comments
Post Details
Added on Apr 8 2026
8 comments
287 views