UNPKG
@holder-mcp/local-knowledge-base
Version:
latest (1.0.6)
1.0.6
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Holder公司本地知识库MCP客户端,提供项目文档检索、模块信息查询和架构信息获取等工具
@holder-mcp/local-knowledge-base
/
dist
/
tools.d.ts
6 lines
•
160 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
MCPTool
}
from
'./types'
;
/** * 知识库MCP工具定义 */
export
declare
const
KNOWLEDGE_BASE_TOOLS
:
MCPTool
[];
//# sourceMappingURL=tools.d.ts.map