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
2 changes: 1 addition & 1 deletion mcpserver/tools/status/prompts.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

PERSONA = "You are a workflow status expert."

CONTEXT = "We just completed a step in an orchestration. We need to determine the final status."
CONTEXT = "We just completed a step in an orchestration. We need to determine the final status. If you see a return code and it is 0, you MUST indicate success."

REQUIRES = [
"You MUST return a single json structure with a single field 'action'",
Expand Down
2 changes: 1 addition & 1 deletion mcpserver/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.0.1"
__version__ = "0.0.11"
AUTHOR = "Vanessa Sochat"
AUTHOR_EMAIL = "vsoch@users.noreply.github.com"
NAME = "mcp-serve"
Expand Down