Release v2.0.8 - Enhanced README and Installation Options
What's New
Improved Documentation
- ? Comprehensive installation section with 3 clear options:
- Option A: npx (recommended - always latest, zero installation)
- Option B: Global npm install (for version control and offline use)
- Option C: Manual GitHub download (for developers and custom setups)
- ? Added detailed troubleshooting section covering common issues
- ? Updated "What's New" to reflect v2.0.7+ improvements
- ? Enhanced configuration examples for Windows, macOS, and Linux
- ? Clear benefits and use cases for each installation method
User Experience
- ? Single README that works perfectly for both npm and GitHub
- ? Better onboarding with step-by-step guidance
- ? Platform-specific examples (Windows paths vs macOS/Linux paths)
- ? Troubleshooting help for initialization, timeouts, and file access issues
Installation
Recommended: Use with npx (always latest)
{
"mcpServers": {
"fo-semantic-mcp": {
"command": "npx",
"args": ["-y", "fo-semantic-mcp"],
"env": {
"FOINDEX_API_KEY": "your_api_key_here"
}
}
}
}Alternative: Global install
npm install -g fo-semantic-mcpFull Changelog
- Enhanced README with 3 installation options
- Added comprehensive troubleshooting section
- Updated version references to 2.0.8
- Improved cross-platform documentation
- Better user guidance for all skill levels
Get your API key: https://www.xplusplus.ai/
?? Generated with Claude Code