logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

mcp

Retrieve the current time effortlessly, integrating time-fetching capabilities into applications with accurate and reliable time data.

Author

mcp logo

vaebe

Apache License 2.0

Quick Info

GitHub GitHub Stars 0
NPM Weekly Downloads 0
Tools 1
Last Updated 2026-02-19

Tags

apishttpvaebetime fetchingreliable timevaebe mcp

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 .

See Also

`