chore: 一鍵安裝改用 PyPI(finmind-mcp 已發佈)#3
Merged
Merged
Conversation
finmind-mcp 0.0.1 已上 PyPI,把一鍵安裝 manifest 指向 PyPI 穩定版,不再從 git checkout build: - .claude-plugin/plugin.json + gemini-extension.json:args ["--from", "git+…", "finmind-mcp"] → ["finmind-mcp"](uvx 直接抓 PyPI 版)。 - docs/spec.md:拿掉「PyPI 未發布前」的過渡語句,git+https 僅保留為「測試未發版開發版」的備註。 install/*.md 原本就用 pipx install finmind-mcp,現在已可用。 Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
README「同步發佈」段原本寫手動 bump version + uv build + uv publish,但這些 現在已由 GitHub Actions(publish.yml)在推 tag 時自動完成、hatch-vcs 也讓版本 號由 tag 決定。改寫: - MCP server 線:發版= git tag vX.Y.Z && git push(CI 自動 build + 發 PyPI), 不用改 pyproject。 - Custom GPT 線:CI 驗證 build_instructions 產物,但建/更新 GPT 無 OpenAI API、 最後一步手動。 Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Merged
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.
finmind-mcp 0.0.1 已上 PyPI,把一鍵安裝指向 PyPI 穩定版,不再從 git checkout build(git HEAD)。
改了什麼
.claude-plugin/plugin.json+gemini-extension.json:args從["--from", "git+https://github.com/FinMind/FinMind-MCP", "finmind-mcp"]→["finmind-mcp"](uvx直接抓 PyPI 版)。docs/spec.md:拿掉「PyPI 未發布前」的過渡語句;git+https僅保留為「測試未發版開發版」的備註。不用改的
install/*.md原本就用pipx install finmind-mcp/command: finmind-mcp,PyPI 上了之後現在已可用。效果
使用者
/plugin install finmind-mcp@finmind-official或gemini extensions install …會跑 PyPI 上的穩定版(而非 git HEAD),版本可控。🤖 Generated with Claude Code