stackprep-pro 0.2.26__tar.gz → 0.2.27__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.26
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 launch Claude Code from anywhere with `claude` and type `start`.
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>
@@ -48,7 +48,9 @@ authentication, no accounts — stackprep stores everything as plain files on yo
48
48
  claude mcp add stackprep --scope user -- uvx stackprep-pro
49
49
  ```
50
50
 
51
- Then launch Claude Code from anywhere with `claude` and type `start`.
51
+ Then just run `claude` from anywhere. Claude Code works as normal — stackprep stays out of the way until
52
+ you want it. To start a prep session, type **`stackprep-pro`** (or ask to prep for an interview or
53
+ certification). You can also register it per-project instead of globally; both work and can coexist.
52
54
 
53
55
  <details>
54
56
  <summary>Alternative: per-project config</summary>
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "stackprep-pro"
3
- version = "0.2.26"
3
+ version = "0.2.27"
4
4
  description = "stackprep-pro — interview & certification prep MCP server for any AI client"
5
5
  readme = "README.md"
6
6
  license = { text = "MIT" }
@@ -114,7 +114,9 @@ authentication, no accounts — stackprep stores everything as plain files on yo
114
114
  claude mcp add stackprep --scope user -- uvx stackprep-pro
115
115
  ```
116
116
 
117
- Then launch Claude Code from anywhere with `claude` and type `start`.
117
+ Then just run `claude` from anywhere. Claude Code works as normal — stackprep stays out of the way until
118
+ you want it. To start a prep session, type **`stackprep-pro`** (or ask to prep for an interview or
119
+ certification). You can also register it per-project instead of globally; both work and can coexist.
118
120
 
119
121
  <details>
120
122
  <summary>Alternative: per-project config</summary>
@@ -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
- At the very start of every conversation, call the `begin` tool and show its returned markdown to the
16
- user VERBATIM (it is already formatted as an elegant block do not rephrase or reformat it).
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.
@@ -723,7 +723,7 @@ wheels = [
723
723
 
724
724
  [[package]]
725
725
  name = "stackprep-pro"
726
- version = "0.2.26"
726
+ version = "0.2.27"
727
727
  source = { editable = "." }
728
728
  dependencies = [
729
729
  { name = "mcp", extra = ["cli"] },
File without changes
File without changes