stackprep-pro 0.2.1__py3-none-any.whl → 0.2.2__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 +1 -1
- {stackprep_pro-0.2.1.dist-info → stackprep_pro-0.2.2.dist-info}/METADATA +1 -1
- stackprep_pro-0.2.2.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.2.dist-info}/WHEEL +0 -0
- {stackprep_pro-0.2.1.dist-info → stackprep_pro-0.2.2.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
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: stackprep-pro
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.2
|
|
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=3ENts9WPgv-EVRND1CfM1a5V5xxhWxFVYaYvBSSU0c8,13323
|
|
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.2.dist-info/METADATA,sha256=Q7xkKW8yRXqtjEQwqL6IeyBpOUEQWneIJedEgd6P8_Y,7663
|
|
6
|
+
stackprep_pro-0.2.2.dist-info/WHEEL,sha256=mffPy8wBnZQn2VnJUU5jE99KsxaSfiyMHV9Yt0aLVxs,87
|
|
7
|
+
stackprep_pro-0.2.2.dist-info/entry_points.txt,sha256=DGlPLlB4ZCqcNBs8PVMfOR8iklxbucEeIFvaECa_XuA,60
|
|
8
|
+
stackprep_pro-0.2.2.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
|