diff --git a/mcpserver/tools/status/prompts.py b/mcpserver/tools/status/prompts.py index e303f94..2a7c908 100644 --- a/mcpserver/tools/status/prompts.py +++ b/mcpserver/tools/status/prompts.py @@ -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'", diff --git a/mcpserver/version.py b/mcpserver/version.py index c31f7a2..04c633d 100644 --- a/mcpserver/version.py +++ b/mcpserver/version.py @@ -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"