Resolve command to long message

This commit is contained in:
Auto
2026-01-12 13:39:34 +02:00
parent f31ea403ea
commit 9816621e99
2 changed files with 4 additions and 4 deletions

View File

@@ -231,7 +231,8 @@ class AssistantChatSession:
"command": sys.executable,
"args": ["-m", "mcp_server.feature_mcp"],
"env": {
**os.environ,
# Only specify variables the MCP server needs
# (subprocess inherits parent environment automatically)
"PROJECT_DIR": str(self.project_dir.resolve()),
"PYTHONPATH": str(ROOT_DIR.resolve()),
},