stackprep-pro 0.2.26__py3-none-any.whl → 0.2.28__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 +9 -4
- {stackprep_pro-0.2.26.dist-info → stackprep_pro-0.2.28.dist-info}/METADATA +5 -3
- stackprep_pro-0.2.28.dist-info/RECORD +8 -0
- stackprep_pro-0.2.26.dist-info/RECORD +0 -8
- {stackprep_pro-0.2.26.dist-info → stackprep_pro-0.2.28.dist-info}/WHEEL +0 -0
- {stackprep_pro-0.2.26.dist-info → stackprep_pro-0.2.28.dist-info}/entry_points.txt +0 -0
stackprep_pro/server.py
CHANGED
|
@@ -12,8 +12,10 @@ 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.
|
|
@@ -126,8 +128,11 @@ def _load_skill(mode: str) -> str:
|
|
|
126
128
|
|
|
127
129
|
@mcp.tool()
|
|
128
130
|
def begin() -> str:
|
|
129
|
-
"""
|
|
130
|
-
|
|
131
|
+
"""Start a stackprep prep session. Call this ONLY when the user explicitly triggers stackprep — i.e.
|
|
132
|
+
they type "stackprep-pro", "stackprep", or clearly ask to start interview/certification prep. Do NOT
|
|
133
|
+
call this automatically, on launch, or at the start of a conversation. Until the user triggers it,
|
|
134
|
+
behave as a normal assistant. Returns the opening question as an elegant markdown block — show it to the
|
|
135
|
+
user VERBATIM (do not rephrase or reformat)."""
|
|
131
136
|
return BEGIN_BLOCK
|
|
132
137
|
|
|
133
138
|
@mcp.tool()
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: stackprep-pro
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.28
|
|
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>
|
|
@@ -179,7 +181,7 @@ Point this at any Dropbox, Google Drive, or OneDrive folder for cross-platform s
|
|
|
179
181
|
|
|
180
182
|
| Tool | Description | Args |
|
|
181
183
|
|---|---|---|
|
|
182
|
-
| `begin` |
|
|
184
|
+
| `begin` | Start a stackprep prep session. Call this ONLY when the user explicitly triggers stackprep — i.e. | |
|
|
183
185
|
| `start_session` | Start a new stackprep session. Returns a session ID and the skill rules for the AI to follow. | `mode`, `cert_name`, `cv`, `jd`, `extra_topics` |
|
|
184
186
|
| `submit_answer` | Record the result of an answered question. | `session_id`, `result`, `question` |
|
|
185
187
|
| `flag_for_study` | Manually flag the current question for the study pack. | `session_id`, `question` |
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
stackprep_pro/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2
|
+
stackprep_pro/server.py,sha256=IzZ_FSTCUOBOlJ1udmA4nt9muf9PsNVsJQytJSBTQFM,22901
|
|
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.28.dist-info/METADATA,sha256=GUdJJyakIZnApNUye5_sOjkBZmAnE9lshPuKLfLUJB0,9137
|
|
6
|
+
stackprep_pro-0.2.28.dist-info/WHEEL,sha256=lCkmxWfQsSc9CfIClYeavTdQeEX2toPqufh9gI35EQA,87
|
|
7
|
+
stackprep_pro-0.2.28.dist-info/entry_points.txt,sha256=DGlPLlB4ZCqcNBs8PVMfOR8iklxbucEeIFvaECa_XuA,60
|
|
8
|
+
stackprep_pro-0.2.28.dist-info/RECORD,,
|
|
@@ -1,8 +0,0 @@
|
|
|
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,,
|
|
File without changes
|
|
File without changes
|