Merged
Conversation
karinazad
reviewed
Jul 1, 2025
|
|
||
| ```bash | ||
| # Build DXT extension locally | ||
| python scripts/build_dxt.py |
Collaborator
There was a problem hiding this comment.
I think this file doesn't exist?
karinazad
reviewed
Jul 1, 2025
|
|
||
| ### Quick Install | ||
|
|
||
| 1. **Download**: Get the latest `.dxt` file from [GitHub Releases](https://github.com/prescient-design/lobster/releases) |
Collaborator
There was a problem hiding this comment.
It might be just because I haven't heard of DXT before but a bit confused where to get the .dxt files - or are they going to be available after this MR is merged?
Collaborator
There was a problem hiding this comment.
oh I see they are going to be build with workflows
shriramc1
reviewed
Jul 7, 2025
Collaborator
There was a problem hiding this comment.
Who is the audience for the document? I feel like it's a bit verbose and can probably be simplified to an introduction about dxt and the section about getting it from Github releases.
shriramc1
approved these changes
Jul 7, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This pull request introduces support for distributing the Lobster MCP server as a DXT (Desktop Extension Toolkit) extension for Claude Desktop. The changes include adding a GitHub Actions workflow for automated builds, updating documentation, and creating the necessary configuration files for the DXT extension.
DXT Extension Setup and Configuration:
.github/workflows/build-dxt.yml: Added a GitHub Actions workflow to automate the build and release process for the Lobster DXT extension. The workflow builds the extension, creates a.dxtarchive, and publishes it as a GitHub release when a version tag is pushed.manifest.json: Created the manifest file for the Lobster DXT extension, specifying metadata, server configuration, tools, prompts, and repository details. This file defines the structure and behavior of the extension.Documentation Updates:
README.md: Added a new section describing the Lobster DXT extension, including installation instructions, features, usage examples, and development steps for building and testing the extension locally.docs/DXT_DISTRIBUTION.md: Introduced a detailed guide for building, distributing, and troubleshooting the Lobster DXT extension, along with best practices for development and maintenance.