docs(mcp): add Windows installation tips to MCP page - #161
Merged
Conversation
用戶反映不知道如何在 Windows 安裝 FinMind MCP。Mcp.md 安裝段
原本只有 macOS/Linux 語法(export、uv 連結),Windows 使用者缺
前置步驟。
docs/tutor/ai/Mcp.md + Mcp.en.md(中英同步):
- 安裝段新增「Windows 使用者」admonition:
- PowerShell 用 winget 安裝 uv + 重開視窗讓 PATH 生效
- Token 設定:$env: / setx 語法,或直接填設定檔 env 區塊
- GUI 應用(Claude Desktop)讀不到終端機 PATH → where.exe 查
完整路徑填 command、JSON 反斜線寫 \\
- 連結 FinMind-MCP install/windows.md 完整指引
(FinMind/FinMind-MCP PR #14,merge 後連結才生效)
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
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.
背景
用戶反映不知道如何在 Windows 安裝 FinMind MCP。
docs/tutor/ai/Mcp.md的安裝段只有 macOS / Linux 語法(export),Windows 使用者缺前置步驟。內容
Mcp.md+Mcp.en.md(中英同步)在安裝段的 Codex 說明後新增「Windows 使用者」admonition:winget裝 uv(含重開視窗讓 PATH 生效的提醒)$env:/setx語法,並建議直接填設定檔env區塊where.exe查完整路徑填command、JSON 反斜線寫\\相依
連結目標
install/windows.md由 FinMind/FinMind-MCP#14 新增,建議先 merge 那邊再 merge 本 PR,連結才不會 404。只描述對外安裝行為,無任何內部細節。
🤖 Generated with Claude Code