general-coding-tools-mcp 1.0.9 → 1.1.0

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 +1 @@
1
- 386fae673ecd031fc0d5bf9be26bee22db0aaece6f15b881f961934cb5ebaa67
1
+ 864c7b1b8b634e606af1556906ae74e3a57ddc54f96d3ea0ce83dd9f837515ce
package/dist/index.js CHANGED
@@ -208,7 +208,7 @@ server.registerTool("apply_subagent", {
208
208
  const entry = DATA.content.subagents[subagent.name];
209
209
  const extra = (message_to_subagent ?? "").trim();
210
210
  const taskBlock = extra ? `\n\n**Task / context for subagent:**\n${escapeForEmbedding(extra)}` : "";
211
- const text = `**Launch the ${subagent.name} subagent** (separate context). Do not follow these instructions in this chat — the client must start a subagent run with the content below. The subagent runs in another context and returns one result.${taskBlock}\n\n---\n\n${entry.content}`;
211
+ const text = `**Launch the ${subagent.name} subagent** (separate context). Do not follow these instructions in this chat — dispatch a subagent with the FULL content below.\n\n**IMPORTANT:** You MUST embed this ENTIRE response VERBATIM in the Agent tool's \`prompt\` parameter. Do NOT paraphrase, summarize, or omit any section. The subagent needs ALL of it (tool usage guides, process steps, output format, rules) to function correctly.${taskBlock}\n\n---\n\n${entry.content}`;
212
212
  return { content: [{ type: "text", text }] };
213
213
  });
214
214
  // --- Run ---
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "general-coding-tools-mcp",
3
- "version": "1.0.9",
4
- "description": "MCP server exposing General Coding Tools (skills and subagents) for use in Cursor, Claude, and Smithery",
3
+ "version": "1.1.0",
4
+ "description": "MCP server with coding skills and subagents — debugging, code audits (correctness, security, best practices, SQL migrations), feature planning, testing (React/Vitest, Deno, pgTAP), UI/accessibility audits, deep research, and doc generation. Works with Cursor, Claude, Windsurf, and any MCP client.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
7
7
  "bin": {
@@ -21,10 +21,29 @@
21
21
  },
22
22
  "keywords": [
23
23
  "mcp",
24
+ "mcp-server",
25
+ "model-context-protocol",
24
26
  "cursor",
27
+ "claude",
28
+ "windsurf",
25
29
  "smithery",
26
30
  "skills",
27
- "general-coding-tools"
31
+ "code-audit",
32
+ "security-audit",
33
+ "debugging",
34
+ "testing",
35
+ "vitest",
36
+ "react-testing-library",
37
+ "pgtap",
38
+ "supabase",
39
+ "accessibility",
40
+ "wcag",
41
+ "feature-planning",
42
+ "code-review",
43
+ "migration-audit",
44
+ "plpgsql",
45
+ "sql-migrations",
46
+ "ai-tools"
28
47
  ],
29
48
  "license": "MIT",
30
49
  "dependencies": {