MCPHelper - Sublime Text Plugin for Model Context Protocol
============================================================

Thank you for installing MCPHelper!

This plugin allows you to integrate with a local Model Context Protocol (MCP) server 
to use AI-powered tools directly on selected code in Sublime Text.

✨ Features:
- Generate code from plain-text prompts
- Review code for bugs, security flaws, or improvements  
- Refactor code to enhance readability and maintainability
- Translate code between languages

🚀 Quick Setup:
1. Ensure you have a running MCP server at http://localhost:8000/mcp.json/
2. Configure your settings: Preferences → Package Settings → MCPHelper → Settings
3. Select some code and use Ctrl+Shift+P → "MCP: Generate Code"

📖 Usage:
- Select code in any file
- Press Ctrl+Shift+P and choose an MCP command
- Or use the "MCP Helper" menu

⚙️ Configuration:
Access settings through:
- Preferences → Package Settings → MCPHelper → Settings
- Command Palette → "Preferences: MCPHelper Settings"

🔧 Requirements:
- Sublime Text 4 (Build 4000+)
- Running MCP Server with configured tools
- Your own OpenAI/Gemini API keys configured in the MCP server

For detailed setup instructions and troubleshooting, see:
https://github.com/your-username/MCPHelperSublimePlugin

Happy coding! 🎉