fix: stabilize lobster tool subprocess

This commit is contained in:
Peter Steinberger
2026-01-22 03:20:15 +00:00
parent 472b8fe15d
commit 40757a8c18
2 changed files with 17 additions and 4 deletions
+10
View File
@@ -0,0 +1,10 @@
{
"id": "lobster",
"name": "Lobster",
"description": "Typed workflow tool with resumable approvals.",
"configSchema": {
"type": "object",
"additionalProperties": false,
"properties": {}
}
}