mcp_config.example.json 239 B

123456789101112
  1. {
  2. "mcpServers": {
  3. "skill-seeker": {
  4. "command": "python3",
  5. "args": [
  6. "/REPLACE/WITH/YOUR/PATH/Skill_Seekers/mcp/server.py"
  7. ],
  8. "cwd": "/REPLACE/WITH/YOUR/PATH/Skill_Seekers",
  9. "env": {}
  10. }
  11. }
  12. }