settings.local.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. {
  2. "permissions": {
  3. "allow": [
  4. "Bash(D:\\\\learn-agent\\\\hello-agents-1.0.2\\\\code\\\\chapter13\\\\helloagents-trip-planner\\\\backend\\\\.venv\\\\Scripts\\\\python *)",
  5. "Bash(D:/learn-agent/hello-agents-1.0.2/code/chapter13/helloagents-trip-planner/backend/.venv/Scripts/python *)",
  6. "Bash(D:/learn-agent/hello-agents-1.0.2/code/chapter13/helloagents-trip-planner/backend/.venv/Scripts/pip list *)",
  7. "Bash(D:/learn-agent/hello-agents-1.0.2/code/chapter13/helloagents-trip-planner/backend/.venv/Scripts/pip install *)",
  8. "Bash(uv --version)",
  9. "Bash(pip --version)",
  10. "Bash(uv pip *)",
  11. "Bash(uv venv *)",
  12. "WebSearch",
  13. "Bash(\".venv/Scripts/python\" run.py)",
  14. "Bash(pip install *)",
  15. "Bash(\".venv/Scripts/python\" -c \"import fastmcp; print\\(fastmcp.__version__\\)\")",
  16. "Bash(\".venv/Scripts/python\" -c \"from mcp import ClientSession, StdioServerParameters; print\\('MCP SDK available'\\)\")",
  17. "Bash(.venv/Scripts/python -c ' *)",
  18. "Bash(npx vite *)",
  19. "Bash(curl -s http://localhost:8000/health)",
  20. "Bash(curl -s http://127.0.0.1:8000/health)",
  21. "Bash(curl *)",
  22. "Bash(uvx amap-mcp-server *)",
  23. "Bash(AMAP_MAPS_API_KEY=\"718376d3556c1afd1c874de4c749c379\" uvx amap-mcp-server)",
  24. "Bash(kill %1)",
  25. "Bash(wait)",
  26. "Bash(timeout 15 .venv/Scripts/python -c ' *)",
  27. "Bash(timeout 30 .venv/Scripts/python -c ' *)",
  28. "Bash(timeout 25 .venv/Scripts/python -c ' *)",
  29. "Bash(timeout 45 .venv/Scripts/python -u -c ' *)",
  30. "Bash(timeout 30 .venv/Scripts/python -u -c ' *)",
  31. "Bash(python -m json.tool)",
  32. "Bash(.venv/Scripts/python -u -c ' *)",
  33. "Bash(python -c \"import sys,json; d=json.load\\(sys.stdin\\); print\\(f'成功: {d[\\\\\"success\\\\\"]}, 结果数: {len\\(d[\\\\\"data\\\\\"]\\)}'\\)\")",
  34. "Bash(python -c \"import sys,json; d=json.load\\(sys.stdin\\); print\\(f'成功: {d[\\\\\"success\\\\\"]}, 天数: {len\\(d[\\\\\"data\\\\\"]\\)}'\\)\")"
  35. ]
  36. }
  37. }