mcp-wtf 0.2.0 → 0.2.1
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 +4 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -199,6 +199,10 @@ The rest of the toolchain, built on the same zero-dependency MCP client:
|
|
|
199
199
|
|
|
200
200
|
mcp-wtf answers "why won't it connect", context-xray answers "what is it costing me", mcp-probe answers "will it break my users".
|
|
201
201
|
|
|
202
|
+
## Newsletter
|
|
203
|
+
|
|
204
|
+
**[Agent Receipts](https://receipts.yangjiawei.com)** — weekly, first-hand numbers from building and shipping tools like this one: what I measured, what broke, and what I got wrong. [Subscribe](https://receipts.yangjiawei.com/subscribe).
|
|
205
|
+
|
|
202
206
|
## License
|
|
203
207
|
|
|
204
208
|
MIT
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mcp-wtf",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.1",
|
|
4
4
|
"description": "Your MCP server won't connect. Find out why in 10 seconds. Diagnoses every server in your Claude Desktop, Claude Code, Cursor, VS Code, Cline, Zed and Gemini CLI configs - local and remote: missing commands, placeholder API keys, stdout pollution, silent crashes, 401 Unauthorized, expired certificates, wrong /mcp or /sse endpoints - with the exact fix for each. Reads your host's log files too. Zero dependencies.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"mcp",
|