mirror of
https://github.com/openswarm-ai/openswarm.git
synced 2026-09-22 01:24:52 +02:00
[eric] cleanup: cwd-proof spawn stdio test, de-prefix evict_dead_card (p-private), trim Tools.tsx to cap
This commit is contained in:
@@ -101,8 +101,9 @@ def test_spawn_server_schema_is_prompt_plus_background_only() -> None:
|
||||
|
||||
|
||||
def test_spawn_server_speaks_mcp_stdio() -> None:
|
||||
from backend.apps.agents import spawn_agent_mcp_server as srv
|
||||
proc = subprocess.Popen(
|
||||
[sys.executable, "backend/apps/agents/spawn_agent_mcp_server.py"],
|
||||
[sys.executable, srv.__file__],
|
||||
stdin=subprocess.PIPE, stdout=subprocess.PIPE, text=True,
|
||||
)
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user