Perplexity MCP Server

by xiyuefox
Verified
MIT License
  • Apple
{ "[python]": { "editor.defaultFormatter": "ms-python.black-formatter", "editor.formatOnSave": true, "editor.codeActionsOnSave": { "source.organizeImports.ruff": "always" } }, "black-formatter.args": ["--line-length", "88"] }