stackprep-pro 0.2.24__py3-none-any.whl → 0.2.26__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
@@ -19,7 +19,9 @@ PRESENTATION (every message): always respond as elegant RENDERED markdown blocks
19
19
  dividers, clean tables/lists. NEVER output flat plain text.
20
20
 
21
21
  After the user picks a mode, silently call BOTH list_sessions(mode=<chosen mode>) and
22
- list_study_packs(mode=<chosen mode>). Then show ONE single "What would you like to do?" block a single
22
+ list_study_packs(mode=<chosen mode>). If there are NO saved sessions AND NO saved study packs for that
23
+ mode, do NOT ask about continuing or show any list — go straight to collecting inputs and starting a
24
+ brand-new session. Otherwise show ONE single "What would you like to do?" block — a single
23
25
  numbered table — listing, as rows: each saved session to continue (by its name), each saved study pack to
24
26
  open (by its name), and a final "Start a brand-new prep" row. Do NOT show separate "saved sessions" and
25
27
  "saved study packs" tables on top of the options table — only the one combined options table. The user
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: stackprep-pro
3
- Version: 0.2.24
3
+ Version: 0.2.26
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
@@ -52,11 +52,28 @@ uvx stackprep-pro
52
52
 
53
53
  ## Configure your MCP client
54
54
 
55
- The config is the same for every client — just point to `uvx stackprep-pro`.
55
+ The config is the same for every client — just point to `uvx stackprep-pro`. No API keys, no
56
+ authentication, no accounts — stackprep stores everything as plain files on your own machine.
57
+
58
+ > **Prerequisite:** install [uv](https://docs.astral.sh/uv/) (it provides `uvx`):
59
+ > ```bash
60
+ > curl -LsSf https://astral.sh/uv/install.sh | sh
61
+ > ```
56
62
 
57
63
  ### Claude Code
58
64
 
59
- Create `.mcp.json` in your project root:
65
+ **Recommended register it globally** so it works from any directory (the normal way you'd use it):
66
+
67
+ ```bash
68
+ claude mcp add stackprep --scope user -- uvx stackprep-pro
69
+ ```
70
+
71
+ Then launch Claude Code from anywhere with `claude` and type `start`.
72
+
73
+ <details>
74
+ <summary>Alternative: per-project config</summary>
75
+
76
+ If you'd rather scope it to a single project, create `.mcp.json` in that project's root instead:
60
77
 
61
78
  ```json
62
79
  {
@@ -68,10 +85,11 @@ Create `.mcp.json` in your project root:
68
85
  }
69
86
  }
70
87
  ```
88
+ </details>
71
89
 
72
90
  ### Cursor
73
91
 
74
- Create `~/.cursor/mcp.json`:
92
+ Create `~/.cursor/mcp.json` (global — works from any directory):
75
93
 
76
94
  ```json
77
95
  {
@@ -0,0 +1,8 @@
1
+ stackprep_pro/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
+ stackprep_pro/server.py,sha256=enyegTiX21qrngUxcFL5Hb-Nx4K44EcPySc9leEES-M,22428
3
+ stackprep_pro/skills/certification.md,sha256=VjkA7O3RjNoM0_MpSKD_2mORRDnNLxGdSdTioZ9xoI4,6859
4
+ stackprep_pro/skills/interview.md,sha256=pouK-9ZMiPx3JQGiWkOTGT62aN4BsVF0OXzd9AIU6fs,6839
5
+ stackprep_pro-0.2.26.dist-info/METADATA,sha256=FiADlUTNGg9EJh-8mubfZLE0z5fqG0lXnpD3Swcnmf0,8898
6
+ stackprep_pro-0.2.26.dist-info/WHEEL,sha256=lCkmxWfQsSc9CfIClYeavTdQeEX2toPqufh9gI35EQA,87
7
+ stackprep_pro-0.2.26.dist-info/entry_points.txt,sha256=DGlPLlB4ZCqcNBs8PVMfOR8iklxbucEeIFvaECa_XuA,60
8
+ stackprep_pro-0.2.26.dist-info/RECORD,,
@@ -1,8 +0,0 @@
1
- stackprep_pro/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
- stackprep_pro/server.py,sha256=5z_PKz3sDVJXDLCmPyPkE7OnntCtJtb3xjCaPatRaj8,22236
3
- stackprep_pro/skills/certification.md,sha256=VjkA7O3RjNoM0_MpSKD_2mORRDnNLxGdSdTioZ9xoI4,6859
4
- stackprep_pro/skills/interview.md,sha256=pouK-9ZMiPx3JQGiWkOTGT62aN4BsVF0OXzd9AIU6fs,6839
5
- stackprep_pro-0.2.24.dist-info/METADATA,sha256=z8DRLKd7XMr4b5vW40ASRMsmzDTSqqiiu2KsYFFiT2Y,8223
6
- stackprep_pro-0.2.24.dist-info/WHEEL,sha256=lCkmxWfQsSc9CfIClYeavTdQeEX2toPqufh9gI35EQA,87
7
- stackprep_pro-0.2.24.dist-info/entry_points.txt,sha256=DGlPLlB4ZCqcNBs8PVMfOR8iklxbucEeIFvaECa_XuA,60
8
- stackprep_pro-0.2.24.dist-info/RECORD,,