dsh-lookhere
模型与 MCP 活跃维护

dsh-lookhere

zhulianxing/dsh-lookhere

轻量级代码定位辅助插件,可快速检索并关联跳转目标代码上下文,支持逻辑高亮、片段溯源,安装后直接集成到开发工作流,无需额外配置即可快速定位关联参考,提升代码排查效率。

0
Stars 标星
0
Forks 分支
0
Watchers 关注
0
Open Issues
JavaScript
主要语言
MIT
开源协议
6 KB
仓库大小
28 天前
最后推送
一键安装扩展 / 插件指令
dsh plugin --profile web add github:zhulianxing/dsh-lookhere
git clone https://github.com/zhulianxing/dsh-lookhere.git
git clone git@github.com:zhulianxing/dsh-lookhere.git
README.md main

dsh-lookhere

DSH plugin exposing lookhere.help (AI knowledge-base customer service) as MCP tools. Zero dependencies.

API verified against the lookhere.help codebase: owner endpoints use Authorization: Bearer <JWT>; chat is an async job — POST /api/chat/:shareId with { message } returns { job_id }, then poll GET /api/chat/result/:jobId. ask_bot does both for you and waits up to 60s.

Tools

Tool Description
list_bots() List your bots (auth)
get_bot(shareId) Public bot info by share ID (no auth)
ask_bot(shareId, question, history?) Ask a bot; submits the job and polls until answered
chat_result(jobId) Poll one async job result manually
bot_chats(botId) Latest 100 Q&A logs of one of your bots (auth)

Install

npx @deepseek-ai/dsh plugin --profile web add github:zhulianxing/dsh-lookhere

Configuration

  • LOOKHERE_TOKENrequired for owner endpoints (list_bots, bot_chats); your account JWT
  • LOOKHERE_BASE_URL — optional override (default https://lookhere.help)

Note: jobs are in-memory server-side with a ~10 min TTL — expired job ids must be resubmitted.

License

MIT