feat: Add Claude Desktop Extension with Cross-Platform Support #40
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
📋 Summary
This PR adds a comprehensive Claude Desktop Extension that provides the easiest way to use the Kite MCP Server. The extension includes local execution, cross-platform support, and automated release pipeline.
🚀 Key Features
Claude Desktop Extension
.dxt
fileAutomated Release Pipeline
Enhanced Development Workflow
📁 Files Added
Desktop Extension
desktop-extension-claude/
- Complete extension directorymanifest.json
- Extension manifest with tool definitionsserver/index.js
- Node.js proxy wrapperserver/package.json
- Node.js dependenciesbuild-binaries.sh
- Cross-platform build scriptsync-version.sh
- Version synchronization scriptREADME.md
- Comprehensive extension documentationAutomation & CI/CD
.github/workflows/release-extension.yml
- Automated release workflow.github/RELEASE_TEMPLATE.md
- Release template for consistencyDevelopment & Documentation
justfile
with extension commandsREADME.md
with extension informationCLAUDE.md
- Project documentation for Claude Code🔧 Architecture
The extension uses a hybrid proxy architecture:
📦 Installation
For Users (After Release)
.dxt
file from releasesFor Developers
🧪 Testing
The extension includes comprehensive testing:
🔐 Security
🎯 Benefits
📋 Checklist
🤝 Contributing
This PR maintains backward compatibility while adding the new extension option. The existing HTTP, SSE, and stdio modes remain unchanged and fully functional.
This contribution significantly enhances the accessibility and security of the Kite MCP Server by providing a user-friendly desktop extension with local execution and automated release infrastructure.