@splicr/mcp-server 0.3.13 → 0.3.14

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 (2) hide show
  1. package/dist/cli.js +1 -1
  2. package/package.json +1 -1
package/dist/cli.js CHANGED
@@ -17,7 +17,7 @@ const SPLICR_HOOK_MARKER = '@splicr/mcp-server hook';
17
17
  const SPLICR_HOOK_CONFIG = {
18
18
  type: 'command',
19
19
  command: 'npx -y @splicr/mcp-server hook',
20
- timeout: 3,
20
+ timeout: 5,
21
21
  };
22
22
  const MCP_CONFIG = {
23
23
  command: 'npx',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@splicr/mcp-server",
3
- "version": "0.3.13",
3
+ "version": "0.3.14",
4
4
  "description": "Splicr MCP server — route what you read to what you're building",
5
5
  "type": "module",
6
6
  "bin": "./dist/cli.js",