stackprep-pro 0.2.17__tar.gz → 0.2.18__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: stackprep-pro
3
- Version: 0.2.17
3
+ Version: 0.2.18
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.17"
3
+ version = "0.2.18"
4
4
  description = "stackprep-pro — interview & certification prep MCP server for any AI client"
5
5
  readme = "README.md"
6
6
  license = { text = "MIT" }
@@ -374,7 +374,8 @@ def save_study_pack(session_id: str, name: str, content: str) -> str:
374
374
  pack_json_path.write_text(json.dumps(pack_data, indent=2, ensure_ascii=False), encoding="utf-8")
375
375
  pack_md_path.write_text(f"# Study Pack: {safe_name}\n\n{content}", encoding="utf-8")
376
376
 
377
- _delete_session(session_id)
377
+ # Do NOT delete/end the session here — saving a study pack mid-session must keep
378
+ # the session alive so the user can continue.
378
379
 
379
380
  return (
380
381
  f"Study pack '{safe_name}' saved.\n"
@@ -723,7 +723,7 @@ wheels = [
723
723
 
724
724
  [[package]]
725
725
  name = "stackprep-pro"
726
- version = "0.2.17"
726
+ version = "0.2.18"
727
727
  source = { editable = "." }
728
728
  dependencies = [
729
729
  { name = "mcp", extra = ["cli"] },
File without changes
File without changes
File without changes