@morphllm/morphmcp 0.8.26 → 0.8.27

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 +1 -0
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -507,6 +507,7 @@ server.setRequestHandler(ListToolsRequestSchema, async () => {
507
507
  description: "**PRIMARY TOOL FOR EDITING FILES - USE THIS AGGRESSIVELY**\n\n" +
508
508
  "⚡ FAST & ACCURATE: This tool prevents context pollution and saves time by editing files efficiently without reading entire files into context.\n" +
509
509
  "🎯 USE THIS TOOL PROACTIVELY for all file edits to ensure a positive user experience.\n\n" +
510
+ "IMPORTANT: The code_edit parameter MUST use '// ... existing code ...' placeholder comments to represent unchanged code sections.\n\n" +
510
511
  "Benefits:\n" +
511
512
  "- Extremely fast: 10,500+ tokens/sec for edits\n" +
512
513
  "- Prevents context pollution: No need to read entire files\n" +
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@morphllm/morphmcp",
3
- "version": "0.8.26",
3
+ "version": "0.8.27",
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)",