stackprep-pro 0.2.2__tar.gz → 0.2.3__tar.gz

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.
@@ -37,7 +37,7 @@ jobs:
37
37
  git push origin main --follow-tags
38
38
 
39
39
  - name: Install uv
40
- uses: astral-sh/setup-uv@v5
40
+ uses: astral-sh/setup-uv@v8.2.0
41
41
 
42
42
  - name: Build
43
43
  run: uv build
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: stackprep-pro
3
- Version: 0.2.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
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "stackprep-pro"
3
- version = "0.2.2"
3
+ version = "0.2.3"
4
4
  description = "stackprep-pro — interview & certification prep MCP server for any AI client"
5
5
  readme = "README.md"
6
6
  license = { text = "MIT" }
@@ -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 ask the user:",
217
- ' "Want to add any extra topics to your study pack before I save it?"',
218
- f"Then call save_study_pack(session_id='{session_id}', name=<chosen name>, content=<generated pack>)",
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
 
File without changes
File without changes
File without changes
File without changes