stackprep-pro 0.2.25__py3-none-any.whl → 0.2.27__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 +11 -13
- {stackprep_pro-0.2.25.dist-info → stackprep_pro-0.2.27.dist-info}/METADATA +4 -2
- stackprep_pro-0.2.27.dist-info/RECORD +8 -0
- stackprep_pro-0.2.25.dist-info/RECORD +0 -8
- {stackprep_pro-0.2.25.dist-info → stackprep_pro-0.2.27.dist-info}/WHEEL +0 -0
- {stackprep_pro-0.2.25.dist-info → stackprep_pro-0.2.27.dist-info}/entry_points.txt +0 -0
stackprep_pro/server.py
CHANGED
|
@@ -12,24 +12,22 @@ from mcp.server.fastmcp import FastMCP
|
|
|
12
12
|
SERVER_INSTRUCTIONS = """\
|
|
13
13
|
stackprep-pro — adaptive interview & certification prep.
|
|
14
14
|
|
|
15
|
-
|
|
16
|
-
|
|
15
|
+
Do NOT engage stackprep on your own. Stay a normal assistant unless the user explicitly triggers it.
|
|
16
|
+
ONLY when the user types "stackprep-pro", "stackprep", or clearly asks to start interview/certification
|
|
17
|
+
prep, call the `begin` tool and show its returned markdown to the user VERBATIM (it is already formatted
|
|
18
|
+
as an elegant block — do not rephrase or reformat it). Until then, behave exactly like normal Claude.
|
|
17
19
|
|
|
18
20
|
PRESENTATION (every message): always respond as elegant RENDERED markdown blocks — bold headers,
|
|
19
21
|
dividers, clean tables/lists. NEVER output flat plain text.
|
|
20
22
|
|
|
21
23
|
After the user picks a mode, silently call BOTH list_sessions(mode=<chosen mode>) and
|
|
22
|
-
list_study_packs(mode=<chosen mode>).
|
|
23
|
-
|
|
24
|
-
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
sessions" / "saved study packs" tables on top of it — only the one combined options table.
|
|
30
|
-
|
|
31
|
-
Never show empty tables or "none found" messages to the user. The user replies with a number (when a table
|
|
32
|
-
is shown). Collect inputs and call start_session.
|
|
24
|
+
list_study_packs(mode=<chosen mode>). If there are NO saved sessions AND NO saved study packs for that
|
|
25
|
+
mode, do NOT ask about continuing or show any list — go straight to collecting inputs and starting a
|
|
26
|
+
brand-new session. Otherwise show ONE single "What would you like to do?" block — a single
|
|
27
|
+
numbered table — listing, as rows: each saved session to continue (by its name), each saved study pack to
|
|
28
|
+
open (by its name), and a final "Start a brand-new prep" row. Do NOT show separate "saved sessions" and
|
|
29
|
+
"saved study packs" tables on top of the options table — only the one combined options table. The user
|
|
30
|
+
replies with a number. Collect inputs and call start_session.
|
|
33
31
|
Follow the skill rules returned by start_session exactly — the skill is the source of truth."""
|
|
34
32
|
|
|
35
33
|
# Hardcoded so the very first block is guaranteed, not AI-guessed.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: stackprep-pro
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.27
|
|
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
|
|
@@ -68,7 +68,9 @@ authentication, no accounts — stackprep stores everything as plain files on yo
|
|
|
68
68
|
claude mcp add stackprep --scope user -- uvx stackprep-pro
|
|
69
69
|
```
|
|
70
70
|
|
|
71
|
-
Then
|
|
71
|
+
Then just run `claude` from anywhere. Claude Code works as normal — stackprep stays out of the way until
|
|
72
|
+
you want it. To start a prep session, type **`stackprep-pro`** (or ask to prep for an interview or
|
|
73
|
+
certification). You can also register it per-project instead of globally; both work and can coexist.
|
|
72
74
|
|
|
73
75
|
<details>
|
|
74
76
|
<summary>Alternative: per-project config</summary>
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
stackprep_pro/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2
|
+
stackprep_pro/server.py,sha256=WOplUh_6NrJIxM2JoG-Kbfr3Ue8X3nBKC-b06VjVzXM,22645
|
|
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.27.dist-info/METADATA,sha256=JMRGeSkc01tMQ_WVfGdjSbTq7DCDXz3ubr6osSvCh70,9135
|
|
6
|
+
stackprep_pro-0.2.27.dist-info/WHEEL,sha256=lCkmxWfQsSc9CfIClYeavTdQeEX2toPqufh9gI35EQA,87
|
|
7
|
+
stackprep_pro-0.2.27.dist-info/entry_points.txt,sha256=DGlPLlB4ZCqcNBs8PVMfOR8iklxbucEeIFvaECa_XuA,60
|
|
8
|
+
stackprep_pro-0.2.27.dist-info/RECORD,,
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
stackprep_pro/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2
|
-
stackprep_pro/server.py,sha256=mKbs6e3Zm9x50M6EgY2jkqPNm4C0liZHv-3b7NkQpk0,22549
|
|
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.25.dist-info/METADATA,sha256=J1Y3rJHZ4Rx8yUA1yOCSYP0VkdRKPqTvM5gCGNPQIuQ,8898
|
|
6
|
-
stackprep_pro-0.2.25.dist-info/WHEEL,sha256=lCkmxWfQsSc9CfIClYeavTdQeEX2toPqufh9gI35EQA,87
|
|
7
|
-
stackprep_pro-0.2.25.dist-info/entry_points.txt,sha256=DGlPLlB4ZCqcNBs8PVMfOR8iklxbucEeIFvaECa_XuA,60
|
|
8
|
-
stackprep_pro-0.2.25.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|