mirror of
https://github.com/codexu/note-gen.git
synced 2026-04-25 21:05:55 +03:00
[PR #688] [MERGED] feat: 支持 MCP 服务器 #767
Labels
No labels
bug
duplicate
feature
platform: Android
platform: Linux
platform: Windows
platform: iOS
platform: macOS
priority: high
priority: low
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/note-gen#767
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/codexu/note-gen/pull/688
Author: @codexu
Created: 10/10/2025
Status: ✅ Merged
Merged: 10/10/2025
Merged by: @codexu
Base:
dev← Head:mcp📝 Commits (10+)
a78db17feat: 配置 MCP 界面8325c97feat: 对话中调用 MCPe96b1d5feat: 调整 MCP 配置界面布局bdb83f4feat: 调整对话中选择 MCP 界面布局33cd587fix: 未正确保存已选择的 MCP server5d606f5feat: MCP 图标7e8ce11feat: 支持本地命令 MCPbae182bfeat: 移除 log83864f4fix: 修复本地命令 MCP 状态检测错误的问题46437ecfeat: 优化选择 MCP 选择框样式📊 Changes
33 files changed (+3045 additions, -42 deletions)
View changed files
📝
messages/en.json(+81 -0)📝
messages/ja.json(+81 -0)📝
messages/zh.json(+81 -0)📝
src-tauri/src/lib.rs(+7 -0)📝
src-tauri/src/main.rs(+8 -0)➕
src-tauri/src/mcp.rs(+254 -0)📝
src/app/core/layout.tsx(+2 -0)📝
src/app/core/record/chat/chat-content.tsx(+13 -1)📝
src/app/core/record/chat/chat-input.tsx(+2 -0)📝
src/app/core/record/chat/chat-send.tsx(+10 -1)📝
src/app/core/record/chat/chat-thinking.tsx(+29 -29)➕
src/app/core/record/chat/mcp-button.tsx(+114 -0)➕
src/app/core/record/chat/mcp-tool-call.tsx(+86 -0)📝
src/app/core/record/chat/rag-switch.tsx(+2 -2)📝
src/app/core/setting/components/model-select.tsx(+0 -2)📝
src/app/core/setting/config.tsx(+6 -1)➕
src/app/core/setting/mcp/connection-test.tsx(+54 -0)➕
src/app/core/setting/mcp/global-settings.tsx(+23 -0)➕
src/app/core/setting/mcp/page.tsx(+25 -0)➕
src/app/core/setting/mcp/server-config-dialog.tsx(+322 -0)...and 13 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.