.github/skills/publishing/SKILL.md
Publishing and release workflow with semantic-release and GitHub Actions
npx skillsauth add adeze/raindrop-mcp publishingInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use this workflow for all standard releases in this repository.
bun run release.releaserc.json.github/workflows/ci.yml on push to mastermaster.semantic-release.semantic-release computes version, updates CHANGELOG.md, tags release, publishes npm, and creates a GitHub Release.manifest.json and builds raindrop-mcp.mcpb so the bundle is attached to the GitHub Release.GITHUB_TOKEN: provided by GitHub Actions.bun run lint
bun run type-check
bun run test
bun run build
fix: handle missing collection id in bulk editfeat: add includeArchived filter to bookmark_searchfeat!: remove deprecated query parameter.releaserc.json and CI workflow aligned.tools
# Raindrop.io MCP Server Connect Raindrop.io to your AI assistant with a simple MCP server. Use it to organize, search, and manage bookmarks with natural language. ## Capabilities - **Bookmark Management**: Create, update, and delete collections and bookmarks. - **Search & Filtering**: Advanced search by tags, domain, type, date, and more. - **Tag Management**: List, rename, merge, and delete tags. - **Highlights**: Read and manage highlights from bookmarks. - **Organization**: AI-powered sug
tools
MCP Testing Strategies with Vitest, Inspector, and Integration Tests
tools
Refactoring MCP Tools for Better LLM Integration and Usability
tools
MCP Protocol Inspection and Debugging with Inspector CLI