stackprep-pro 0.2.3__py3-none-any.whl → 0.2.4__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.
@@ -69,21 +69,13 @@ When `end_session` is called, the server shows the auto-detected topics and asks
69
69
 
70
70
  The user can say no or list extras, then call `save_study_pack` with a chosen name to persist it to disk.
71
71
 
72
- **Pack format** — produce a JSON block first, then a markdown summary:
73
-
74
- ```json
75
- [
76
- {
77
- "topic": "",
78
- "official_docs": [{"title": "", "url": ""}],
79
- "videos": [{"title": "", "url": ""}],
80
- "exam_prep": [{"title": "", "url": ""}],
81
- "summary": ""
82
- }
83
- ]
84
- ```
72
+ **Pack format** — for each topic, produce a markdown section:
73
+
74
+ - Official docs link (or community source if no official docs exist)
75
+ - Best YouTube / video resource
76
+ - 2–3 sentence summary of what to focus on
85
77
 
86
- Use only real, publicly accessible URLs. Never fabricate documentation links.
78
+ Use only real, publicly accessible URLs. Never fabricate links.
87
79
 
88
80
  ## Exit / Study Plan
89
81
 
@@ -75,18 +75,11 @@ When `end_session` is called, the server shows the auto-detected topics and asks
75
75
 
76
76
  The user can say no or list extras, then call `save_study_pack` with a chosen name to persist it to disk.
77
77
 
78
- **Pack format** — produce a JSON block first, then a markdown summary:
79
-
80
- ```json
81
- [
82
- {
83
- "topic": "",
84
- "official_docs": [{"title": "", "url": ""}],
85
- "videos": [{"title": "", "url": ""}],
86
- "exam_prep": [{"title": "", "url": ""}],
87
- "summary": ""
88
- }
89
- ]
78
+ **Pack format** — for each topic, produce a markdown section:
79
+
80
+ - Official docs link (or community source if no official docs exist)
81
+ - Best YouTube / video resource
82
+ - 2–3 sentence summary of what to focus on
90
83
  ```
91
84
 
92
85
  Use only real, publicly accessible URLs. Never fabricate documentation links.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: stackprep-pro
3
- Version: 0.2.3
3
+ Version: 0.2.4
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=QGHBMsTiu4h4U9GyQ2vWLTuUYtvoXIwTPeVwj0xNyUY,4330
4
+ stackprep_pro/skills/interview.md,sha256=Hryp2x6oOvopviN_ZvC_EIi50-kJ8eAgEY5jgRm8gc4,3656
5
+ stackprep_pro-0.2.4.dist-info/METADATA,sha256=5BcR8RfPc1qLowm7qUPe1grovQ7txi7LDaVC--ev6NM,7663
6
+ stackprep_pro-0.2.4.dist-info/WHEEL,sha256=mffPy8wBnZQn2VnJUU5jE99KsxaSfiyMHV9Yt0aLVxs,87
7
+ stackprep_pro-0.2.4.dist-info/entry_points.txt,sha256=DGlPLlB4ZCqcNBs8PVMfOR8iklxbucEeIFvaECa_XuA,60
8
+ stackprep_pro-0.2.4.dist-info/RECORD,,
@@ -1,8 +0,0 @@
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,,