@reconcrap/boss-recommend-mcp 1.1.7 → 1.1.9

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.
File without changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reconcrap/boss-recommend-mcp",
3
- "version": "1.1.7",
3
+ "version": "1.1.9",
4
4
  "description": "Unified MCP pipeline for recommend-page filtering and screening on Boss Zhipin",
5
5
  "keywords": [
6
6
  "boss",
@@ -43,6 +43,8 @@ description: "Use when users ask to run Boss recommend-page filtering and screen
43
43
 
44
44
  阶段 A(页面就绪前,禁止问岗位):
45
45
 
46
+ - 页面范围(`page_scope`)必须先确认:`recommend`(推荐)或 `featured`(精选)
47
+ - 即使 instruction 里已出现“推荐/精选”关键词,也必须显式二次确认 `page_confirmed=true` 与 `page_value`
46
48
  - 学校标签(`school_tag`,支持多选)
47
49
  - 若输入混合了有效与无效选项(如 `985,211,qs100`),必须忽略无效项并保留有效项;不要直接回退到“不限”
48
50
  - 学历(`degree`)
@@ -94,6 +96,8 @@ description: "Use when users ask to run Boss recommend-page filtering and screen
94
96
  - Input:
95
97
  - `instruction` (required)
96
98
  - `confirmation`
99
+ - `page_confirmed`
100
+ - `page_value` (`recommend|featured`)
97
101
  - `filters_confirmed`
98
102
  - `school_tag_confirmed`
99
103
  - `school_tag_value`(建议回传最终确认值,避免二轮调用丢失)
@@ -114,6 +118,7 @@ description: "Use when users ask to run Boss recommend-page filtering and screen
114
118
  - `max_greet_count_confirmed`
115
119
  - `max_greet_count_value` (integer)
116
120
  - `overrides`
121
+ - `page_scope` (`recommend|featured`)
117
122
  - `school_tag`(可传单值或数组,如 `["985","211"]`)
118
123
  - `degree`(可传单值或数组;如“本科及以上”应展开为 `["本科","硕士","博士"]`)
119
124
  - `gender`
@@ -154,7 +159,10 @@ description: "Use when users ask to run Boss recommend-page filtering and screen
154
159
  - 推荐页筛选入口在 recommend 页面,不是 search 页面。
155
160
  - 页面就绪后,必须先读取岗位栏并展示全部岗位供用户确认;若未确认岗位,禁止开始 search/screen。
156
161
  - recommend-search-cli 只负责应用推荐页筛选项。
162
+ - 若 `page_scope=featured`:必须严格按 `search -> 切换精选tab(data-status=3) -> screen` 顺序执行。
163
+ - 若 `page_scope=featured` 且校准文件缺失:必须先触发 `boss-recommend-mcp calibrate` 自动校准,成功后再继续。
157
164
  - recommend-screen-cli 负责滚动推荐列表、打开详情、提取完整简历图、调用多模态模型判断,并按单次确认的 `post_action` 执行收藏或打招呼。
165
+ - 精选页收藏仅允许“校准坐标 + 模拟点击”,成功判定仅看 network `add/del` 信号。
158
166
  - 详情页处理完成后必须关闭详情页并确认已关闭。
159
167
 
160
168
  ## Fallback