knownfix 0.2.1 → 0.2.2

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.
Files changed (1) hide show
  1. package/package.json +18 -3
package/package.json CHANGED
@@ -1,12 +1,27 @@
1
1
  {
2
2
  "name": "knownfix",
3
- "version": "0.2.1",
4
- "description": "Connect any AI agent to KnownFixverified fixes for real errors, sold per-lookup on-chain. Remote MCP bridge + config helper.",
3
+ "version": "0.2.2",
4
+ "description": "MCP server that sells verified dev-error fixes to AI agents. Paste an error, get the fix free search, 3 free samples, ~$0.08 on-chain. Works with Claude, Cursor, Codex, VS Code, LangChain, CrewAI.",
5
5
  "type": "module",
6
6
  "bin": { "knownfix": "index.mjs" },
7
7
  "mcpName": "io.github.b-hash88/knownfix",
8
8
  "files": ["index.mjs", "README.md"],
9
- "keywords": ["mcp", "ai-agents", "debugging", "fixes", "knownfix", "agent-commerce"],
9
+ "keywords": [
10
+ "mcp",
11
+ "mcp-server",
12
+ "model-context-protocol",
13
+ "ai-agents",
14
+ "agent-tools",
15
+ "claude",
16
+ "cursor",
17
+ "debugging",
18
+ "error-fix",
19
+ "troubleshooting",
20
+ "stacktrace",
21
+ "developer-tools",
22
+ "knownfix",
23
+ "agent-commerce"
24
+ ],
10
25
  "homepage": "https://b-hash88.github.io/knownfix/",
11
26
  "repository": { "type": "git", "url": "git+https://github.com/b-hash88/knownfix.git" },
12
27
  "license": "MIT",