@reconcrap/boss-recommend-mcp 1.0.18 → 1.0.19

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reconcrap/boss-recommend-mcp",
3
- "version": "1.0.18",
3
+ "version": "1.0.19",
4
4
  "description": "Unified MCP pipeline for recommend-page filtering and screening on Boss Zhipin",
5
5
  "keywords": [
6
6
  "boss",
@@ -24,9 +24,10 @@ description: "Use when users ask to run Boss recommend-page filtering and screen
24
24
 
25
25
  路由约束(必须遵守):
26
26
 
27
- - 当用户请求中出现 “recommend / 推荐页 / boss recommend / recommend page” 语义时,只能走 `boss-recommend-pipeline`
28
- - 当用户请求中出现 “search / 搜索页 / boss search / search page” 语义时,不能走本技能,必须转交 `boss-recruit-pipeline` 并调用 `run_recruit_pipeline`
29
- - 不要调用 `boss-recruit-pipeline`,也不要调用 `run_recruit_pipeline`,除非上一条(search/搜索页语义)命中
27
+ - 当用户请求中出现 “recommend / 推荐页 / boss recommend / recommend page / /web/chat/recommend” 语义时,只能走 `boss-recommend-pipeline`
28
+ - 只有当用户**明确指向搜索页面**(如 “搜索页 / boss search page / /web/chat/search / 在搜索页找人”)时,才允许转交 `boss-recruit-pipeline` 并调用 `run_recruit_pipeline`
29
+ - 不要调用 `boss-recruit-pipeline`,也不要调用 `run_recruit_pipeline`,除非上一条(明确 search 页面语义)命中
30
+ - 提到“搜索条件 / 搜索弹窗 / 搜索关键词”但上下文仍是推荐页时,仍属于 recommend 流程,禁止误切到 recruit
30
31
  - 当 recommend 流程返回任何错误(包括 `JOB_TRIGGER_NOT_FOUND` / `NO_RECOMMEND_IFRAME` / `BOSS_LOGIN_REQUIRED`)时,禁止把 recommend 请求降级到 recruit 流程;必须先修复 recommend 的页面就绪或登录态问题
31
32
 
32
33
  路由示例(中英文都要兼容):