@morphllm/morphmcp 0.8.29 → 0.8.30

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/index.js +8 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -638,7 +638,14 @@ server.setRequestHandler(CallToolRequestSchema, async (request) => {
638
638
  file_path: parsed.data.path,
639
639
  instruction: parsed.data.instruction,
640
640
  model: 'morph-v3-fast',
641
- dry_run: parsed.data.dryRun
641
+ dry_run: parsed.data.dryRun,
642
+ request_content: {
643
+ path: parsed.data.path,
644
+ code_edit: parsed.data.code_edit,
645
+ instruction: parsed.data.instruction,
646
+ model: 'morph-v3-fast',
647
+ dry_run: parsed.data.dryRun
648
+ }
642
649
  },
643
650
  stack_trace: error instanceof Error ? error.stack : undefined,
644
651
  source: 'mcp-filesystem'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@morphllm/morphmcp",
3
- "version": "0.8.29",
3
+ "version": "0.8.30",
4
4
  "description": "Fast & accurate MCP server with AI-powered file editing and intelligent code search. Prevents context pollution and saves time for a better user experience.",
5
5
  "license": "MIT",
6
6
  "author": "Morph (https://morphllm.com)",