Commit Graph

1 Commits

Author SHA1 Message Date
yusyus
1b19c8503a feat: Add global setup script with FastMCP support
Created new setup.sh that installs skill-seekers GLOBALLY from PyPI
(not editable local install like setup_mcp.sh).

Key Improvements:
 Global install: pip3 install skill-seekers (from PyPI)
 FastMCP server: Uses new server_fastmcp module
 Proper server command: python3 -m skill_seekers.mcp.server_fastmcp
 HTTP transport: --transport http --port <PORT> (updated flags)
 Auto-detection: Detects Claude Code, Cursor, Windsurf, Cline, etc.
 Fallback handling: --break-system-packages for system Python

Differences from setup_mcp.sh:
- setup_mcp.sh: Editable install (pip install -e .) - for development
- setup.sh: Global install (pip install skill-seekers) - for users

Usage:
  bash setup.sh

After installation, skill-seekers will be available globally:
  skill-seekers --help
  skill-seekers scrape --config react.json
  skill-seekers install --config godot.json

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-13 21:51:37 +03:00