🔌 MCP Servers
Server Time
Retrieve the current time effortlessly with this server. Integrate time-fetching capabilities into your applications seamlessly. Enhance your projects with accurate and reliable time data.
Description
mcp
版本更新
# 安装 changesets
npm install @changesets/cli --save-dev
# 初始化 changesets
npx changeset init
# 生成变更日志
pnpm changelog
# 创建一个新的 changeset
npx changeset
# 更新版本号和生成发布日志
npx changeset version
# 测试发布
pnpm -r publish --access public --dry-run --no-git-checks
# 发布
pnpm -r publish --access public --no-git-checks
# 移除版本
npm unpublish @vaebe/server-github-search@0.2.0 --force
测试 mcp
npx @modelcontextprotocol/inspector node mcp/githubSearch.mjs
docker 打包测试
docker build -f packages/github-search/Dockerfile -t github-search .
Reviews (0)
Sign in to write a review.
No reviews yet. Be the first to review!
Comments (0)
No comments yet. Be the first to share your thoughts!