chore(checkpoint): Phase 4 Codebase-Wide Type Hint Sweep complete. Total fixes: ~400+. Verification status: 230 pass, 16 fail (pre-existing API drift), 29 error (live_gui env).
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import sys
|
||||
import sys
|
||||
import json
|
||||
import os
|
||||
import io
|
||||
@@ -39,6 +39,7 @@ def main() -> None:
|
||||
result = shell_runner.run_powershell(script, os.getcwd())
|
||||
else:
|
||||
# mcp_client tools generally resolve paths relative to CWD if not configured.
|
||||
mcp_client.configure([], [os.getcwd()])
|
||||
result = mcp_client.dispatch(tool_name, tool_input)
|
||||
# We print the raw result string as that's what gemini-cli expects.
|
||||
print(result)
|
||||
@@ -48,3 +49,4 @@ def main() -> None:
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user