Prepare Screenly MCP for Claude Desktop marketplace listing - #304
Open
salmanfarisvp wants to merge 2 commits into
Open
Prepare Screenly MCP for Claude Desktop marketplace listing#304salmanfarisvp wants to merge 2 commits into
salmanfarisvp wants to merge 2 commits into
Conversation
Add tool annotations, an MCPB bundle manifest, release packaging for desktop platforms, and route logger output to stderr so the MCP stdio JSON-RPC stream stays clean.
Member
Author
Fork pull_request runs do not receive repository secrets, so SCREENLY_API_TOKEN is empty and `screen list` fails auth. The job also uses screenly/cli@master, so it never exercises the PR's own code.
Contributor
|
Love it! |
Member
Author
|
@renatgalimov, could you please request a review from Copilot? |
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.



Summary
Unblocks Anthropic Claude Desktop marketplace submission by finishing the remaining MCP listing prerequisites, and fixes a stdio bug that would have failed review on first launch.
title,readOnlyHint,destructiveHint,idempotentHint,openWorldHint) so clients can distinguish read-only vs destructive actionsmcpb/manifest.json+mcpb/README.mdwith privacy policy) and a release workflow step that buildsscreenly-cli-<target>.mcpbfor macOS and Windows, injecting the version from the git tagsimple_logger'sstderrfeature — log lines were previously interleaved with JSON-RPC on stdout and caused Claude Desktop to fail withUnexpected non-whitespace character after JSON at position 4.mcpbinstall path, tool annotations, and stderr logging behaviourChanges
src/mcp/server.rs— all 33 toolsmcpb/manifest.json,mcpb/README.md.github/workflows/release.ymlCargo.toml(simple_logger+stderr)README.md,.gitignore(*.mcpb)Test plan
cargo check --all-targetscargo fmt --checkcargo test(190 passed).mcpbpack with@anthropic-ai/mcpb— manifest schema validation passed; executable bit preservedtools/listreturns annotations for all 33 tools (12 read-only, 8 destructive)screenly-cli-aarch64-apple-darwin.mcpbin Claude Desktop locally — connects successfully with API token; tools work.mcpbartifacts attach to the GitHub release