@grainulation/wheat 1.0.6 → 1.0.7

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/lib/serve-mcp.js +0 -1
  2. package/package.json +1 -1
package/lib/serve-mcp.js CHANGED
@@ -796,7 +796,6 @@ async function handleRequest(dir, method, params, id) {
796
796
  function startServer(dir) {
797
797
  const rl = readline.createInterface({
798
798
  input: process.stdin,
799
- output: process.stdout,
800
799
  terminal: false,
801
800
  });
802
801
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@grainulation/wheat",
3
- "version": "1.0.6",
3
+ "version": "1.0.7",
4
4
  "description": "Research-driven development framework — structured claims, compiled evidence, deterministic output",
5
5
  "license": "MIT",
6
6
  "author": "grainulation contributors",