stackprep-pro 0.2.2__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 +4 -3
- {stackprep_pro-0.2.2.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.2.dist-info/RECORD +0 -8
- {stackprep_pro-0.2.2.dist-info → stackprep_pro-0.2.3.dist-info}/WHEEL +0 -0
- {stackprep_pro-0.2.2.dist-info → stackprep_pro-0.2.3.dist-info}/entry_points.txt +0 -0
stackprep_pro/server.py
CHANGED
|
@@ -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=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,,
|
|
File without changes
|
|
File without changes
|