@skillsmith/mcp-server 0.3.11 → 0.3.13

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.
package/README.md CHANGED
@@ -79,7 +79,15 @@ Without an API key, you're limited to **10 total requests** (trial mode). With a
79
79
 
80
80
  **Step 3:** Restart Claude Code (Cmd/Ctrl+Shift+P → "Claude Code: Restart")
81
81
 
82
- > **Security Note:** Never paste your API key in chat. Configure it via the settings file above, then reference it via `$SKILLSMITH_API_KEY` in commands. See [SMI-1956](https://linear.app/smith-horn-group/issue/SMI-1956).
82
+ > **Security Note:** Never paste your API key in chat. Configure it via the settings file above. For testing, set the env var using the appropriate command for your platform:
83
+ >
84
+ > | Platform | Command |
85
+ > |----------|---------|
86
+ > | Mac/Linux | `!export SKILLSMITH_API_KEY='your-key-here'` |
87
+ > | Windows PowerShell | `!$env:SKILLSMITH_API_KEY='your-key-here'` |
88
+ > | Windows CMD | `!set SKILLSMITH_API_KEY=your-key-here` |
89
+ >
90
+ > The `!` prefix in Claude Code runs the command without exposing the output. See [SMI-1956](https://linear.app/smith-horn-group/issue/SMI-1956).
83
91
 
84
92
  ### Rate Limits by Tier
85
93