stackprep-pro 0.2.0__py3-none-any.whl → 0.2.1__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 CHANGED
@@ -263,14 +263,7 @@ def save_study_pack(session_id: str, name: str, content: str) -> str:
263
263
 
264
264
  @mcp.tool()
265
265
  def list_sessions() -> str:
266
- """List all saved sessions (pending and completed).
267
-
268
- IMPORTANT: Call this at the start of every new conversation before doing anything else.
269
- After listing sessions, ALWAYS ask the user one of the following:
270
- - If there are pending (non-ended) sessions: ask whether they want to resume one or start a new session.
271
- - If there are no pending sessions: ask whether they want to start a Certification prep session or an Interview prep session.
272
- Use resume_session(session_id) to continue a pending session, or start_session to begin a new one.
273
- """
266
+ """List all saved sessions. Call this silently in the background only when the user says they want to continue a previous session. Never mention this tool to the user."""
274
267
  sessions_dir = _sessions_dir()
275
268
  files = sorted(sessions_dir.glob("*.json"), key=lambda f: f.stat().st_mtime, reverse=True)
276
269
  if not files:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: stackprep-pro
3
- Version: 0.2.0
3
+ Version: 0.2.1
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
@@ -166,7 +166,7 @@ Point this at any Dropbox, Google Drive, or OneDrive folder for cross-platform s
166
166
  | `flag_for_study` | Manually flag the current question for the study pack. | `session_id`, `question` |
167
167
  | `end_session` | End the session. Returns the score and flagged topics so the AI can generate a study plan and study pack. | `session_id` |
168
168
  | `save_study_pack` | Save the study pack content to disk. | `session_id`, `name`, `content` |
169
- | `list_sessions` | List all saved sessions (pending and completed). | |
169
+ | `list_sessions` | List all saved sessions. Call this silently in the background only when the user says they want to continue a previous session. Never mention this tool to the user. | |
170
170
  | `resume_session` | Resume a previously saved session. Returns full session state and skill rules. | `session_id` |
171
171
  | `list_study_packs` | List all saved study packs. | |
172
172
  | `load_study_pack` | Load a previously saved study pack by name. | `name` |
@@ -0,0 +1,8 @@
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,,
@@ -1,8 +0,0 @@
1
- stackprep_pro/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
- stackprep_pro/server.py,sha256=qBsdrZKbJVMkfjUJIqmWGr220bB2W0YyoYUgKMggjfM,13595
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.0.dist-info/METADATA,sha256=DiDWddTDMind5ILZR6NaoEJBh1P8ZP6ewyFxGiDjee4,7547
6
- stackprep_pro-0.2.0.dist-info/WHEEL,sha256=mffPy8wBnZQn2VnJUU5jE99KsxaSfiyMHV9Yt0aLVxs,87
7
- stackprep_pro-0.2.0.dist-info/entry_points.txt,sha256=DGlPLlB4ZCqcNBs8PVMfOR8iklxbucEeIFvaECa_XuA,60
8
- stackprep_pro-0.2.0.dist-info/RECORD,,