stackprep-pro 0.2.1__py3-none-any.whl → 0.2.3__py3-none-any.whl
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.
- stackprep_pro/server.py +5 -4
- {stackprep_pro-0.2.1.dist-info → stackprep_pro-0.2.3.dist-info}/METADATA +1 -1
- stackprep_pro-0.2.3.dist-info/RECORD +8 -0
- stackprep_pro-0.2.1.dist-info/RECORD +0 -8
- {stackprep_pro-0.2.1.dist-info → stackprep_pro-0.2.3.dist-info}/WHEEL +0 -0
- {stackprep_pro-0.2.1.dist-info → stackprep_pro-0.2.3.dist-info}/entry_points.txt +0 -0
stackprep_pro/server.py
CHANGED
|
@@ -81,7 +81,7 @@ def start_session(
|
|
|
81
81
|
|
|
82
82
|
Args:
|
|
83
83
|
mode: "interview" or "certification"
|
|
84
|
-
cert_name: For certification mode — the exam name (e.g. "AWS SAA-C03")
|
|
84
|
+
cert_name: For certification mode — the exam name exactly as the user typed it (e.g. "AWS SAA-C03"). NEVER modify, correct, or substitute the cert name — use the user's exact input verbatim.
|
|
85
85
|
cv: For interview mode — the user's CV/resume text
|
|
86
86
|
jd: For interview mode — the job description text
|
|
87
87
|
extra_topics: Optional comma-separated extra topics to focus on
|
|
@@ -213,9 +213,10 @@ def end_session(session_id: str) -> str:
|
|
|
213
213
|
"Auto-detected study topics:",
|
|
214
214
|
topics_list,
|
|
215
215
|
"",
|
|
216
|
-
"Generate a Study Plan now (see skill rules), then
|
|
217
|
-
' "Want to add any extra topics to your study pack before I save it?"',
|
|
218
|
-
|
|
216
|
+
"Generate a Study Plan now (see skill rules), then:",
|
|
217
|
+
' 1. Ask the user: "Want to add any extra topics to your study pack before I save it?"',
|
|
218
|
+
' 2. Ask the user: "What would you like to name this study pack? (e.g. snowpro-core-week1)"',
|
|
219
|
+
' 3. Call save_study_pack(session_id=\'{}\', name=<name the user chose>, content=<generated pack>)'.format(session_id),
|
|
219
220
|
])
|
|
220
221
|
|
|
221
222
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: stackprep-pro
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.3
|
|
4
4
|
Summary: stackprep-pro — interview & certification prep MCP server for any AI client
|
|
5
5
|
Project-URL: Homepage, https://github.com/youngpada1/stackprep-pro
|
|
6
6
|
Project-URL: Repository, https://github.com/youngpada1/stackprep-pro
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
stackprep_pro/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2
|
+
stackprep_pro/server.py,sha256=TcQ2b4_9BYz7n2Vy6gr2_RTBuIGvnAf5P8GZW4lJ35s,13448
|
|
3
|
+
stackprep_pro/skills/certification.md,sha256=dXZhBuEwbY_vtyDgWbClSGAVXESM8-pX9jCxlfjoQww,4402
|
|
4
|
+
stackprep_pro/skills/interview.md,sha256=mYtr7rJgFqU-ZW7k4qp5qXdayJSSmoXlcb24GWZmShs,3710
|
|
5
|
+
stackprep_pro-0.2.3.dist-info/METADATA,sha256=gA-4Yx8K_dYsUPbCZXnnTKS0ypboq0YtbaDmEnURi64,7663
|
|
6
|
+
stackprep_pro-0.2.3.dist-info/WHEEL,sha256=mffPy8wBnZQn2VnJUU5jE99KsxaSfiyMHV9Yt0aLVxs,87
|
|
7
|
+
stackprep_pro-0.2.3.dist-info/entry_points.txt,sha256=DGlPLlB4ZCqcNBs8PVMfOR8iklxbucEeIFvaECa_XuA,60
|
|
8
|
+
stackprep_pro-0.2.3.dist-info/RECORD,,
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
stackprep_pro/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2
|
-
stackprep_pro/server.py,sha256=WCUtwvls5FlMK9FSJdylUp9_YqaqztQo9JiTMZeX5xg,13201
|
|
3
|
-
stackprep_pro/skills/certification.md,sha256=dXZhBuEwbY_vtyDgWbClSGAVXESM8-pX9jCxlfjoQww,4402
|
|
4
|
-
stackprep_pro/skills/interview.md,sha256=mYtr7rJgFqU-ZW7k4qp5qXdayJSSmoXlcb24GWZmShs,3710
|
|
5
|
-
stackprep_pro-0.2.1.dist-info/METADATA,sha256=_NPuda1UGurUcMFQbHmmJBei_XaXSAvTZ4gEyJr31vo,7663
|
|
6
|
-
stackprep_pro-0.2.1.dist-info/WHEEL,sha256=mffPy8wBnZQn2VnJUU5jE99KsxaSfiyMHV9Yt0aLVxs,87
|
|
7
|
-
stackprep_pro-0.2.1.dist-info/entry_points.txt,sha256=DGlPLlB4ZCqcNBs8PVMfOR8iklxbucEeIFvaECa_XuA,60
|
|
8
|
-
stackprep_pro-0.2.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|