在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用$pwd:
$ git log --oneline --stat
stars:166
forks:24
updated:2026年3月10日 00:55
SKILL.md
MCPB (Model Context Protocol Bundle) Packaging and Distribution
Refactoring MCP Tools for Better LLM Integration and Usability
MCP Testing Strategies with Vitest, Inspector, and Integration Tests
MCP Server Development Patterns and Best Practices
MCP Protocol Inspection and Debugging with Inspector CLI
| name | publishing |
| description | Publishing and release workflow with semantic-release and GitHub Actions |
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.