feat(hiagent): restructure into knowledge-scoped MCP server with capa… - #430
Merged
Merged
Conversation
yooyea
force-pushed
the
pr/hiagent-knowledge-mcp
branch
2 times, most recently
from
September 7, 2026 15:12
23095b0 to
d8f4c16
Compare
cuericlee
reviewed
Sep 8, 2026
cuericlee
left a comment
Collaborator
There was a problem hiding this comment.
必须修】uv.lock 未随包重命名更新
新目录 uv.lock 是旧 lock 直接复制,第 683 行仍是 name = "mcp-server-hiagent",与 pyproject.toml 的新包名 mcp-server-hiagent-knowledge 不一致。需在新目录执行 uv lock 重新生成。
yooyea
force-pushed
the
pr/hiagent-knowledge-mcp
branch
from
September 8, 2026 07:20
d8f4c16 to
5d12b88
Compare
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.
What & Why
首版 HiAgent MCP Server(
server/mcp_server_hiagent/,4 个工具)已合入 #424。本 PR 将其重构为聚焦「知识库(知识引擎)」的独立 server:删除旧
mcp_server_hiagent/,新增mcp_server_hiagent_knowledge/。Changes
mcp_server_hiagent→mcp_server_hiagent_knowledgelist_datasets、get_datasetsearch_knowledge、grep_knowledge_chunks、list_document_infos、list_document_chunkssearch_wiki、read_wiki_page、read_wiki_source_chunk、read_wiki_source_dochealth_checkTesting