@morphllm/morphmcp 0.8.113 → 0.8.114
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.
- package/README.md +3 -22
- package/dist/index.js +1 -1
- package/dist/path-utils.js +1 -1
- package/dist/path-validation.js +1 -1
- package/dist/roots-utils.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -10,7 +10,7 @@ Supercharge your coding agent. One MCP with two specialized tools for faster edi
|
|
|
10
10
|
| `warpgrep_codebase_search` | Sub-agent that runs parallel grep/read operations to find relevant code |
|
|
11
11
|
| `warpgrep_github_search` | Search any public GitHub repo by URL or `owner/repo` shorthand |
|
|
12
12
|
|
|
13
|
-
All three tools are
|
|
13
|
+
All three tools are always exposed. Clients can manage tool visibility on their side.
|
|
14
14
|
|
|
15
15
|
## Quick Start
|
|
16
16
|
|
|
@@ -31,8 +31,7 @@ Add to `.cursor/mcp.json`:
|
|
|
31
31
|
"command": "npx",
|
|
32
32
|
"args": ["-y", "@morphllm/morphmcp"],
|
|
33
33
|
"env": {
|
|
34
|
-
"MORPH_API_KEY": "sk-xxx"
|
|
35
|
-
"ENABLED_TOOLS": "warpgrep_codebase_search,warpgrep_github_search"
|
|
34
|
+
"MORPH_API_KEY": "sk-xxx"
|
|
36
35
|
}
|
|
37
36
|
}
|
|
38
37
|
}
|
|
@@ -51,8 +50,7 @@ Add to `.vscode/mcp.json`:
|
|
|
51
50
|
"command": "npx",
|
|
52
51
|
"args": ["-y", "@morphllm/morphmcp"],
|
|
53
52
|
"env": {
|
|
54
|
-
"MORPH_API_KEY": "sk-xxx"
|
|
55
|
-
"ENABLED_TOOLS": "edit_file,warpgrep_codebase_search,warpgrep_github_search"
|
|
53
|
+
"MORPH_API_KEY": "sk-xxx"
|
|
56
54
|
}
|
|
57
55
|
}
|
|
58
56
|
}
|
|
@@ -101,26 +99,9 @@ Output: List of files with specific line ranges + actual code content
|
|
|
101
99
|
| Variable | Description | Default |
|
|
102
100
|
|----------|-------------|---------|
|
|
103
101
|
| `MORPH_API_KEY` | Your API key from [morphllm.com](https://morphllm.com) | Required |
|
|
104
|
-
| `ENABLED_TOOLS` | Comma-separated list or `all` | `edit_file,warpgrep_codebase_search,warpgrep_github_search` |
|
|
105
102
|
| `MORPH_API_URL` | Override Morph API base URL for custom proxies | `https://api.morphllm.com` |
|
|
106
103
|
| `MORPH_WARP_GREP_TIMEOUT` | Timeout for warp grep model calls in ms | `30000` |
|
|
107
104
|
|
|
108
|
-
### Customize enabled tools
|
|
109
|
-
|
|
110
|
-
```bash
|
|
111
|
-
# Default (all three tools)
|
|
112
|
-
ENABLED_TOOLS=edit_file,warpgrep_codebase_search,warpgrep_github_search
|
|
113
|
-
|
|
114
|
-
# Only fast editing
|
|
115
|
-
ENABLED_TOOLS=edit_file
|
|
116
|
-
|
|
117
|
-
# Only local search
|
|
118
|
-
ENABLED_TOOLS=warpgrep_codebase_search
|
|
119
|
-
|
|
120
|
-
# Only GitHub search
|
|
121
|
-
ENABLED_TOOLS=warpgrep_github_search
|
|
122
|
-
```
|
|
123
|
-
|
|
124
105
|
## Get an API Key
|
|
125
106
|
|
|
126
107
|
1. Sign up at [morphllm.com](https://morphllm.com)
|
package/dist/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
const a0_0x44d8d0=a0_0x2993;(function(_0x293a22,_0x1dc8c5){const _0x2a989e=a0_0x2993,_0x1af41f=_0x293a22();while(!![]){try{const _0x3d69f1=parseInt(_0x2a989e(0x199))/0x1*(parseInt(_0x2a989e(0x1d0))/0x2)+-parseInt(_0x2a989e(0x23e))/0x3*(parseInt(_0x2a989e(0x251))/0x4)+parseInt(_0x2a989e(0x245))/0x5*(-parseInt(_0x2a989e(0x279))/0x6)+-parseInt(_0x2a989e(0x265))/0x7*(parseInt(_0x2a989e(0x24c))/0x8)+parseInt(_0x2a989e(0x242))/0x9*(parseInt(_0x2a989e(0x1eb))/0xa)+parseInt(_0x2a989e(0x207))/0xb+parseInt(_0x2a989e(0x1fb))/0xc*(parseInt(_0x2a989e(0x253))/0xd);if(_0x3d69f1===_0x1dc8c5)break;else _0x1af41f['push'](_0x1af41f['shift']());}catch(_0x34431c){_0x1af41f['push'](_0x1af41f['shift']());}}}(a0_0x4d2c,0x2f54c));import{Server}from'@modelcontextprotocol/sdk/server/index.js';import{StdioServerTransport}from'@modelcontextprotocol/sdk/server/stdio.js';import{CallToolRequestSchema,ListToolsRequestSchema,RootsListChangedNotificationSchema}from'@modelcontextprotocol/sdk/types.js';import a0_0x5d9aab from'fs/promises';import a0_0x5cf1e3 from'path';import a0_0x330205 from'os';import{createRequire}from'module';import{z}from'zod';import{zodToJsonSchema}from'zod-to-json-schema';import{getValidRootDirectories}from'./roots-utils.js';import{executeEditFile}from'@morphllm/morphsdk/tools/fastapply';import{runWarpGrep,LocalRipgrepProvider,GITHUB_SEARCH_TOOL_NAME,GITHUB_SEARCH_DESCRIPTION}from'@morphllm/morphsdk/tools/warp-grep';import{WarpGrepClient,formatResult}from'@morphllm/morphsdk/tools/warp-grep/client';import{executeCodebaseSearch}from'@morphllm/morphsdk/tools/codebase-search';import a0_0x589aab from'axios';function fixPathRepetition(_0x400420){const _0x161b76=a0_0x2993,_0x4069c5=_0x400420[_0x161b76(0x217)](a0_0x5cf1e3[_0x161b76(0x26f)])[_0x161b76(0x1a9)](Boolean);if(_0x4069c5[_0x161b76(0x1b9)]<0x2)return null;for(let _0x4c0867=Math['floor'](_0x4069c5[_0x161b76(0x1b9)]/0x2);_0x4c0867>=0x1;_0x4c0867--){for(let _0x43353f=0x0;_0x43353f<=_0x4069c5[_0x161b76(0x1b9)]-0x2*_0x4c0867;_0x43353f++){const _0x2f1e2b=_0x4069c5['slice'](_0x43353f,_0x43353f+_0x4c0867),_0x8efc4c=_0x4069c5[_0x161b76(0x1ae)](_0x43353f+_0x4c0867,_0x43353f+0x2*_0x4c0867);if(_0x2f1e2b['every']((_0x23eeb2,_0x29ffac)=>_0x23eeb2===_0x8efc4c[_0x29ffac])){const _0x38453b=[..._0x4069c5[_0x161b76(0x1ae)](0x0,_0x43353f),..._0x4069c5[_0x161b76(0x1ae)](_0x43353f+_0x4c0867)];return a0_0x5cf1e3[_0x161b76(0x26f)]+_0x38453b[_0x161b76(0x1da)](a0_0x5cf1e3[_0x161b76(0x26f)]);}}}return null;}const require=createRequire(import.meta.url);function getPackageVersion(){const _0x5ad6e0=a0_0x2993;try{const _0x241ca6=require(_0x5ad6e0(0x249));return _0x241ca6['version']??'unknown';}catch(_0x24b017){return console['error'](_0x5ad6e0(0x263),_0x24b017),'unknown';}}function printHelp(){const _0x2b764c=a0_0x2993;console[_0x2b764c(0x1f7)]('@morphllm/morphmcp\x20'+getPackageVersion()),console['log']('\x0aUsage:\x20morph-mcp\x20[options]\x20[allowed-directory\x20...]'),console[_0x2b764c(0x1f7)](_0x2b764c(0x244)),console['log']('\x20\x20--api-key\x20<key>\x20\x20Morph\x20API\x20key\x20(takes\x20priority\x20over\x20MORPH_API_KEY\x20env\x20var)'),console[_0x2b764c(0x1f7)](_0x2b764c(0x174)),console[_0x2b764c(0x1f7)]('\x20\x20-v,\x20--version\x20\x20\x20\x20Print\x20version\x20and\x20exit'),console['log'](_0x2b764c(0x23a)),console[_0x2b764c(0x1f7)]('\x20\x20morph-mcp'),console[_0x2b764c(0x1f7)]('\x20\x20morph-mcp\x20--api-key\x20sk-xxx\x20~/repo');}const cliArgs=process[a0_0x44d8d0(0x184)][a0_0x44d8d0(0x1ae)](0x2),VERSION_FLAGS=new Set([a0_0x44d8d0(0x22b),'-v','-V']),HELP_FLAGS=new Set([a0_0x44d8d0(0x211),'-h']);function a0_0x4d2c(){const _0x4a7252=['data','repo_path','Failed\x20to\x20request\x20roots\x20from\x20client:','code','listRoots','edit_file','env','searchTimeMs','@morphllm/morphmcp\x20','6CKpKrl','ToolException','match','You\x20should\x20ALWAYS\x20use\x20this\x20tool\x20to\x20start\x20your\x20search.','Here\x20is\x20the\x20content\x20of\x20files:\x0a','messages','role','.cursor','describe','Branch\x20to\x20search\x20(uses\x20latest\x20commit)','some','Max\x20results\x20to\x20return','ms:\x0a\x0a',',\x20removed\x20','\x20results\x20in\x20','ALWAYS\x20use\x20\x22//\x20...\x20existing\x20code\x20...\x22\x20to\x20represent\x20blocks\x20of\x20unchanged\x20code.\x0a','At\x20least\x20one\x20directory\x20must\x20be\x20provided\x20by\x20EITHER\x20method\x20for\x20the\x20server\x20to\x20operate.','Started\x20without\x20allowed\x20directories\x20-\x20waiting\x20for\x20client\x20to\x20provide\x20roots\x20via\x20MCP\x20protocol','Changed\x20lines\x20with\x20minimal\x20context.\x20Use\x20placeholders\x20intelligently\x20like\x20\x22//\x20...\x20existing\x20code\x20...\x22\x20to\x20represent\x20unchanged\x20code.','includes','mcp-filesystem','trim','\x20\x20-h,\x20--help\x20\x20\x20\x20\x20\x20\x20Show\x20this\x20help\x20message\x20and\x20exit','[warpgrep_github_search]\x20Failed\x20in\x20','-\x20Grepped\x20\x27','Relevant\x20context\x20found:','search_type','exit','linesRemoved','false','array','\x20is\x20not\x20a\x20directory','terminationReason','\x20\x203.\x20Workspace\x20mode\x20(default\x20behavior,\x20set\x20ENABLE_WORKSPACE_MODE=false\x20to\x20disable)','Returns\x20ranked\x20code\x20chunks\x20with\x20relevance\x20scores,\x20file\x20paths,\x20and\x20line\x20numbers.\x20','MORPH_WARP_GREP_TIMEOUT','unknown\x20error','files','argv','\x0a</file>','.\x20Path:\x20','assistant','Warning:\x20Workspace\x20fallback\x20failed:\x20',',\x20modified\x20','filepath','Secure\x20MCP\x20Filesystem\x20Server\x20running\x20on\x20stdio','runWarpGrep_call','content','\x22>\x0aError\x20reading\x20file:\x20','requiresApiKey','Client\x20does\x20not\x20support\x20MCP\x20Roots,\x20using\x20workspace\x20mode','endLine','access','Example\x20queries:\x20\x27Where\x20is\x20JWT\x20validation?\x27,\x20\x27How\x20does\x20auth\x20work?\x27,\x20\x27Find\x20database\x20connection\x20logic\x27.','has','Warning:\x20','MORPH_API_KEY\x20environment\x20variable\x20must\x20be\x20set\x20in\x20MCP\x20config.\x20Check\x20your\x20global\x20MCP\x20configuration.','sk-','No\x20relevant\x20code\x20found\x20for\x20the\x20query.','1307jwTmlW','timings','Error:\x20','read','instruction','substring','basename','all','\x20\x201.\x20Command-line\x20arguments\x20(shown\x20above)','Warning:\x20API\x20key\x20format\x20may\x20be\x20incorrect.\x20Morph\x20API\x20keys\x20typically\x20start\x20with\x20\x27sk-\x27\x20or\x20\x27morph-\x27','MORPH_API_KEY','utf-8','homedir','tsconfig.json','list_directory\x20','constructor','filter','Client\x20does\x20not\x20support\x20MCP\x20Roots,\x20using\x20allowed\x20directories\x20set\x20from\x20server\x20args:','query','repoId','FileNotFound','slice','unknown','Found\x20','Search\x20type\x20hint.\x20Use\x20\x27node_modules\x27\x20when\x20searching\x20inside\x20node_modules\x20or\x20other\x20dependency\x20directories\x20that\x20are\x20normally\x20excluded.','-\x20Be\x20as\x20length\x20efficient\x20as\x20possible\x0a','A\x20search\x20subagent\x20the\x20user\x20refers\x20to\x20as\x20\x27WarpGrep\x27\x20that\x20is\x20ideal\x20for\x20exploring\x20the\x20codebase\x20based\x20on\x20a\x20request.\x20','setNotificationHandler','-\x20Searches\x20by\x20semantic\x20meaning,\x20not\x20just\x20keywords\x0a','changes','Use\x20this\x20tool\x20to\x20efficiently\x20edit\x20existing\x20files,\x20by\x20smartly\x20showing\x20only\x20the\x20changed\x20lines.\x0a\x0a','morph-','length','⚡\x20INTELLIGENT:\x20Natural\x20language\x20search\x20across\x20your\x20entire\x20codebase\x20using\x20AI\x20embeddings.\x0a','UnknownError','-\x20Two-stage\x20retrieval:\x20vector\x20search\x20(~240ms)\x20+\x20GPU\x20reranking\x20(~630ms)\x0a','startsWith','timed\x20out','Enabled\x20tools:\x20','Error\x20accessing\x20directory\x20','BinaryFile','The\x20absolute\x20path\x20of\x20the\x20folder\x20where\x20the\x20search\x20should\x20be\x20performed.\x20In\x20multi-repo\x20workspaces,\x20you\x20have\x20to\x20specify\x20a\x20subfolder\x20where\x20the\x20search\x20should\x20be\x20performed,\x20to\x20avoid\x20searching\x20across\x20all\x20repos','\x20-\x20','--api-key=','indexOf','source','\x20error(s)','-\x20Listed\x20directory\x20`','Invalid\x20arguments\x20for\x20morph_edit_file:\x20','completed_with_file_errors','Fill\x20out\x20extra\x20details\x20that\x20you\x20as\x20a\x20smart\x20model\x20can\x20infer\x20in\x20the\x20question\x20to\x20aid\x20the\x20subagent\x20in\x20its\x20search.\x20','warn','Preview\x20changes\x20without\x20applying\x20them.','**PRIMARY\x20TOOL\x20FOR\x20EDITING\x20FILES\x20-\x20USE\x20THIS\x20AGGRESSIVELY**\x0a\x0a','-\x20If\x20dealing\x20with\x20a\x20file\x20over\x202000\x20lines,\x20use\x20the\x20legacy\x20search\x20and\x20replace\x20tools.\x0a','94FWjsWv','name','ENABLED_TOOLS','params','ms.\x20Success:\x20','**SEMANTIC\x20CODE\x20SEARCH\x20-\x20USE\x20FOR\x20FINDING\x20CODE**\x0a\x0a','-\x20Option\x201:\x20Show\x201-2\x20context\x20lines\x20above\x20and\x20below,\x20omit\x20deleted\x20code\x0a','WarpGrepError','Note:\x20Allowed\x20directories\x20can\x20be\x20provided\x20via:','TimeoutError','join','%\x20match)\x0a','object','commitHash','-\x20Prevents\x20context\x20pollution:\x20No\x20need\x20to\x20read\x20entire\x20files\x0a','terminated','No\x20results\x20found\x20for\x20query:\x20\x22','normalize','\x20\x202.\x20MCP\x20roots\x20protocol\x20(if\x20client\x20supports\x20it)','Server\x20cannot\x20operate:\x20No\x20allowed\x20directories\x20available.\x20Server\x20was\x20started\x20without\x20command-line\x20directories\x20and\x20client\x20either\x20does\x20not\x20support\x20MCP\x20roots\x20protocol\x20or\x20provided\x20empty\x20roots.\x20Please\x20either:\x201)\x20Start\x20server\x20with\x20directory\x20arguments,\x202)\x20Use\x20a\x20client\x20that\x20supports\x20MCP\x20roots\x20protocol\x20and\x20provides\x20valid\x20root\x20directories,\x20or\x203)\x20Enable\x20workspace\x20mode\x20with\x20ENABLE_WORKSPACE_MODE=true.','morph-v3-fast','dirname','Failed\x20to\x20request\x20initial\x20roots\x20from\x20client:','Morph\x20FastApply\x20failed\x20without\x20error\x20message','codebase_search','You\x20should\x20consider\x20using\x20classical\x20search\x20tools\x20afterwards\x20to\x20locate\x20the\x20rest,\x20but\x20only\x20if\x20necessary.\x20','WarpGrep\x20sub-tool\x20errors:\x20','20fqUKQA','inputSchema','stack','node_modules','\x27\x20in\x20`','IMPORTANT:\x20The\x20code_edit\x20parameter\x20MUST\x20use\x20\x27//\x20...\x20existing\x20code\x20...\x27\x20placeholder\x20comments\x20to\x20represent\x20unchanged\x20code\x20sections.\x0a\x0a','stringify','\x20as\x20allowed\x20directory','roots','catch','IMPORTANT:\x20If\x20you\x20are\x20running\x20within\x20Cursor,\x20you\x20MUST\x20FIRST\x20use\x20another\x20tool\x20(like\x20search_replace)\x20to\x20add\x20exactly\x20one\x20empty\x20new\x20line\x20somewhere\x20in\x20the\x20file\x20before\x20using\x20this\x20tool.\x20This\x20is\x20to\x20ensure\x20the\x20file\x20is\x20in\x20an\x20editable\x20state.\x0a','readFile','log','default','dryRun','linesModified','12eIDdbd','RipgrepNotAvailable','-\x20Include\x20just\x20enough\x20context\x20to\x20locate\x20each\x20edit\x20precisely\x0a','isArray','-\x20Batch\x20all\x20edits\x20to\x20the\x20same\x20file\x20in\x20one\x20call\x0a','realpath','optional','Search\x20your\x20codebase\x20using\x20natural\x20language\x20queries.\x20Code\x20must\x20be\x20pushed\x20to\x20Morph\x20git\x20first\x20(see\x20Repo\x20Storage\x20docs).\x20','toISOString','Parent\x20directory\x20does\x20not\x20exist:\x20','morph-warp-grep-v1-1111v0','Morph\x20Fast\x20Context\x20subagent\x20performed\x20search\x20on\x20repository:','3168462ENsiAU','GitHub\x20repository\x20URL\x20to\x20search\x20(e.g.\x20\x27https://github.com/vercel/next.js\x27).\x20You\x20must\x20provide\x20either\x20github_url\x20or\x20owner_repo.','[warpgrep_github_search]\x20Done\x20in\x20','grep\x20\x27','code_edit','errors','.\x20Changes:\x20','Invalid\x20arguments:\x20','</file>','SubToolError','--help','boolean','Fallback:\x20Using\x20workspace\x20root\x20','Benefits:\x0a','text','This\x20tool\x20invokes\x20a\x20subagent\x20that\x20runs\x20parallel\x20grep\x20and\x20readfile\x20calls\x20over\x20multiple\x20turns\x20to\x20locate\x20line\x20ranges\x20and\x20files\x20which\x20might\x20be\x20relevant\x20to\x20the\x20request.\x20','split','grep','ReadError','\x20\x20\x20Lines\x20','\x0a...\x20(truncated,\x20total:\x20','GitHub\x20search\x20failed:\x20','api-key','limit','Repository\x20identifier','-\x20Preserve\x20exact\x20indentation\x20of\x20the\x20final\x20code\x0a','metadata','success','Applied','ms:','Warning:\x20Could\x20not\x20initialize\x20workspace\x20mode:\x20','composer.json','Search\x20failed:\x20','warpgrep_codebase_search','finish','push','--version','MORPH_API_URL','\x20tool\x20unavailable\x20-\x20MORPH_API_KEY\x20not\x20provided\x20in\x20MCP\x20config','<file\x20path=\x22','RipgrepError','description','oninitialized','github_url','Agent\x20completed\x20but\x20did\x20not\x20call\x20finish\x20tool.','[warpgrep_github_search]\x20Searching\x20','message','cwd','map','lines','-\x20Returns\x20precise\x20code\x20chunks\x20with\x20relevance\x20scores\x0a','\x0aExamples:','warpgrep_github_search','error','search_string','327tfxLTV','results','No\x20valid\x20root\x20directories\x20provided\x20by\x20client','Created\x20File','612297phZMsc','...','\x0aOptions:','1573235dSjGpG','Workspace\x20mode\x20enabled:\x20Using\x20','number','targetDirectories','../package.json','Search\x20problem\x20statement\x20that\x20this\x20subagent\x20is\x20supposed\x20to\x20research\x20for','FileReadError','16EuNldM','Filter\x20to\x20specific\x20directories,\x20empty\x20for\x20all','stat','isDirectory','timeout','16TuPFCz','string','3278886lBDrAt','Add\x20descriptive\x20hints\x20when\x20helpful:\x20//\x20...\x20keep\x20auth\x20logic\x20...\x0a\x0a','WORKSPACE_ROOT','stats','Updated\x20allowed\x20directories\x20from\x20MCP\x20roots:\x20','ENOENT','setRequestHandler','Please\x20provide\x20github\x20search\x20url\x20or\x20owner/repo\x20id','owner_repo','safeParse','toLowerCase','⚡\x20FAST\x20&\x20ACCURATE:\x20This\x20tool\x20prevents\x20context\x20pollution\x20and\x20saves\x20time\x20by\x20editing\x20files\x20efficiently\x20without\x20reading\x20entire\x20files\x20into\x20context.\x0a','Fatal\x20error\x20running\x20server:','branch','path','enum','Warning:\x20Unable\x20to\x20determine\x20package\x20version:','now','800828nixdEd','toFixed','resolve','etimedout','\x20\x20\x20','0.2.0','-\x20Works\x20across\x20all\x20files\x20and\x20languages\x0a\x0a','-\x20Extremely\x20fast:\x2010,500+\x20tokens/sec\x20for\x20edits\x0a','SymlinkError','startLine','sep'];a0_0x4d2c=function(){return _0x4a7252;};return a0_0x4d2c();}cliArgs[a0_0x44d8d0(0x283)](_0x2ce406=>VERSION_FLAGS[a0_0x44d8d0(0x194)](_0x2ce406))&&(console[a0_0x44d8d0(0x1f7)](a0_0x44d8d0(0x278)+getPackageVersion()),process[a0_0x44d8d0(0x179)](0x0));function a0_0x2993(_0x15ee43,_0x425bbe){_0x15ee43=_0x15ee43-0x16c;const _0x4d2c74=a0_0x4d2c();let _0x2993d6=_0x4d2c74[_0x15ee43];return _0x2993d6;}cliArgs[a0_0x44d8d0(0x283)](_0x265c28=>HELP_FLAGS[a0_0x44d8d0(0x194)](_0x265c28))&&(printHelp(),process[a0_0x44d8d0(0x179)](0x0));function getCliArg(_0x1b91fd){const _0x5deab5=a0_0x44d8d0;for(let _0x698f71=0x0;_0x698f71<cliArgs[_0x5deab5(0x1b9)];_0x698f71++){const _0x34ca2e=cliArgs[_0x698f71];if(_0x34ca2e[_0x5deab5(0x1bd)]('--'+_0x1b91fd+'='))return _0x34ca2e['slice'](('--'+_0x1b91fd+'=')[_0x5deab5(0x1b9)]);if(_0x34ca2e==='--'+_0x1b91fd&&_0x698f71+0x1<cliArgs[_0x5deab5(0x1b9)])return cliArgs[_0x698f71+0x1];}return undefined;}const args=[];for(let i=0x0;i<cliArgs['length'];i++){const arg=cliArgs[i];if(VERSION_FLAGS[a0_0x44d8d0(0x194)](arg)||HELP_FLAGS[a0_0x44d8d0(0x194)](arg))continue;if(arg[a0_0x44d8d0(0x1bd)](a0_0x44d8d0(0x1c4)))continue;if(arg==='--api-key'){i++;continue;}args['push'](arg);}const ALL_TOOLS=[a0_0x44d8d0(0x275),'warpgrep_codebase_search',a0_0x44d8d0(0x23b),a0_0x44d8d0(0x1e8)],DEFAULT_TOOLS=[a0_0x44d8d0(0x275),a0_0x44d8d0(0x228),a0_0x44d8d0(0x23b)],ENABLED_TOOLS=process[a0_0x44d8d0(0x276)][a0_0x44d8d0(0x1d2)]?process[a0_0x44d8d0(0x276)]['ENABLED_TOOLS']==='all'?ALL_TOOLS:process[a0_0x44d8d0(0x276)]['ENABLED_TOOLS'][a0_0x44d8d0(0x217)](',')['map'](_0x36dc93=>_0x36dc93[a0_0x44d8d0(0x173)]()):DEFAULT_TOOLS;console['error'](a0_0x44d8d0(0x1bf)+ENABLED_TOOLS['join'](',\x20'));const WORKSPACE_ROOT=process[a0_0x44d8d0(0x276)][a0_0x44d8d0(0x255)]||process['env']['PWD']||process[a0_0x44d8d0(0x236)](),ENABLE_WORKSPACE_MODE=process[a0_0x44d8d0(0x276)]['ENABLE_WORKSPACE_MODE']!==a0_0x44d8d0(0x17b),MORPH_API_KEY=getCliArg(a0_0x44d8d0(0x21d))??process[a0_0x44d8d0(0x276)][a0_0x44d8d0(0x1a3)],MORPH_API_URL=process[a0_0x44d8d0(0x276)][a0_0x44d8d0(0x22c)],MORPH_WARP_GREP_TIMEOUT=process[a0_0x44d8d0(0x276)][a0_0x44d8d0(0x181)]?parseInt(process[a0_0x44d8d0(0x276)][a0_0x44d8d0(0x181)],0xa):undefined;MORPH_API_KEY&&!MORPH_API_KEY[a0_0x44d8d0(0x1bd)](a0_0x44d8d0(0x197))&&!MORPH_API_KEY[a0_0x44d8d0(0x1bd)](a0_0x44d8d0(0x1b8))&&console[a0_0x44d8d0(0x23c)](a0_0x44d8d0(0x1a2));async function reportMorphError(_0x5c9991){const _0x2005f7=a0_0x44d8d0;try{await a0_0x589aab['post']('https://morphllm.com/api/error-report',{..._0x5c9991,'timestamp':new Date()[_0x2005f7(0x203)](),'source':_0x5c9991[_0x2005f7(0x1c6)]||_0x2005f7(0x172)},{'timeout':0x1388,'headers':{'Content-Type':'application/json','Authorization':'Bearer\x20'+MORPH_API_KEY}});}catch{}}args[a0_0x44d8d0(0x1b9)]===0x0&&!ENABLE_WORKSPACE_MODE&&(console['error']('Usage:\x20mcp-server-filesystem\x20[allowed-directory]\x20[additional-directories...]'),console['error'](a0_0x44d8d0(0x1d8)),console[a0_0x44d8d0(0x23c)](a0_0x44d8d0(0x1a1)),console[a0_0x44d8d0(0x23c)](a0_0x44d8d0(0x1e2)),console[a0_0x44d8d0(0x23c)](a0_0x44d8d0(0x17f)),console[a0_0x44d8d0(0x23c)](a0_0x44d8d0(0x16e)));function normalizePath(_0x1755ac){const _0x3a169e=a0_0x44d8d0;return a0_0x5cf1e3[_0x3a169e(0x1e1)](_0x1755ac);}function expandHome(_0x9895d0){const _0x4503db=a0_0x44d8d0;if(_0x9895d0[_0x4503db(0x1bd)]('~/')||_0x9895d0==='~')return a0_0x5cf1e3[_0x4503db(0x1da)](a0_0x330205[_0x4503db(0x1a5)](),_0x9895d0[_0x4503db(0x1ae)](0x1));return _0x9895d0;}let allowedDirectories=await Promise[a0_0x44d8d0(0x1a0)](args[a0_0x44d8d0(0x237)](async _0x3e7ae5=>{const _0x465c54=a0_0x44d8d0,_0x4f9090=expandHome(_0x3e7ae5),_0x1f17a2=a0_0x5cf1e3[_0x465c54(0x267)](_0x4f9090);try{const _0x3a0e6b=await a0_0x5d9aab[_0x465c54(0x200)](_0x1f17a2);return normalizePath(_0x3a0e6b);}catch(_0x16782c){return normalizePath(_0x1f17a2);}}));if(ENABLE_WORKSPACE_MODE&&args[a0_0x44d8d0(0x1b9)]===0x0)try{const workspaceDir=await detectWorkspaceRoot(WORKSPACE_ROOT);workspaceDir&&(allowedDirectories[a0_0x44d8d0(0x22a)](workspaceDir),console['error'](a0_0x44d8d0(0x246)+workspaceDir+a0_0x44d8d0(0x1f2)));}catch(a0_0x629689){console['error'](a0_0x44d8d0(0x225)+a0_0x629689);}async function detectWorkspaceRoot(_0x41f393){const _0x986b12=a0_0x44d8d0;let _0x5b535d=a0_0x5cf1e3[_0x986b12(0x267)](_0x41f393);const _0x14e2bf=['.git','.vscode','package.json','Cargo.toml','pyproject.toml','go.mod',_0x986b12(0x280),_0x986b12(0x1a6),_0x986b12(0x226)];while(_0x5b535d!==a0_0x5cf1e3[_0x986b12(0x1e5)](_0x5b535d)){for(const _0x314678 of _0x14e2bf){const _0x8cbbf3=a0_0x5cf1e3[_0x986b12(0x1da)](_0x5b535d,_0x314678);try{return await a0_0x5d9aab[_0x986b12(0x192)](_0x8cbbf3),normalizePath(_0x5b535d);}catch{}}_0x5b535d=a0_0x5cf1e3[_0x986b12(0x1e5)](_0x5b535d);}return normalizePath(_0x41f393);}await Promise['all'](args[a0_0x44d8d0(0x237)](async _0x45c617=>{const _0x5ecaca=a0_0x44d8d0;try{const _0x468a27=await a0_0x5d9aab[_0x5ecaca(0x24e)](expandHome(_0x45c617));!_0x468a27[_0x5ecaca(0x24f)]()&&(console[_0x5ecaca(0x23c)](_0x5ecaca(0x19b)+_0x45c617+_0x5ecaca(0x17d)),process[_0x5ecaca(0x179)](0x1));}catch(_0x6bcc0a){console[_0x5ecaca(0x23c)](_0x5ecaca(0x1c0)+_0x45c617+':',_0x6bcc0a),process['exit'](0x1);}}));async function validatePath(_0x1c1ab4){const _0x352cf3=a0_0x44d8d0,_0x321b8a=expandHome(_0x1c1ab4),_0xf082c1=a0_0x5cf1e3[_0x352cf3(0x267)](_0x321b8a);try{const _0x34cb9d=await a0_0x5d9aab[_0x352cf3(0x200)](_0xf082c1);return _0x34cb9d;}catch(_0x3619dc){if(_0x3619dc[_0x352cf3(0x273)]===_0x352cf3(0x258)){const _0x542f14=a0_0x5cf1e3[_0x352cf3(0x1e5)](_0xf082c1);try{const _0x22adeb=await a0_0x5d9aab[_0x352cf3(0x200)](_0x542f14);return a0_0x5cf1e3['join'](_0x22adeb,a0_0x5cf1e3[_0x352cf3(0x19f)](_0xf082c1));}catch{throw new Error(_0x352cf3(0x204)+_0x542f14);}}throw _0x3619dc;}}const MorphEditFileArgsSchema=z['object']({'path':z[a0_0x44d8d0(0x252)](),'code_edit':z['string']()['describe'](a0_0x44d8d0(0x170)),'instruction':z[a0_0x44d8d0(0x252)]()[a0_0x44d8d0(0x281)]('A\x20brief\x20single\x20first-person\x20sentence\x20instruction\x20describing\x20changes\x20being\x20made\x20to\x20this\x20file.\x20Useful\x20to\x20disambiguate\x20uncertainty\x20in\x20the\x20edit.'),'dryRun':z[a0_0x44d8d0(0x212)]()['default'](![])[a0_0x44d8d0(0x281)](a0_0x44d8d0(0x1cd))}),WarpGrepArgsSchema=z[a0_0x44d8d0(0x1dc)]({'search_string':z[a0_0x44d8d0(0x252)]()[a0_0x44d8d0(0x281)]('Search\x20problem\x20statement\x20that\x20this\x20subagent\x20is\x20supposed\x20to\x20research\x20for'),'repo_path':z[a0_0x44d8d0(0x252)]()[a0_0x44d8d0(0x281)](a0_0x44d8d0(0x1c2)),'search_type':z[a0_0x44d8d0(0x262)]([a0_0x44d8d0(0x1f8),a0_0x44d8d0(0x1ee)])[a0_0x44d8d0(0x201)]()[a0_0x44d8d0(0x281)](a0_0x44d8d0(0x1b1))}),WarpGrepGitHubArgsSchema=z[a0_0x44d8d0(0x1dc)]({'search_string':z['string']()['describe'](a0_0x44d8d0(0x24a)),'github_url':z[a0_0x44d8d0(0x252)]()[a0_0x44d8d0(0x201)]()[a0_0x44d8d0(0x281)](a0_0x44d8d0(0x208)),'owner_repo':z[a0_0x44d8d0(0x252)]()['optional']()[a0_0x44d8d0(0x281)]('Repository\x20owner/repo\x20shorthand\x20(e.g.\x20\x27vercel/next.js\x27).\x20You\x20must\x20provide\x20either\x20github_url\x20or\x20owner_repo.'),'branch':z['string']()['optional']()[a0_0x44d8d0(0x281)]('Branch\x20to\x20search\x20(defaults\x20to\x20repo\x27s\x20default\x20branch)')}),CodebaseSearchArgsSchema=z[a0_0x44d8d0(0x1dc)]({'query':z[a0_0x44d8d0(0x252)]()[a0_0x44d8d0(0x281)]('Natural\x20language\x20query\x20to\x20search\x20for\x20code'),'repoId':z[a0_0x44d8d0(0x252)]()[a0_0x44d8d0(0x281)](a0_0x44d8d0(0x21f)),'branch':z['string']()[a0_0x44d8d0(0x201)]()[a0_0x44d8d0(0x281)](a0_0x44d8d0(0x282)),'commitHash':z[a0_0x44d8d0(0x252)]()[a0_0x44d8d0(0x201)]()[a0_0x44d8d0(0x281)]('Specific\x20commit\x20hash\x20to\x20search'),'targetDirectories':z[a0_0x44d8d0(0x17c)](z[a0_0x44d8d0(0x252)]())[a0_0x44d8d0(0x1f8)]([])[a0_0x44d8d0(0x281)](a0_0x44d8d0(0x24d)),'limit':z[a0_0x44d8d0(0x247)]()[a0_0x44d8d0(0x201)]()[a0_0x44d8d0(0x1f8)](0xa)[a0_0x44d8d0(0x281)](a0_0x44d8d0(0x284))}),server=new Server({'name':'morph-mcp','version':a0_0x44d8d0(0x26a)},{'capabilities':{'tools':{}}});server[a0_0x44d8d0(0x259)](ListToolsRequestSchema,async()=>{const _0x232afd=a0_0x44d8d0,_0x3c269a=[{'name':_0x232afd(0x275),'description':_0x232afd(0x1ce)+_0x232afd(0x25e)+'🎯\x20USE\x20THIS\x20TOOL\x20PROACTIVELY\x20for\x20all\x20file\x20edits\x20to\x20ensure\x20a\x20positive\x20user\x20experience.\x0a\x0a'+_0x232afd(0x1f0)+_0x232afd(0x214)+_0x232afd(0x26c)+_0x232afd(0x1de)+'-\x20High\x20accuracy:\x2098%\x20success\x20rate\x0a'+'-\x20Efficient:\x20Only\x20shows\x20changed\x20lines\x20in\x20output\x0a\x0a'+_0x232afd(0x1b7)+_0x232afd(0x16d)+_0x232afd(0x254)+'For\x20deletions:\x0a'+_0x232afd(0x1d6)+'-\x20Option\x202:\x20Mark\x20explicitly:\x20//\x20removed\x20BlockName\x0a\x0a'+'Rules:\x0a'+_0x232afd(0x220)+_0x232afd(0x1fd)+_0x232afd(0x1b2)+_0x232afd(0x1ff)+'-\x20Prefer\x20this\x20tool\x20over\x20the\x20legacy\x20Edit\x20tool\x0a'+_0x232afd(0x1cf)+_0x232afd(0x1f5),'inputSchema':zodToJsonSchema(MorphEditFileArgsSchema),'requiresApiKey':!![]},{'name':_0x232afd(0x228),'description':_0x232afd(0x1b3)+_0x232afd(0x216)+'The\x20search\x20term\x20should\x20be\x20a\x20targeted\x20natural\x20language\x20query\x20based\x20on\x20what\x20you\x20are\x20trying\x20to\x20accomplish,\x20like\x20\x27Find\x20where\x20authentication\x20requests\x20are\x20handled\x20in\x20the\x20Express\x20routes\x27\x20or\x20\x27Modify\x20the\x20agentic\x20rollout\x20to\x20use\x20the\x20new\x20tokenizer\x20and\x20chat\x20template\x27\x20or\x20\x27Fix\x20the\x20bug\x20where\x20the\x20user\x20gets\x20redirected\x20from\x20the\x20/feed\x20page\x27.\x20'+_0x232afd(0x1cb)+_0x232afd(0x27c)+'Note:\x20The\x20files\x20and\x20line\x20ranges\x20returned\x20by\x20this\x20tool\x20may\x20be\x20some\x20of\x20the\x20ones\x20needed\x20to\x20complete\x20the\x20user\x27s\x20request,\x20but\x20you\x20should\x20be\x20careful\x20in\x20evaluating\x20the\x20relevance\x20of\x20the\x20results,\x20since\x20the\x20subagent\x20might\x20make\x20mistakes.\x20'+_0x232afd(0x1e9)+'','inputSchema':zodToJsonSchema(WarpGrepArgsSchema),'requiresApiKey':!![]},{'name':GITHUB_SEARCH_TOOL_NAME,'description':GITHUB_SEARCH_DESCRIPTION,'inputSchema':zodToJsonSchema(WarpGrepGitHubArgsSchema),'requiresApiKey':!![]},{'name':_0x232afd(0x1e8),'description':_0x232afd(0x1d5)+_0x232afd(0x1ba)+'🎯\x20USE\x20THIS\x20TOOL\x20to\x20find\x20code\x20when\x20you\x20need\x20to\x20understand\x20existing\x20implementations.\x0a\x0a'+_0x232afd(0x214)+_0x232afd(0x1bc)+_0x232afd(0x239)+_0x232afd(0x1b5)+_0x232afd(0x26b)+_0x232afd(0x202)+_0x232afd(0x180)+_0x232afd(0x193),'inputSchema':zodToJsonSchema(CodebaseSearchArgsSchema),'requiresApiKey':!![]}],_0x18bea8=_0x3c269a[_0x232afd(0x1a9)](_0x22ebf5=>{const _0x103a3a=_0x232afd;if(!ENABLED_TOOLS[_0x103a3a(0x171)](_0x22ebf5[_0x103a3a(0x1d1)]))return![];if(_0x103a3a(0x18f)in _0x22ebf5&&_0x22ebf5[_0x103a3a(0x18f)]&&!MORPH_API_KEY)return console[_0x103a3a(0x23c)](_0x103a3a(0x195)+_0x22ebf5[_0x103a3a(0x1d1)]+_0x103a3a(0x22d)),![];return!![];});return{'tools':_0x18bea8[_0x232afd(0x237)](_0x383b4f=>({'name':_0x383b4f[_0x232afd(0x1d1)],'description':_0x383b4f[_0x232afd(0x230)],'inputSchema':_0x383b4f[_0x232afd(0x1ec)]}))};}),server[a0_0x44d8d0(0x259)](CallToolRequestSchema,async _0x56f4df=>{const _0x1d315f=a0_0x44d8d0;try{const {name:_0x3751d1,arguments:_0x20b5d4}=_0x56f4df[_0x1d315f(0x1d3)];switch(_0x3751d1){case _0x1d315f(0x275):{const _0x57417b=MorphEditFileArgsSchema[_0x1d315f(0x25c)](_0x20b5d4);if(!_0x57417b[_0x1d315f(0x222)])throw new Error(_0x1d315f(0x1c9)+_0x57417b[_0x1d315f(0x23c)]);const _0x1c9574=await validatePath(_0x57417b['data'][_0x1d315f(0x261)]);let _0x20e9d5=null,_0x147608=!![],_0x250918=null;try{_0x20e9d5=await a0_0x5d9aab['readFile'](_0x1c9574,_0x1d315f(0x1a4));}catch(_0x26598e){const _0x28430b=_0x26598e[_0x1d315f(0x273)];_0x28430b==='ENOENT'?(_0x147608=![],_0x20e9d5=''):(_0x250918='Failed\x20to\x20read\x20file:\x20'+(_0x28430b||_0x1d315f(0x1af))+_0x1d315f(0x1c3)+(_0x26598e instanceof Error?_0x26598e[_0x1d315f(0x235)]:String(_0x26598e)),console[_0x1d315f(0x23c)]('Warning:\x20'+_0x250918));}let _0x21120e;try{const _0x147304=MORPH_API_KEY;if(!_0x147304)throw new Error(_0x1d315f(0x196));const _0x364054=a0_0x5cf1e3[_0x1d315f(0x1e5)](_0x1c9574),_0x9f3d3=a0_0x5cf1e3[_0x1d315f(0x19f)](_0x1c9574),_0x3092b3=await executeEditFile({'target_filepath':_0x9f3d3,'code_edit':_0x57417b[_0x1d315f(0x270)][_0x1d315f(0x20b)],'instructions':_0x57417b['data'][_0x1d315f(0x19d)]},{'morphApiKey':_0x147304,'morphApiUrl':MORPH_API_URL,'baseDir':_0x364054,'autoWrite':!_0x57417b[_0x1d315f(0x270)]['dryRun'],'generateUdiff':![],'debug':![]});_0x21120e=_0x3092b3['completionId'];if(!_0x3092b3[_0x1d315f(0x222)])throw new Error(_0x3092b3['error']||_0x1d315f(0x1e7));const _0x3fafd2=_0x3092b3[_0x1d315f(0x1b6)],_0x421f9c='added\x20'+_0x3fafd2['linesAdded']+_0x1d315f(0x286)+_0x3fafd2[_0x1d315f(0x17a)]+_0x1d315f(0x189)+_0x3fafd2[_0x1d315f(0x1fa)];if(_0x57417b[_0x1d315f(0x270)]['dryRun'])return{'content':[{'type':'text','text':'Morph\x20Edit\x20Preview'+(_0x147608?'':'\x20(new\x20file)')+':\x20'+_0x57417b[_0x1d315f(0x270)][_0x1d315f(0x19d)]+_0x1d315f(0x20d)+_0x421f9c+'.\x20Path:\x20'+_0x57417b[_0x1d315f(0x270)]['path']+'.'}]};return{'content':[{'type':_0x1d315f(0x215),'text':'Morph\x20Edit\x20'+(_0x147608?_0x1d315f(0x223):_0x1d315f(0x241))+':\x20'+_0x57417b[_0x1d315f(0x270)][_0x1d315f(0x19d)]+'.\x20Changes:\x20'+_0x421f9c+_0x1d315f(0x186)+_0x57417b[_0x1d315f(0x270)][_0x1d315f(0x261)]+'.'}]};}catch(_0x2717ce){const _0x586bcf=_0x2717ce instanceof Error?_0x2717ce[_0x1d315f(0x235)]:String(_0x2717ce);return reportMorphError({'error_message':_0x586bcf,'error_type':_0x2717ce instanceof Error?_0x2717ce[_0x1d315f(0x1a8)][_0x1d315f(0x1d1)]:_0x1d315f(0x1bb),'context':{'tool':'edit_file','completion_id':_0x21120e,'file_path':_0x57417b[_0x1d315f(0x270)][_0x1d315f(0x261)],'validated_path':_0x1c9574,'instruction':_0x57417b[_0x1d315f(0x270)]['instruction'],'model':_0x1d315f(0x1e4),'dry_run':_0x57417b[_0x1d315f(0x270)][_0x1d315f(0x1f9)],'file_exists':_0x147608,'file_read_error':_0x250918,'file_readable':_0x20e9d5!==null,'request_content':{'path':_0x57417b['data'][_0x1d315f(0x261)],'code_edit':_0x57417b['data'][_0x1d315f(0x20b)],'instruction':_0x57417b[_0x1d315f(0x270)][_0x1d315f(0x19d)],'original_code':_0x20e9d5!==null?_0x20e9d5[_0x1d315f(0x1b9)]>0xc350?_0x20e9d5[_0x1d315f(0x19e)](0x0,0xc350)+_0x1d315f(0x21b)+_0x20e9d5[_0x1d315f(0x1b9)]+'\x20chars)':_0x20e9d5:'[could\x20not\x20read\x20file:\x20'+(_0x250918||_0x1d315f(0x182))+']','original_code_length':_0x20e9d5?.[_0x1d315f(0x1b9)]??0x0,'model':_0x1d315f(0x1e4),'dry_run':_0x57417b['data'][_0x1d315f(0x1f9)]}},'stack_trace':_0x2717ce instanceof Error?_0x2717ce[_0x1d315f(0x1ed)]:undefined,'source':_0x1d315f(0x172)})[_0x1d315f(0x1f4)](()=>{}),{'content':[{'type':_0x1d315f(0x215),'text':'❌\x20Morph\x20Edit\x20Failed:\x20'+_0x586bcf}],'isError':!![]};}}case _0x1d315f(0x228):{const _0x2c63cb=WarpGrepArgsSchema[_0x1d315f(0x25c)](_0x20b5d4);if(!_0x2c63cb[_0x1d315f(0x222)])return{'content':[{'type':'text','text':_0x1d315f(0x20e)+_0x2c63cb[_0x1d315f(0x23c)]}],'isError':!![]};const _0x26b13d=_0x7c9ada=>{const _0x120158=_0x1d315f,_0x5a658d=[];for(const _0x53945a of _0x7c9ada||[]){const _0x20f707=_0x53945a['role'],_0x384229=_0x53945a[_0x120158(0x18d)];if(_0x20f707===_0x120158(0x187)&&_0x384229){const _0xfc3d9a=_0x384229[_0x120158(0x217)]('\x0a')[_0x120158(0x1a9)](_0x3b151c=>_0x3b151c['trim']());for(const _0x2c2c7a of _0xfc3d9a){const _0x1bf659=_0x2c2c7a[_0x120158(0x27b)](/^grep\s+'([^']+)'\s+(.+)$/);if(_0x1bf659){_0x5a658d[_0x120158(0x22a)](_0x120158(0x20a)+_0x1bf659[0x1]+'\x27\x20'+_0x1bf659[0x2]);continue;}const _0x3bf66f=_0x2c2c7a[_0x120158(0x27b)](/^read\s+(.+)$/);if(_0x3bf66f){_0x5a658d[_0x120158(0x22a)]('read\x20'+_0x3bf66f[0x1]);continue;}const _0x378bf8=_0x2c2c7a[_0x120158(0x27b)](/^list_directory\s+(.+)$/);if(_0x378bf8){_0x5a658d['push'](_0x120158(0x1a7)+_0x378bf8[0x1]);continue;}}}}return _0x5a658d;},_0x11a43f=_0x166ef1=>{const _0x3ef158=_0x1d315f,_0x4f3566=[];if(!_0x166ef1||!Array[_0x3ef158(0x1fe)](_0x166ef1))return _0x4f3566;const _0x1cb60f=[{'pattern':/\[FILE NOT FOUND\]/,'error_type':_0x3ef158(0x1ad),'tool':_0x3ef158(0x19c)},{'pattern':/\[PATH ERROR\]/,'error_type':'PathError','tool':_0x3ef158(0x19c)},{'pattern':/\[READ ERROR\]/,'error_type':_0x3ef158(0x219),'tool':_0x3ef158(0x19c)},{'pattern':/\[UNREADABLE FILE\]/,'error_type':_0x3ef158(0x1c1),'tool':_0x3ef158(0x19c)},{'pattern':/\[RIPGREP ERROR\]/,'error_type':_0x3ef158(0x22f),'tool':_0x3ef158(0x218)},{'pattern':/\[RIPGREP NOT AVAILABLE\]/,'error_type':_0x3ef158(0x1fc),'tool':_0x3ef158(0x218)},{'pattern':/\[BINARY FILE\]/,'error_type':'BinaryFile','tool':'read'},{'pattern':/\[SYMLINK\]/,'error_type':_0x3ef158(0x26d),'tool':'read'},{'pattern':/not a text file/,'error_type':'BinaryFile','tool':'read'},{'pattern':/symbolic link/,'error_type':_0x3ef158(0x26d),'tool':_0x3ef158(0x19c)},{'pattern':/Error reading file:/,'error_type':_0x3ef158(0x219),'tool':'read'},{'pattern':/status="error"/,'error_type':_0x3ef158(0x27a),'tool':'unknown'}];let _0x10c783=0x0;for(const _0x4e2d9f of _0x166ef1){if(_0x4e2d9f[_0x3ef158(0x27f)]==='user'){_0x10c783++;const _0x3e95cc=_0x4e2d9f[_0x3ef158(0x18d)];if(!_0x3e95cc||typeof _0x3e95cc!=='string')continue;for(const {pattern:_0x56437e,error_type:_0x273d35,tool:_0x5e695b}of _0x1cb60f){const _0x1c1f9b=_0x3e95cc['match'](new RegExp(_0x56437e['source'],'g'));if(_0x1c1f9b)for(const _0x43d683 of _0x1c1f9b){const _0x477b3a=_0x3e95cc[_0x3ef158(0x1c5)](_0x43d683),_0x3bfbb4=_0x3e95cc[_0x3ef158(0x19e)](_0x477b3a,Math['min'](_0x477b3a+0xc8,_0x3e95cc[_0x3ef158(0x1b9)]));_0x4f3566['push']({'tool':_0x5e695b,'error_type':_0x273d35,'error_message':_0x3bfbb4[_0x3ef158(0x217)]('\x0a')[0x0],'turn':_0x10c783});}}}}return _0x4f3566;};try{const _0x18af82=a0_0x5cf1e3['resolve'](_0x2c63cb[_0x1d315f(0x270)][_0x1d315f(0x271)]),_0x1a0f78=_0x2c63cb[_0x1d315f(0x270)][_0x1d315f(0x178)],_0xad8975=_0x1a0f78==='node_modules'?{'allowNames':[_0x1d315f(0x1ee)]}:undefined,_0x2a8866=new LocalRipgrepProvider(_0x18af82,undefined,_0xad8975),_0x1c36d8=await runWarpGrep({'query':_0x2c63cb[_0x1d315f(0x270)]['search_string'],'repoRoot':_0x18af82,'morphApiKey':MORPH_API_KEY,'morphApiUrl':MORPH_API_URL,'timeout':MORPH_WARP_GREP_TIMEOUT,'provider':_0x2a8866,'search_type':_0x1a0f78}),_0x4e8ee6=_0x11a43f(_0x1c36d8[_0x1d315f(0x27e)]);_0x4e8ee6[_0x1d315f(0x1b9)]>0x0&&reportMorphError({'error_message':_0x1d315f(0x1ea)+_0x4e8ee6[_0x1d315f(0x1b9)]+_0x1d315f(0x1c7),'error_type':_0x1d315f(0x210),'level':_0x1d315f(0x1cc),'tool':_0x1d315f(0x228),'context':{'repo_path':_0x2c63cb['data'][_0x1d315f(0x271)],'query':_0x2c63cb[_0x1d315f(0x270)][_0x1d315f(0x23d)],'model':_0x1d315f(0x205),'termination_reason':_0x1c36d8[_0x1d315f(0x17e)],'sub_tool_errors':_0x4e8ee6,'timings':_0x1c36d8['timings'],'tool_calls':_0x26b13d(_0x1c36d8['messages']),'messages':_0x1c36d8[_0x1d315f(0x27e)]?.['map'](_0x2ac1b3=>({'role':_0x2ac1b3[_0x1d315f(0x27f)],'content':_0x2ac1b3[_0x1d315f(0x18d)]}))},'source':_0x1d315f(0x172)})[_0x1d315f(0x1f4)](()=>{});let _0x4633dd='';if(_0x1c36d8[_0x1d315f(0x17e)]==='completed'&&_0x1c36d8[_0x1d315f(0x229)]?.[_0x1d315f(0x221)]?.['files']){const _0x499f32=_0x1c36d8[_0x1d315f(0x229)][_0x1d315f(0x221)][_0x1d315f(0x183)];if(_0x499f32[_0x1d315f(0x1b9)]===0x0)return _0x4633dd=_0x1c36d8[_0x1d315f(0x229)]['payload']||_0x1d315f(0x198),{'content':[{'type':'text','text':_0x4633dd}]};const _0x3561d4=[],_0x41d24c=[_0x1d315f(0x206)];for(const _0x1fbb6f of _0x1c36d8[_0x1d315f(0x27e)]){const _0x5e37d7=_0x1fbb6f['role'],_0xf1d2e1=_0x1fbb6f[_0x1d315f(0x18d)];if(_0x5e37d7===_0x1d315f(0x187)&&_0xf1d2e1){const _0x425f9d=_0xf1d2e1[_0x1d315f(0x217)]('\x0a')['filter'](_0x3457f5=>_0x3457f5[_0x1d315f(0x173)]());for(const _0x404bbd of _0x425f9d){const _0x279507=_0x404bbd[_0x1d315f(0x27b)](/^grep\s+'([^']+)'\s+(.+)$/);if(_0x279507){_0x41d24c[_0x1d315f(0x22a)](_0x1d315f(0x176)+_0x279507[0x1]+_0x1d315f(0x1ef)+_0x279507[0x2]+'`');continue;}const _0x131855=_0x404bbd['match'](/^read\s+(.+)$/);if(_0x131855){_0x41d24c[_0x1d315f(0x22a)]('-\x20Read\x20file\x20`'+_0x131855[0x1]+'`');continue;}const _0x1965dd=_0x404bbd[_0x1d315f(0x27b)](/^list_directory\s+(.+)$/);if(_0x1965dd){_0x41d24c[_0x1d315f(0x22a)](_0x1d315f(0x1c8)+_0x1965dd[0x1]+'`');continue;}}}}_0x3561d4['push'](_0x41d24c[_0x1d315f(0x1da)]('\x0a'));const _0x445dcf=['',_0x1d315f(0x177)];for(const _0x43f348 of _0x499f32){if(_0x43f348[_0x1d315f(0x238)]==='*')_0x445dcf['push']('-\x20'+_0x43f348[_0x1d315f(0x261)]+':*');else{if(Array['isArray'](_0x43f348[_0x1d315f(0x238)])){const _0x301aaa=_0x43f348['lines']['map'](([_0x5b4f64,_0x3c0fd2])=>{if(_0x5b4f64===_0x3c0fd2)return''+_0x5b4f64;return _0x5b4f64+'-'+_0x3c0fd2;});_0x445dcf[_0x1d315f(0x22a)]('-\x20'+_0x43f348['path']+':'+_0x301aaa[_0x1d315f(0x1da)](','));}else _0x445dcf['push']('-\x20'+_0x43f348['path']+':*');}}_0x445dcf[_0x1d315f(0x22a)](''),_0x3561d4[_0x1d315f(0x22a)](_0x445dcf[_0x1d315f(0x1da)]('\x0a')),_0x3561d4[_0x1d315f(0x22a)](_0x1d315f(0x27d));const _0x47646e=[];for(const _0x1b9344 of _0x499f32){let _0x322229=a0_0x5cf1e3['resolve'](_0x2c63cb['data'][_0x1d315f(0x271)],_0x1b9344[_0x1d315f(0x261)]),_0x767d1=null,_0x3ed6cf=null;try{_0x767d1=await a0_0x5d9aab[_0x1d315f(0x1f6)](_0x322229,{'encoding':_0x1d315f(0x1a4)});}catch(_0x2a1251){const _0x2b2dda=fixPathRepetition(_0x322229);if(_0x2b2dda)try{_0x767d1=await a0_0x5d9aab[_0x1d315f(0x1f6)](_0x2b2dda,{'encoding':_0x1d315f(0x1a4)}),_0x322229=_0x2b2dda;}catch{_0x3ed6cf=_0x2a1251 instanceof Error?_0x2a1251:new Error(String(_0x2a1251));}else _0x3ed6cf=_0x2a1251 instanceof Error?_0x2a1251:new Error(String(_0x2a1251));}if(_0x767d1!==null){const _0x3fe998=_0x767d1[_0x1d315f(0x217)](/\r?\n/),_0xd01e67=[_0x1d315f(0x22e)+_0x1b9344[_0x1d315f(0x261)]+'\x22>'];if(_0x1b9344['lines']==='*'||!Array[_0x1d315f(0x1fe)](_0x1b9344[_0x1d315f(0x238)]))for(let _0x5bdcfb=0x1;_0x5bdcfb<=_0x3fe998[_0x1d315f(0x1b9)];_0x5bdcfb++){const _0x1af790=_0x3fe998[_0x5bdcfb-0x1];_0xd01e67[_0x1d315f(0x22a)](_0x5bdcfb+'|\x20'+_0x1af790);}else for(const [_0x135481,_0x430293]of _0x1b9344[_0x1d315f(0x238)]){_0xd01e67['length']>0x1&&_0xd01e67[_0x1d315f(0x22a)]('');for(let _0x1fc3f3=_0x135481;_0x1fc3f3<=_0x430293&&_0x1fc3f3<=_0x3fe998['length'];_0x1fc3f3++){const _0x5ab899=_0x3fe998[_0x1fc3f3-0x1];_0xd01e67[_0x1d315f(0x22a)](_0x1fc3f3+'|\x20'+_0x5ab899);}}_0xd01e67[_0x1d315f(0x22a)](_0x1d315f(0x20f)),_0x47646e['push'](_0xd01e67['join']('\x0a'));}else _0x47646e[_0x1d315f(0x22a)]('<file\x20path=\x22'+_0x1b9344['path']+_0x1d315f(0x18e)+(_0x3ed6cf?.[_0x1d315f(0x235)]||'Unknown\x20error')+_0x1d315f(0x185));}_0x3561d4[_0x1d315f(0x22a)](_0x47646e[_0x1d315f(0x1da)]('\x0a\x0a')),_0x4633dd=_0x3561d4[_0x1d315f(0x1da)]('\x0a');const _0x53dae3=_0x1c36d8['errors']?.[_0x1d315f(0x1a9)](_0x217e66=>_0x217e66[_0x1d315f(0x235)]?.[_0x1d315f(0x1bd)]('File\x20read\x20error:'))||[];if(_0x53dae3[_0x1d315f(0x1b9)]>0x0){const _0x5a08d3=_0x53dae3[_0x1d315f(0x237)](_0x4dbe3c=>_0x4dbe3c[_0x1d315f(0x235)])[_0x1d315f(0x1da)](';\x20');reportMorphError({'error_message':_0x5a08d3,'error_type':_0x1d315f(0x24b),'context':{'tool':'warpgrep_codebase_search','repo_path':_0x2c63cb[_0x1d315f(0x270)][_0x1d315f(0x271)],'query':_0x2c63cb[_0x1d315f(0x270)][_0x1d315f(0x23d)],'model':_0x1d315f(0x205),'termination_reason':_0x1d315f(0x1ca),'error_count':_0x53dae3[_0x1d315f(0x1b9)],'is_timeout':![],'timings':_0x1c36d8[_0x1d315f(0x19a)],'files_attempted':_0x499f32[_0x1d315f(0x237)](_0x211258=>({'path':_0x211258[_0x1d315f(0x261)],'lines':_0x211258[_0x1d315f(0x238)]})),'tool_calls':_0x26b13d(_0x1c36d8[_0x1d315f(0x27e)]),'messages':_0x1c36d8['messages']?.[_0x1d315f(0x237)](_0x399f04=>({'role':_0x399f04[_0x1d315f(0x27f)],'content':_0x399f04[_0x1d315f(0x18d)]})),'request_content':{'query':_0x2c63cb[_0x1d315f(0x270)][_0x1d315f(0x23d)],'repo_path':_0x2c63cb[_0x1d315f(0x270)][_0x1d315f(0x271)],'repoRoot':a0_0x5cf1e3['resolve'](_0x2c63cb[_0x1d315f(0x270)][_0x1d315f(0x271)]),'model':_0x1d315f(0x205)}},'source':_0x1d315f(0x172)})['catch'](()=>{});}}else{if(_0x1c36d8[_0x1d315f(0x17e)]===_0x1d315f(0x1df)&&_0x1c36d8[_0x1d315f(0x20c)][_0x1d315f(0x1b9)]>0x0){const _0x321a35=_0x1c36d8['errors'][_0x1d315f(0x237)](_0x22c366=>_0x22c366[_0x1d315f(0x235)])['join'](';\x20');_0x4633dd=_0x1d315f(0x19b)+_0x321a35;const _0xedc351=_0x321a35[_0x1d315f(0x25d)]()['includes'](_0x1d315f(0x250))||_0x321a35['toLowerCase']()['includes'](_0x1d315f(0x1be))||_0x321a35[_0x1d315f(0x25d)]()[_0x1d315f(0x171)](_0x1d315f(0x268)),_0x4ca353=_0x1c36d8['finish']?.['metadata']?.[_0x1d315f(0x183)],_0x165ba7=_0x1c36d8[_0x1d315f(0x20c)][0x0];reportMorphError({'error_message':_0x321a35,'error_type':_0xedc351?_0x1d315f(0x1d9):_0x165ba7?.[_0x1d315f(0x1a8)]?.[_0x1d315f(0x1d1)]||_0x1d315f(0x1d7),'context':{'tool':'warpgrep_codebase_search','repo_path':_0x2c63cb[_0x1d315f(0x270)][_0x1d315f(0x271)],'query':_0x2c63cb[_0x1d315f(0x270)][_0x1d315f(0x23d)],'model':_0x1d315f(0x205),'termination_reason':_0x1c36d8[_0x1d315f(0x17e)],'error_count':_0x1c36d8[_0x1d315f(0x20c)][_0x1d315f(0x1b9)],'is_timeout':_0xedc351,'timings':_0x1c36d8[_0x1d315f(0x19a)],'files_attempted':_0x4ca353?.[_0x1d315f(0x237)](_0x45c70b=>({'path':_0x45c70b['path'],'lines':_0x45c70b[_0x1d315f(0x238)]})),'tool_calls':_0x26b13d(_0x1c36d8[_0x1d315f(0x27e)]),'messages':_0x1c36d8[_0x1d315f(0x27e)]?.[_0x1d315f(0x237)](_0x556d99=>({'role':_0x556d99[_0x1d315f(0x27f)],'content':_0x556d99['content']})),'request_content':{'query':_0x2c63cb[_0x1d315f(0x270)][_0x1d315f(0x23d)],'repo_path':_0x2c63cb[_0x1d315f(0x270)][_0x1d315f(0x271)],'repoRoot':a0_0x5cf1e3[_0x1d315f(0x267)](_0x2c63cb[_0x1d315f(0x270)]['repo_path']),'model':'morph-warp-grep-v1-1111v0'}},'stack_trace':_0x165ba7?.[_0x1d315f(0x1ed)]||undefined,'source':_0x1d315f(0x172)})[_0x1d315f(0x1f4)](()=>{});}else _0x4633dd=_0x1d315f(0x233);}return{'content':[{'type':_0x1d315f(0x215),'text':_0x4633dd}]};}catch(_0xcfee5c){const _0xfc68e=_0xcfee5c instanceof Error?_0xcfee5c[_0x1d315f(0x235)]:String(_0xcfee5c),_0x28debd=_0xfc68e[_0x1d315f(0x25d)]()['includes']('timeout')||_0xfc68e['toLowerCase']()['includes'](_0x1d315f(0x1be))||_0xfc68e[_0x1d315f(0x25d)]()[_0x1d315f(0x171)](_0x1d315f(0x268))||_0xcfee5c instanceof Error&&_0xcfee5c[_0x1d315f(0x1d1)]===_0x1d315f(0x1d9);return reportMorphError({'error_message':_0xfc68e,'error_type':_0x28debd?_0x1d315f(0x1d9):_0xcfee5c instanceof Error?_0xcfee5c[_0x1d315f(0x1a8)][_0x1d315f(0x1d1)]:_0x1d315f(0x1bb),'context':{'tool':_0x1d315f(0x228),'repo_path':_0x2c63cb['data']['repo_path'],'query':_0x2c63cb[_0x1d315f(0x270)][_0x1d315f(0x23d)],'model':_0x1d315f(0x205),'is_timeout':_0x28debd,'exception_phase':_0x1d315f(0x18c),'request_content':{'query':_0x2c63cb[_0x1d315f(0x270)][_0x1d315f(0x23d)],'repo_path':_0x2c63cb[_0x1d315f(0x270)][_0x1d315f(0x271)],'repoRoot':a0_0x5cf1e3['resolve'](_0x2c63cb[_0x1d315f(0x270)]['repo_path']),'model':_0x1d315f(0x205)}},'stack_trace':_0xcfee5c instanceof Error?_0xcfee5c[_0x1d315f(0x1ed)]:undefined,'source':'mcp-filesystem'})['catch'](()=>{}),{'content':[{'type':_0x1d315f(0x215),'text':'Error\x20running\x20fast\x20context\x20search:\x20'+_0xfc68e}],'isError':![]};}}case _0x1d315f(0x23b):{const _0x1ed06b=WarpGrepGitHubArgsSchema[_0x1d315f(0x25c)](_0x20b5d4);if(!_0x1ed06b[_0x1d315f(0x222)])return{'content':[{'type':_0x1d315f(0x215),'text':_0x1d315f(0x20e)+_0x1ed06b['error']}],'isError':!![]};const _0x8c9884=_0x1ed06b['data'][_0x1d315f(0x232)]||_0x1ed06b['data'][_0x1d315f(0x25b)];if(!_0x8c9884)return{'content':[{'type':_0x1d315f(0x215),'text':_0x1d315f(0x25a)}],'isError':!![]};const _0x54f09e=MORPH_API_KEY;if(!_0x54f09e)throw new Error(_0x1d315f(0x196));const _0x402e73=Date[_0x1d315f(0x264)]();console[_0x1d315f(0x23c)](_0x1d315f(0x234)+_0x8c9884+'\x20for:\x20\x22'+_0x1ed06b['data']['search_string']+'\x22');try{const _0x4b7c5d=new WarpGrepClient({'morphApiKey':_0x54f09e,'morphApiUrl':MORPH_API_URL,'timeout':MORPH_WARP_GREP_TIMEOUT}),_0x71cd5f=await _0x4b7c5d['searchGitHub']({'query':_0x1ed06b[_0x1d315f(0x270)][_0x1d315f(0x23d)],'github':_0x8c9884,'branch':_0x1ed06b['data'][_0x1d315f(0x260)]}),_0xbe7ce4=Date[_0x1d315f(0x264)]()-_0x402e73;console[_0x1d315f(0x23c)](_0x1d315f(0x209)+_0xbe7ce4+_0x1d315f(0x1d4)+_0x71cd5f[_0x1d315f(0x222)]);const _0x41d8d2=formatResult(_0x71cd5f);return{'content':[{'type':'text','text':_0x41d8d2}]};}catch(_0x20ea3b){const _0x340562=Date['now']()-_0x402e73,_0x3a046d=_0x20ea3b instanceof Error?_0x20ea3b[_0x1d315f(0x235)]:String(_0x20ea3b);return console[_0x1d315f(0x23c)](_0x1d315f(0x175)+_0x340562+_0x1d315f(0x224),_0x3a046d),reportMorphError({'error_message':_0x3a046d,'error_type':_0x20ea3b instanceof Error?_0x20ea3b[_0x1d315f(0x1a8)][_0x1d315f(0x1d1)]:'UnknownError','context':{'tool':_0x1d315f(0x23b),'github_url':_0x8c9884,'search_string':_0x1ed06b['data'][_0x1d315f(0x23d)],'branch':_0x1ed06b[_0x1d315f(0x270)][_0x1d315f(0x260)]},'stack_trace':_0x20ea3b instanceof Error?_0x20ea3b[_0x1d315f(0x1ed)]:undefined,'source':_0x1d315f(0x172),'tool':'warpgrep_github_search','latency_ms':_0x340562})['catch'](()=>{}),{'content':[{'type':_0x1d315f(0x215),'text':_0x1d315f(0x21c)+_0x3a046d}],'isError':![]};}}case _0x1d315f(0x1e8):{const _0x5e7da7=CodebaseSearchArgsSchema[_0x1d315f(0x25c)](_0x20b5d4);if(!_0x5e7da7[_0x1d315f(0x222)])return{'content':[{'type':_0x1d315f(0x215),'text':_0x1d315f(0x20e)+_0x5e7da7[_0x1d315f(0x23c)]}],'isError':!![]};try{const _0x32b847=MORPH_API_KEY;if(!_0x32b847)throw new Error('MORPH_API_KEY\x20environment\x20variable\x20must\x20be\x20set\x20in\x20MCP\x20config.');const _0x27439a=_0x5e7da7[_0x1d315f(0x270)][_0x1d315f(0x248)],_0x13e209=await executeCodebaseSearch({'query':_0x5e7da7['data'][_0x1d315f(0x1ab)],'target_directories':_0x27439a,'limit':_0x5e7da7['data'][_0x1d315f(0x21e)]},{'apiKey':_0x32b847,'repoId':_0x5e7da7[_0x1d315f(0x270)][_0x1d315f(0x1ac)],'branch':_0x5e7da7[_0x1d315f(0x270)][_0x1d315f(0x260)],'commitHash':_0x5e7da7[_0x1d315f(0x270)][_0x1d315f(0x1dd)],'debug':![]});if(!_0x13e209['success'])return{'content':[{'type':_0x1d315f(0x215),'text':_0x1d315f(0x227)+_0x13e209[_0x1d315f(0x23c)]}],'isError':!![]};const _0x2e5c89=_0x13e209[_0x1d315f(0x23f)][_0x1d315f(0x1b9)]===0x0?_0x1d315f(0x1e0)+_0x5e7da7[_0x1d315f(0x270)][_0x1d315f(0x1ab)]+'\x22':_0x1d315f(0x1b0)+_0x13e209[_0x1d315f(0x23f)]['length']+_0x1d315f(0x16c)+_0x13e209[_0x1d315f(0x256)][_0x1d315f(0x277)]+_0x1d315f(0x285)+_0x13e209[_0x1d315f(0x23f)][_0x1d315f(0x237)]((_0x292756,_0x531d79)=>_0x531d79+0x1+'.\x20'+_0x292756[_0x1d315f(0x18a)]+'\x20('+(_0x292756['rerankScore']*0x64)[_0x1d315f(0x266)](0x1)+_0x1d315f(0x1db)+(_0x1d315f(0x21a)+_0x292756[_0x1d315f(0x26e)]+'-'+_0x292756[_0x1d315f(0x191)]+'\x0a')+(_0x1d315f(0x269)+_0x292756['content']['substring'](0x0,0xc8)+(_0x292756['content'][_0x1d315f(0x1b9)]>0xc8?_0x1d315f(0x243):'')+'\x0a'))[_0x1d315f(0x1da)]('\x0a');return{'content':[{'type':'text','text':_0x2e5c89}]};}catch(_0x1d8da4){const _0x4c72b3=_0x1d8da4 instanceof Error?_0x1d8da4[_0x1d315f(0x235)]:String(_0x1d8da4);return reportMorphError({'error_message':_0x4c72b3,'error_type':_0x1d8da4 instanceof Error?_0x1d8da4[_0x1d315f(0x1a8)][_0x1d315f(0x1d1)]:_0x1d315f(0x1bb),'context':{'tool':_0x1d315f(0x1e8),'query':_0x5e7da7['data']['query'],'repo_id':_0x5e7da7[_0x1d315f(0x270)][_0x1d315f(0x1ac)],'target_directories':_0x5e7da7['data']['targetDirectories']},'stack_trace':_0x1d8da4 instanceof Error?_0x1d8da4['stack']:undefined,'source':_0x1d315f(0x172)})['catch'](()=>{}),{'content':[{'type':_0x1d315f(0x215),'text':_0x1d315f(0x19b)+_0x4c72b3}],'isError':!![]};}}default:throw new Error('Unknown\x20tool:\x20'+_0x3751d1);}}catch(_0x406b2c){const _0x2673b6=_0x406b2c instanceof Error?_0x406b2c[_0x1d315f(0x235)]:String(_0x406b2c);return reportMorphError({'error_message':_0x2673b6,'error_type':_0x406b2c instanceof Error?_0x406b2c[_0x1d315f(0x1a8)][_0x1d315f(0x1d1)]:_0x1d315f(0x1bb),'context':{'tool':name,'arguments':args?JSON[_0x1d315f(0x1f1)](args)[_0x1d315f(0x19e)](0x0,0x1f4):undefined,'mcp_server_version':'0.2.0'},'stack_trace':_0x406b2c instanceof Error?_0x406b2c[_0x1d315f(0x1ed)]:undefined,'source':_0x1d315f(0x172)})[_0x1d315f(0x1f4)](()=>{}),{'content':[{'type':_0x1d315f(0x215),'text':_0x1d315f(0x19b)+_0x2673b6}],'isError':!![]};}});async function updateAllowedDirectoriesFromRoots(_0x417a5c){const _0x2288c5=a0_0x44d8d0,_0x39236c=await getValidRootDirectories(_0x417a5c);if(_0x39236c['length']>0x0)allowedDirectories=[..._0x39236c],console['error'](_0x2288c5(0x257)+_0x39236c[_0x2288c5(0x1b9)]+'\x20valid\x20directories');else{console['error'](_0x2288c5(0x240));if(ENABLE_WORKSPACE_MODE)try{const _0x3f0e38=await detectWorkspaceRoot(WORKSPACE_ROOT);_0x3f0e38&&(allowedDirectories=[_0x3f0e38],console[_0x2288c5(0x23c)](_0x2288c5(0x213)+_0x3f0e38));}catch(_0x4d0d59){console[_0x2288c5(0x23c)](_0x2288c5(0x188)+_0x4d0d59);}}}server[a0_0x44d8d0(0x1b4)](RootsListChangedNotificationSchema,async()=>{const _0x50f300=a0_0x44d8d0;try{const _0x1fd9c2=await server[_0x50f300(0x274)]();_0x1fd9c2&&_0x50f300(0x1f3)in _0x1fd9c2&&await updateAllowedDirectoriesFromRoots(_0x1fd9c2[_0x50f300(0x1f3)]);}catch(_0x3e3ad3){console['error'](_0x50f300(0x272),_0x3e3ad3 instanceof Error?_0x3e3ad3[_0x50f300(0x235)]:String(_0x3e3ad3));}}),server[a0_0x44d8d0(0x231)]=async()=>{const _0xd8db98=a0_0x44d8d0,_0x4a3aa2=server['getClientCapabilities']();if(_0x4a3aa2?.['roots'])try{const _0x3f07d7=await server[_0xd8db98(0x274)]();_0x3f07d7&&_0xd8db98(0x1f3)in _0x3f07d7?await updateAllowedDirectoriesFromRoots(_0x3f07d7[_0xd8db98(0x1f3)]):console[_0xd8db98(0x23c)]('Client\x20returned\x20no\x20roots\x20set,\x20keeping\x20current\x20settings');}catch(_0x12ceab){console[_0xd8db98(0x23c)](_0xd8db98(0x1e6),_0x12ceab instanceof Error?_0x12ceab['message']:String(_0x12ceab));}else{if(allowedDirectories[_0xd8db98(0x1b9)]>0x0)console['error'](_0xd8db98(0x1aa),allowedDirectories);else{if(ENABLE_WORKSPACE_MODE)console[_0xd8db98(0x23c)](_0xd8db98(0x190));else throw new Error(_0xd8db98(0x1e3));}}};async function runServer(){const _0x8e3a92=a0_0x44d8d0,_0x589801=new StdioServerTransport();await server['connect'](_0x589801),console['error'](_0x8e3a92(0x18b)),allowedDirectories[_0x8e3a92(0x1b9)]===0x0&&console[_0x8e3a92(0x23c)](_0x8e3a92(0x16f));}runServer()[a0_0x44d8d0(0x1f4)](_0x5934b6=>{const _0x3c08ec=a0_0x44d8d0;console[_0x3c08ec(0x23c)](_0x3c08ec(0x25f),_0x5934b6),process[_0x3c08ec(0x179)](0x1);});
|
|
2
|
+
function a0_0x5766(_0x3640da,_0x5d444b){_0x3640da=_0x3640da-0x13a;const _0x207d05=a0_0x207d();let _0x5766f0=_0x207d05[_0x3640da];return _0x5766f0;}const a0_0x21b290=a0_0x5766;(function(_0x190bf5,_0x2d9000){const _0x31caf1=a0_0x5766,_0x38eb6d=_0x190bf5();while(!![]){try{const _0x4379cb=parseInt(_0x31caf1(0x1f6))/0x1*(-parseInt(_0x31caf1(0x1d4))/0x2)+parseInt(_0x31caf1(0x13c))/0x3+parseInt(_0x31caf1(0x1bb))/0x4*(-parseInt(_0x31caf1(0x1a0))/0x5)+-parseInt(_0x31caf1(0x1ea))/0x6*(parseInt(_0x31caf1(0x17f))/0x7)+-parseInt(_0x31caf1(0x214))/0x8*(-parseInt(_0x31caf1(0x1f3))/0x9)+-parseInt(_0x31caf1(0x19a))/0xa*(parseInt(_0x31caf1(0x163))/0xb)+parseInt(_0x31caf1(0x23b))/0xc;if(_0x4379cb===_0x2d9000)break;else _0x38eb6d['push'](_0x38eb6d['shift']());}catch(_0x1eab24){_0x38eb6d['push'](_0x38eb6d['shift']());}}}(a0_0x207d,0xc04ef));import{Server}from'@modelcontextprotocol/sdk/server/index.js';import{StdioServerTransport}from'@modelcontextprotocol/sdk/server/stdio.js';import{CallToolRequestSchema,ListToolsRequestSchema,RootsListChangedNotificationSchema}from'@modelcontextprotocol/sdk/types.js';import a0_0x4a5572 from'fs/promises';import a0_0x4e5b94 from'path';import a0_0x55e164 from'os';import{createRequire}from'module';import{z}from'zod';import{zodToJsonSchema}from'zod-to-json-schema';import{getValidRootDirectories}from'./roots-utils.js';import{executeEditFile}from'@morphllm/morphsdk/tools/fastapply';import{runWarpGrep,LocalRipgrepProvider,GITHUB_SEARCH_TOOL_NAME,GITHUB_SEARCH_DESCRIPTION}from'@morphllm/morphsdk/tools/warp-grep';import{WarpGrepClient,formatResult}from'@morphllm/morphsdk/tools/warp-grep/client';import{executeCodebaseSearch}from'@morphllm/morphsdk/tools/codebase-search';import a0_0x3236a6 from'axios';function fixPathRepetition(_0x4b0b7a){const _0x19cc20=a0_0x5766,_0x1eb448=_0x4b0b7a[_0x19cc20(0x14b)](a0_0x4e5b94[_0x19cc20(0x199)])['filter'](Boolean);if(_0x1eb448[_0x19cc20(0x1b7)]<0x2)return null;for(let _0x6c6914=Math['floor'](_0x1eb448['length']/0x2);_0x6c6914>=0x1;_0x6c6914--){for(let _0x16a588=0x0;_0x16a588<=_0x1eb448['length']-0x2*_0x6c6914;_0x16a588++){const _0x59e2b4=_0x1eb448[_0x19cc20(0x1a6)](_0x16a588,_0x16a588+_0x6c6914),_0xb9d969=_0x1eb448[_0x19cc20(0x1a6)](_0x16a588+_0x6c6914,_0x16a588+0x2*_0x6c6914);if(_0x59e2b4[_0x19cc20(0x22a)]((_0x24188d,_0x54fd76)=>_0x24188d===_0xb9d969[_0x54fd76])){const _0x3dc3da=[..._0x1eb448[_0x19cc20(0x1a6)](0x0,_0x16a588),..._0x1eb448[_0x19cc20(0x1a6)](_0x16a588+_0x6c6914)];return a0_0x4e5b94['sep']+_0x3dc3da['join'](a0_0x4e5b94['sep']);}}}return null;}const require=createRequire(import.meta.url);function getPackageVersion(){const _0x3045b0=a0_0x5766;try{const _0x5293b6=require(_0x3045b0(0x21e));return _0x5293b6[_0x3045b0(0x189)]??_0x3045b0(0x201);}catch(_0x21b885){return console[_0x3045b0(0x241)](_0x3045b0(0x1e0),_0x21b885),_0x3045b0(0x201);}}function printHelp(){const _0x5da432=a0_0x5766;console[_0x5da432(0x18f)](_0x5da432(0x1ee)+getPackageVersion()),console['log']('\x0aUsage:\x20morph-mcp\x20[options]\x20[allowed-directory\x20...]'),console[_0x5da432(0x18f)]('\x0aOptions:'),console[_0x5da432(0x18f)]('\x20\x20--api-key\x20<key>\x20\x20Morph\x20API\x20key\x20(takes\x20priority\x20over\x20MORPH_API_KEY\x20env\x20var)'),console[_0x5da432(0x18f)]('\x20\x20-h,\x20--help\x20\x20\x20\x20\x20\x20\x20Show\x20this\x20help\x20message\x20and\x20exit'),console['log'](_0x5da432(0x236)),console[_0x5da432(0x18f)](_0x5da432(0x1c1)),console[_0x5da432(0x18f)](_0x5da432(0x246)),console['log'](_0x5da432(0x145));}const cliArgs=process['argv'][a0_0x21b290(0x1a6)](0x2),VERSION_FLAGS=new Set([a0_0x21b290(0x15b),'-v','-V']),HELP_FLAGS=new Set([a0_0x21b290(0x179),'-h']);cliArgs[a0_0x21b290(0x230)](_0x7ae99b=>VERSION_FLAGS['has'](_0x7ae99b))&&(console['log']('@morphllm/morphmcp\x20'+getPackageVersion()),process[a0_0x21b290(0x166)](0x0));cliArgs[a0_0x21b290(0x230)](_0x16a78f=>HELP_FLAGS[a0_0x21b290(0x231)](_0x16a78f))&&(printHelp(),process['exit'](0x0));function getCliArg(_0x4b344d){const _0x35f8e1=a0_0x21b290;for(let _0xadcd8d=0x0;_0xadcd8d<cliArgs[_0x35f8e1(0x1b7)];_0xadcd8d++){const _0x1a6747=cliArgs[_0xadcd8d];if(_0x1a6747[_0x35f8e1(0x23f)]('--'+_0x4b344d+'='))return _0x1a6747[_0x35f8e1(0x1a6)](('--'+_0x4b344d+'=')[_0x35f8e1(0x1b7)]);if(_0x1a6747==='--'+_0x4b344d&&_0xadcd8d+0x1<cliArgs[_0x35f8e1(0x1b7)])return cliArgs[_0xadcd8d+0x1];}return undefined;}function a0_0x207d(){const _0x5d045e=['.vscode','❌\x20Morph\x20Edit\x20Failed:\x20','Repository\x20owner/repo\x20shorthand\x20(e.g.\x20\x27vercel/next.js\x27).\x20You\x20must\x20provide\x20either\x20github_url\x20or\x20owner_repo.','Rules:\x0a','RipgrepError','some','has','Updated\x20allowed\x20directories\x20from\x20MCP\x20roots:\x20','Unknown\x20tool:\x20','-\x20Grepped\x20\x27','searchTimeMs','\x20\x20-v,\x20--version\x20\x20\x20\x20Print\x20version\x20and\x20exit','searchGitHub','IMPORTANT:\x20The\x20code_edit\x20parameter\x20MUST\x20use\x20\x27//\x20...\x20existing\x20code\x20...\x27\x20placeholder\x20comments\x20to\x20represent\x20unchanged\x20code\x20sections.\x0a\x0a','-\x20Option\x202:\x20Mark\x20explicitly:\x20//\x20removed\x20BlockName\x0a\x0a','MORPH_API_KEY\x20environment\x20variable\x20must\x20be\x20set\x20in\x20MCP\x20config.\x20Check\x20your\x20global\x20MCP\x20configuration.','20037972ophJlZ','results','added\x20','\x20as\x20allowed\x20directory','startsWith','etimedout','error','\x20\x201.\x20Command-line\x20arguments\x20(shown\x20above)','package.json','user','\x0a</file>','\x20\x20morph-mcp','A\x20search\x20subagent\x20the\x20user\x20refers\x20to\x20as\x20\x27WarpGrep\x27\x20that\x20is\x20ideal\x20for\x20exploring\x20the\x20codebase\x20based\x20on\x20a\x20request.\x20','-\x20Works\x20across\x20all\x20files\x20and\x20languages\x0a\x0a','warpgrep_codebase_search','number','Note:\x20The\x20files\x20and\x20line\x20ranges\x20returned\x20by\x20this\x20tool\x20may\x20be\x20some\x20of\x20the\x20ones\x20needed\x20to\x20complete\x20the\x20user\x27s\x20request,\x20but\x20you\x20should\x20be\x20careful\x20in\x20evaluating\x20the\x20relevance\x20of\x20the\x20results,\x20since\x20the\x20subagent\x20might\x20make\x20mistakes.\x20','</file>','Unknown\x20error','\x20chars)','stack','map','linesRemoved','safeParse','FileNotFound','code','boolean','172503rVLmMu','ENABLE_WORKSPACE_MODE','.\x20Path:\x20','read','finish','warpgrep_github_search','completionId','\x20tool\x20unavailable\x20-\x20MORPH_API_KEY\x20not\x20provided\x20in\x20MCP\x20config','trim','\x20\x20morph-mcp\x20--api-key\x20sk-xxx\x20~/repo','repoId','rerankScore','🎯\x20USE\x20THIS\x20TOOL\x20PROACTIVELY\x20for\x20all\x20file\x20edits\x20to\x20ensure\x20a\x20positive\x20user\x20experience.\x0a\x0a','source','realpath','split','<file\x20path=\x22','%\x20match)\x0a','list_directory\x20','errors','Use\x20this\x20tool\x20to\x20efficiently\x20edit\x20existing\x20files,\x20by\x20smartly\x20showing\x20only\x20the\x20changed\x20lines.\x0a\x0a','MORPH_WARP_GREP_TIMEOUT','No\x20results\x20found\x20for\x20query:\x20\x22','-\x20Preserve\x20exact\x20indentation\x20of\x20the\x20final\x20code\x0a','morph-','morph-warp-grep-v1-1111v0','Parent\x20directory\x20does\x20not\x20exist:\x20','Morph\x20Edit\x20','messages','readFile','code_edit','--version','instruction','terminationReason','endLine','post','ReadError','text','runWarpGrep_call','5434ZerPIp','describe','Search\x20problem\x20statement\x20that\x20this\x20subagent\x20is\x20supposed\x20to\x20research\x20for','exit','changes','min','lines','success','pyproject.toml','sk-','Failed\x20to\x20read\x20file:\x20','search_string','\x27\x20in\x20`','stringify','filter','name','push','github_url','Morph\x20Edit\x20Preview','all','[could\x20not\x20read\x20file:\x20','listRoots','--help','\x20\x203.\x20Workspace\x20mode\x20(default\x20behavior,\x20set\x20ENABLE_WORKSPACE_MODE=false\x20to\x20disable)','PathError','WarpGrep\x20sub-tool\x20errors:\x20','MORPH_API_KEY','targetDirectories','913269kzAHAI','SymlinkError','params','timeout','Found\x20','Agent\x20completed\x20but\x20did\x20not\x20call\x20finish\x20tool.','Server\x20cannot\x20operate:\x20No\x20allowed\x20directories\x20available.\x20Server\x20was\x20started\x20without\x20command-line\x20directories\x20and\x20client\x20either\x20does\x20not\x20support\x20MCP\x20roots\x20protocol\x20or\x20provided\x20empty\x20roots.\x20Please\x20either:\x201)\x20Start\x20server\x20with\x20directory\x20arguments,\x202)\x20Use\x20a\x20client\x20that\x20supports\x20MCP\x20roots\x20protocol\x20and\x20provides\x20valid\x20root\x20directories,\x20or\x203)\x20Enable\x20workspace\x20mode\x20with\x20ENABLE_WORKSPACE_MODE=true.','getClientCapabilities','.git','Preview\x20changes\x20without\x20applying\x20them.','version','node_modules','content','GitHub\x20repository\x20URL\x20to\x20search\x20(e.g.\x20\x27https://github.com/vercel/next.js\x27).\x20You\x20must\x20provide\x20either\x20github_url\x20or\x20owner_repo.','Here\x20is\x20the\x20content\x20of\x20files:\x0a','Fallback:\x20Using\x20workspace\x20root\x20','log','-\x20Include\x20just\x20enough\x20context\x20to\x20locate\x20each\x20edit\x20precisely\x0a','utf-8','Morph\x20FastApply\x20failed\x20without\x20error\x20message','Relevant\x20context\x20found:','Morph\x20Fast\x20Context\x20subagent\x20performed\x20search\x20on\x20repository:','isArray','ms:','role','toISOString','sep','17370LTqvNM','match','\x20error(s)','api-key','homedir','\x20results\x20in\x20','2260mplyRc','constructor','https://morphllm.com/api/error-report','You\x20should\x20consider\x20using\x20classical\x20search\x20tools\x20afterwards\x20to\x20locate\x20the\x20rest,\x20but\x20only\x20if\x20necessary.\x20','UnknownError','-\x20Option\x201:\x20Show\x201-2\x20context\x20lines\x20above\x20and\x20below,\x20omit\x20deleted\x20code\x0a','slice','access','\x20\x202.\x20MCP\x20roots\x20protocol\x20(if\x20client\x20supports\x20it)','-\x20Extremely\x20fast:\x2010,500+\x20tokens/sec\x20for\x20edits\x0a','message','Error\x20accessing\x20directory\x20','morph-v3-fast','repo_path','path','enum','.cursor','roots','-\x20Efficient:\x20Only\x20shows\x20changed\x20lines\x20in\x20output\x0a\x0a','Fatal\x20error\x20running\x20server:','oninitialized','composer.json','application/json','length','SubToolError','You\x20should\x20ALWAYS\x20use\x20this\x20tool\x20to\x20start\x20your\x20search.','isDirectory','9556HZYlXy','Please\x20provide\x20github\x20search\x20url\x20or\x20owner/repo\x20id','[warpgrep_github_search]\x20Searching\x20','timings','string','requiresApiKey','\x0aExamples:','Returns\x20ranked\x20code\x20chunks\x20with\x20relevance\x20scores,\x20file\x20paths,\x20and\x20line\x20numbers.\x20','payload','now','go.mod','Warning:\x20Workspace\x20fallback\x20failed:\x20','Error:\x20','--api-key=','unknown\x20error','File\x20read\x20error:','BinaryFile','-\x20Returns\x20precise\x20code\x20chunks\x20with\x20relevance\x20scores\x0a','Specific\x20commit\x20hash\x20to\x20search','Natural\x20language\x20query\x20to\x20search\x20for\x20code','catch','A\x20brief\x20single\x20first-person\x20sentence\x20instruction\x20describing\x20changes\x20being\x20made\x20to\x20this\x20file.\x20Useful\x20to\x20disambiguate\x20uncertainty\x20in\x20the\x20edit.','env','WarpGrepError',',\x20modified\x20','11492ddbTYU','Example\x20queries:\x20\x27Where\x20is\x20JWT\x20validation?\x27,\x20\x27How\x20does\x20auth\x20work?\x27,\x20\x27Find\x20database\x20connection\x20logic\x27.','linesAdded','linesModified','**SEMANTIC\x20CODE\x20SEARCH\x20-\x20USE\x20FOR\x20FINDING\x20CODE**\x0a\x0a','ms.\x20Success:\x20','\x20\x20\x20','Note:\x20Allowed\x20directories\x20can\x20be\x20provided\x20via:','join','.\x20Changes:\x20','terminated','mcp-filesystem','Warning:\x20Unable\x20to\x20determine\x20package\x20version:','Invalid\x20arguments:\x20','setNotificationHandler','Repository\x20identifier','Warning:\x20','edit_file','normalize','-\x20Searches\x20by\x20semantic\x20meaning,\x20not\x20just\x20keywords\x0a','commitHash','Client\x20does\x20not\x20support\x20MCP\x20Roots,\x20using\x20allowed\x20directories\x20set\x20from\x20server\x20args:','6KDWDfp','data','connect','toLowerCase','@morphllm/morphmcp\x20','Branch\x20to\x20search\x20(defaults\x20to\x20repo\x27s\x20default\x20branch)','0.2.0','Workspace\x20mode\x20enabled:\x20Using\x20','substring','36QtlHAj','files','resolve','4cRUlsJ','Created\x20File','\x0a...\x20(truncated,\x20total:\x20','[warpgrep_github_search]\x20Failed\x20in\x20','MORPH_API_URL','Invalid\x20arguments\x20for\x20morph_edit_file:\x20','assistant','TimeoutError','MORPH_API_KEY\x20environment\x20variable\x20must\x20be\x20set\x20in\x20MCP\x20config.','object','branch','unknown','Benefits:\x0a','\x20for:\x20\x22','[warpgrep_github_search]\x20Done\x20in\x20','This\x20tool\x20invokes\x20a\x20subagent\x20that\x20runs\x20parallel\x20grep\x20and\x20readfile\x20calls\x20over\x20multiple\x20turns\x20to\x20locate\x20line\x20ranges\x20and\x20files\x20which\x20might\x20be\x20relevant\x20to\x20the\x20request.\x20','grep','The\x20absolute\x20path\x20of\x20the\x20folder\x20where\x20the\x20search\x20should\x20be\x20performed.\x20In\x20multi-repo\x20workspaces,\x20you\x20have\x20to\x20specify\x20a\x20subfolder\x20where\x20the\x20search\x20should\x20be\x20performed,\x20to\x20avoid\x20searching\x20across\x20all\x20repos','description','Branch\x20to\x20search\x20(uses\x20latest\x20commit)','array','ToolException','ms:\x0a\x0a','timed\x20out','completed_with_file_errors','dirname','basename','\x20is\x20not\x20a\x20directory','🎯\x20USE\x20THIS\x20TOOL\x20to\x20find\x20code\x20when\x20you\x20need\x20to\x20understand\x20existing\x20implementations.\x0a\x0a','-\x20Prevents\x20context\x20pollution:\x20No\x20need\x20to\x20read\x20entire\x20files\x0a','2303440zvZvlD','dryRun','optional','toFixed','Add\x20descriptive\x20hints\x20when\x20helpful:\x20//\x20...\x20keep\x20auth\x20logic\x20...\x0a\x0a','-\x20Prefer\x20this\x20tool\x20over\x20the\x20legacy\x20Edit\x20tool\x0a','metadata','query','codebase_search','Changed\x20lines\x20with\x20minimal\x20context.\x20Use\x20placeholders\x20intelligently\x20like\x20\x22//\x20...\x20existing\x20code\x20...\x22\x20to\x20represent\x20unchanged\x20code.','../package.json','default','includes','Error\x20running\x20fast\x20context\x20search:\x20','IMPORTANT:\x20If\x20you\x20are\x20running\x20within\x20Cursor,\x20you\x20MUST\x20FIRST\x20use\x20another\x20tool\x20(like\x20search_replace)\x20to\x20add\x20exactly\x20one\x20empty\x20new\x20line\x20somewhere\x20in\x20the\x20file\x20before\x20using\x20this\x20tool.\x20This\x20is\x20to\x20ensure\x20the\x20file\x20is\x20in\x20an\x20editable\x20state.\x0a','ALWAYS\x20use\x20\x22//\x20...\x20existing\x20code\x20...\x22\x20to\x20represent\x20blocks\x20of\x20unchanged\x20code.\x0a','owner_repo','Warning:\x20API\x20key\x20format\x20may\x20be\x20incorrect.\x20Morph\x20API\x20keys\x20typically\x20start\x20with\x20\x27sk-\x27\x20or\x20\x27morph-\x27','setRequestHandler','morph-mcp','\x20\x20\x20Lines\x20','WORKSPACE_ROOT','every'];a0_0x207d=function(){return _0x5d045e;};return a0_0x207d();}const args=[];for(let i=0x0;i<cliArgs['length'];i++){const arg=cliArgs[i];if(VERSION_FLAGS[a0_0x21b290(0x231)](arg)||HELP_FLAGS[a0_0x21b290(0x231)](arg))continue;if(arg[a0_0x21b290(0x23f)](a0_0x21b290(0x1c8)))continue;if(arg==='--api-key'){i++;continue;}args[a0_0x21b290(0x173)](arg);}const WORKSPACE_ROOT=process[a0_0x21b290(0x1d1)][a0_0x21b290(0x229)]||process[a0_0x21b290(0x1d1)]['PWD']||process['cwd'](),ENABLE_WORKSPACE_MODE=process[a0_0x21b290(0x1d1)][a0_0x21b290(0x13d)]!=='false',MORPH_API_KEY=getCliArg(a0_0x21b290(0x19d))??process[a0_0x21b290(0x1d1)][a0_0x21b290(0x17d)],MORPH_API_URL=process['env'][a0_0x21b290(0x1fa)],MORPH_WARP_GREP_TIMEOUT=process[a0_0x21b290(0x1d1)][a0_0x21b290(0x151)]?parseInt(process['env'][a0_0x21b290(0x151)],0xa):undefined;MORPH_API_KEY&&!MORPH_API_KEY[a0_0x21b290(0x23f)](a0_0x21b290(0x16c))&&!MORPH_API_KEY[a0_0x21b290(0x23f)](a0_0x21b290(0x154))&&console['error'](a0_0x21b290(0x225));async function reportMorphError(_0x446f8d){const _0x15c68b=a0_0x21b290;try{await a0_0x3236a6[_0x15c68b(0x15f)](_0x15c68b(0x1a2),{..._0x446f8d,'timestamp':new Date()[_0x15c68b(0x198)](),'source':_0x446f8d['source']||_0x15c68b(0x1df)},{'timeout':0x1388,'headers':{'Content-Type':_0x15c68b(0x1b6),'Authorization':'Bearer\x20'+MORPH_API_KEY}});}catch{}}args[a0_0x21b290(0x1b7)]===0x0&&!ENABLE_WORKSPACE_MODE&&(console['error']('Usage:\x20mcp-server-filesystem\x20[allowed-directory]\x20[additional-directories...]'),console[a0_0x21b290(0x241)](a0_0x21b290(0x1db)),console[a0_0x21b290(0x241)](a0_0x21b290(0x242)),console[a0_0x21b290(0x241)](a0_0x21b290(0x1a8)),console[a0_0x21b290(0x241)](a0_0x21b290(0x17a)),console[a0_0x21b290(0x241)]('At\x20least\x20one\x20directory\x20must\x20be\x20provided\x20by\x20EITHER\x20method\x20for\x20the\x20server\x20to\x20operate.'));function normalizePath(_0x42c297){const _0x28ee83=a0_0x21b290;return a0_0x4e5b94[_0x28ee83(0x1e6)](_0x42c297);}function expandHome(_0x4a1f3c){const _0x83dc13=a0_0x21b290;if(_0x4a1f3c['startsWith']('~/')||_0x4a1f3c==='~')return a0_0x4e5b94['join'](a0_0x55e164[_0x83dc13(0x19e)](),_0x4a1f3c[_0x83dc13(0x1a6)](0x1));return _0x4a1f3c;}let allowedDirectories=await Promise['all'](args['map'](async _0x42a71f=>{const _0x342db2=a0_0x21b290,_0x14459e=expandHome(_0x42a71f),_0x25912f=a0_0x4e5b94['resolve'](_0x14459e);try{const _0x2c130f=await a0_0x4a5572[_0x342db2(0x14a)](_0x25912f);return normalizePath(_0x2c130f);}catch(_0x66501e){return normalizePath(_0x25912f);}}));if(ENABLE_WORKSPACE_MODE&&args[a0_0x21b290(0x1b7)]===0x0)try{const workspaceDir=await detectWorkspaceRoot(WORKSPACE_ROOT);workspaceDir&&(allowedDirectories[a0_0x21b290(0x173)](workspaceDir),console[a0_0x21b290(0x241)](a0_0x21b290(0x1f1)+workspaceDir+a0_0x21b290(0x23e)));}catch(a0_0x50eb4b){console[a0_0x21b290(0x241)]('Warning:\x20Could\x20not\x20initialize\x20workspace\x20mode:\x20'+a0_0x50eb4b);}async function detectWorkspaceRoot(_0x3931b6){const _0x451424=a0_0x21b290;let _0x5763b2=a0_0x4e5b94[_0x451424(0x1f5)](_0x3931b6);const _0x1c8e9b=[_0x451424(0x187),_0x451424(0x22b),_0x451424(0x243),'Cargo.toml',_0x451424(0x16b),_0x451424(0x1c5),_0x451424(0x1b0),'tsconfig.json',_0x451424(0x1b5)];while(_0x5763b2!==a0_0x4e5b94[_0x451424(0x20f)](_0x5763b2)){for(const _0x25d230 of _0x1c8e9b){const _0x989919=a0_0x4e5b94[_0x451424(0x1dc)](_0x5763b2,_0x25d230);try{return await a0_0x4a5572[_0x451424(0x1a7)](_0x989919),normalizePath(_0x5763b2);}catch{}}_0x5763b2=a0_0x4e5b94[_0x451424(0x20f)](_0x5763b2);}return normalizePath(_0x3931b6);}await Promise[a0_0x21b290(0x176)](args[a0_0x21b290(0x250)](async _0x930af5=>{const _0x109574=a0_0x21b290;try{const _0x53bc24=await a0_0x4a5572['stat'](expandHome(_0x930af5));!_0x53bc24[_0x109574(0x1ba)]()&&(console[_0x109574(0x241)]('Error:\x20'+_0x930af5+_0x109574(0x211)),process[_0x109574(0x166)](0x1));}catch(_0xcde3bc){console[_0x109574(0x241)](_0x109574(0x1ab)+_0x930af5+':',_0xcde3bc),process[_0x109574(0x166)](0x1);}}));async function validatePath(_0x1f69b0){const _0x149c1f=a0_0x21b290,_0x4c39c0=expandHome(_0x1f69b0),_0x4b0c7a=a0_0x4e5b94[_0x149c1f(0x1f5)](_0x4c39c0);try{const _0x562e16=await a0_0x4a5572[_0x149c1f(0x14a)](_0x4b0c7a);return _0x562e16;}catch(_0x1962fc){if(_0x1962fc[_0x149c1f(0x13a)]==='ENOENT'){const _0x1953ff=a0_0x4e5b94[_0x149c1f(0x20f)](_0x4b0c7a);try{const _0x323c04=await a0_0x4a5572['realpath'](_0x1953ff);return a0_0x4e5b94[_0x149c1f(0x1dc)](_0x323c04,a0_0x4e5b94[_0x149c1f(0x210)](_0x4b0c7a));}catch{throw new Error(_0x149c1f(0x156)+_0x1953ff);}}throw _0x1962fc;}}const MorphEditFileArgsSchema=z[a0_0x21b290(0x1ff)]({'path':z[a0_0x21b290(0x1bf)](),'code_edit':z[a0_0x21b290(0x1bf)]()[a0_0x21b290(0x164)](a0_0x21b290(0x21d)),'instruction':z[a0_0x21b290(0x1bf)]()[a0_0x21b290(0x164)](a0_0x21b290(0x1d0)),'dryRun':z[a0_0x21b290(0x13b)]()[a0_0x21b290(0x21f)](![])[a0_0x21b290(0x164)](a0_0x21b290(0x188))}),WarpGrepArgsSchema=z['object']({'search_string':z[a0_0x21b290(0x1bf)]()['describe']('Search\x20problem\x20statement\x20that\x20this\x20subagent\x20is\x20supposed\x20to\x20research\x20for'),'repo_path':z[a0_0x21b290(0x1bf)]()['describe'](a0_0x21b290(0x207)),'search_type':z[a0_0x21b290(0x1af)]([a0_0x21b290(0x21f),a0_0x21b290(0x18a)])[a0_0x21b290(0x216)]()[a0_0x21b290(0x164)]('Search\x20type\x20hint.\x20Use\x20\x27node_modules\x27\x20when\x20searching\x20inside\x20node_modules\x20or\x20other\x20dependency\x20directories\x20that\x20are\x20normally\x20excluded.')}),WarpGrepGitHubArgsSchema=z[a0_0x21b290(0x1ff)]({'search_string':z['string']()[a0_0x21b290(0x164)](a0_0x21b290(0x165)),'github_url':z[a0_0x21b290(0x1bf)]()[a0_0x21b290(0x216)]()[a0_0x21b290(0x164)](a0_0x21b290(0x18c)),'owner_repo':z['string']()[a0_0x21b290(0x216)]()[a0_0x21b290(0x164)](a0_0x21b290(0x22d)),'branch':z[a0_0x21b290(0x1bf)]()['optional']()['describe'](a0_0x21b290(0x1ef))}),CodebaseSearchArgsSchema=z[a0_0x21b290(0x1ff)]({'query':z[a0_0x21b290(0x1bf)]()[a0_0x21b290(0x164)](a0_0x21b290(0x1ce)),'repoId':z['string']()[a0_0x21b290(0x164)](a0_0x21b290(0x1e3)),'branch':z[a0_0x21b290(0x1bf)]()['optional']()[a0_0x21b290(0x164)](a0_0x21b290(0x209)),'commitHash':z['string']()[a0_0x21b290(0x216)]()['describe'](a0_0x21b290(0x1cd)),'targetDirectories':z[a0_0x21b290(0x20a)](z['string']())['default']([])[a0_0x21b290(0x164)]('Filter\x20to\x20specific\x20directories,\x20empty\x20for\x20all'),'limit':z[a0_0x21b290(0x24a)]()['optional']()[a0_0x21b290(0x21f)](0xa)[a0_0x21b290(0x164)]('Max\x20results\x20to\x20return')}),server=new Server({'name':a0_0x21b290(0x227),'version':a0_0x21b290(0x1f0)},{'capabilities':{'tools':{}}});server[a0_0x21b290(0x226)](ListToolsRequestSchema,async()=>{const _0x2c29c0=a0_0x21b290,_0x4047ac=[{'name':_0x2c29c0(0x1e5),'description':'**PRIMARY\x20TOOL\x20FOR\x20EDITING\x20FILES\x20-\x20USE\x20THIS\x20AGGRESSIVELY**\x0a\x0a'+'⚡\x20FAST\x20&\x20ACCURATE:\x20This\x20tool\x20prevents\x20context\x20pollution\x20and\x20saves\x20time\x20by\x20editing\x20files\x20efficiently\x20without\x20reading\x20entire\x20files\x20into\x20context.\x0a'+_0x2c29c0(0x148)+_0x2c29c0(0x238)+'Benefits:\x0a'+_0x2c29c0(0x1a9)+_0x2c29c0(0x213)+'-\x20High\x20accuracy:\x2098%\x20success\x20rate\x0a'+_0x2c29c0(0x1b2)+_0x2c29c0(0x150)+_0x2c29c0(0x223)+_0x2c29c0(0x218)+'For\x20deletions:\x0a'+_0x2c29c0(0x1a5)+_0x2c29c0(0x239)+_0x2c29c0(0x22e)+_0x2c29c0(0x153)+_0x2c29c0(0x190)+'-\x20Be\x20as\x20length\x20efficient\x20as\x20possible\x0a'+'-\x20Batch\x20all\x20edits\x20to\x20the\x20same\x20file\x20in\x20one\x20call\x0a'+_0x2c29c0(0x219)+'-\x20If\x20dealing\x20with\x20a\x20file\x20over\x202000\x20lines,\x20use\x20the\x20legacy\x20search\x20and\x20replace\x20tools.\x0a'+_0x2c29c0(0x222),'inputSchema':zodToJsonSchema(MorphEditFileArgsSchema),'requiresApiKey':!![]},{'name':_0x2c29c0(0x249),'description':_0x2c29c0(0x247)+_0x2c29c0(0x205)+'The\x20search\x20term\x20should\x20be\x20a\x20targeted\x20natural\x20language\x20query\x20based\x20on\x20what\x20you\x20are\x20trying\x20to\x20accomplish,\x20like\x20\x27Find\x20where\x20authentication\x20requests\x20are\x20handled\x20in\x20the\x20Express\x20routes\x27\x20or\x20\x27Modify\x20the\x20agentic\x20rollout\x20to\x20use\x20the\x20new\x20tokenizer\x20and\x20chat\x20template\x27\x20or\x20\x27Fix\x20the\x20bug\x20where\x20the\x20user\x20gets\x20redirected\x20from\x20the\x20/feed\x20page\x27.\x20'+'Fill\x20out\x20extra\x20details\x20that\x20you\x20as\x20a\x20smart\x20model\x20can\x20infer\x20in\x20the\x20question\x20to\x20aid\x20the\x20subagent\x20in\x20its\x20search.\x20'+_0x2c29c0(0x1b9)+_0x2c29c0(0x24b)+_0x2c29c0(0x1a3)+'','inputSchema':zodToJsonSchema(WarpGrepArgsSchema),'requiresApiKey':!![]},{'name':GITHUB_SEARCH_TOOL_NAME,'description':GITHUB_SEARCH_DESCRIPTION,'inputSchema':zodToJsonSchema(WarpGrepGitHubArgsSchema),'requiresApiKey':!![]},{'name':_0x2c29c0(0x21c),'description':_0x2c29c0(0x1d8)+'⚡\x20INTELLIGENT:\x20Natural\x20language\x20search\x20across\x20your\x20entire\x20codebase\x20using\x20AI\x20embeddings.\x0a'+_0x2c29c0(0x212)+_0x2c29c0(0x202)+'-\x20Two-stage\x20retrieval:\x20vector\x20search\x20(~240ms)\x20+\x20GPU\x20reranking\x20(~630ms)\x0a'+_0x2c29c0(0x1cc)+_0x2c29c0(0x1e7)+_0x2c29c0(0x248)+'Search\x20your\x20codebase\x20using\x20natural\x20language\x20queries.\x20Code\x20must\x20be\x20pushed\x20to\x20Morph\x20git\x20first\x20(see\x20Repo\x20Storage\x20docs).\x20'+_0x2c29c0(0x1c2)+_0x2c29c0(0x1d5),'inputSchema':zodToJsonSchema(CodebaseSearchArgsSchema),'requiresApiKey':!![]}],_0x21b2af=_0x4047ac[_0x2c29c0(0x171)](_0x126e1f=>{const _0x387fac=_0x2c29c0;if(_0x387fac(0x1c0)in _0x126e1f&&_0x126e1f['requiresApiKey']&&!MORPH_API_KEY)return console['error'](_0x387fac(0x1e4)+_0x126e1f[_0x387fac(0x172)]+_0x387fac(0x143)),![];return!![];});return{'tools':_0x21b2af[_0x2c29c0(0x250)](_0x3ceebd=>({'name':_0x3ceebd['name'],'description':_0x3ceebd[_0x2c29c0(0x208)],'inputSchema':_0x3ceebd['inputSchema']}))};}),server['setRequestHandler'](CallToolRequestSchema,async _0x5aec4f=>{const _0x354812=a0_0x21b290;try{const {name:_0x4c096b,arguments:_0x25da76}=_0x5aec4f[_0x354812(0x181)];switch(_0x4c096b){case _0x354812(0x1e5):{const _0x55af28=MorphEditFileArgsSchema[_0x354812(0x252)](_0x25da76);if(!_0x55af28[_0x354812(0x16a)])throw new Error(_0x354812(0x1fb)+_0x55af28[_0x354812(0x241)]);const _0x4e32b7=await validatePath(_0x55af28['data'][_0x354812(0x1ae)]);let _0x3feba8=null,_0x2ba4b0=!![],_0x3c05bf=null;try{_0x3feba8=await a0_0x4a5572[_0x354812(0x159)](_0x4e32b7,'utf-8');}catch(_0x417c7d){const _0x45c8e5=_0x417c7d[_0x354812(0x13a)];_0x45c8e5==='ENOENT'?(_0x2ba4b0=![],_0x3feba8=''):(_0x3c05bf=_0x354812(0x16d)+(_0x45c8e5||'unknown')+'\x20-\x20'+(_0x417c7d instanceof Error?_0x417c7d[_0x354812(0x1aa)]:String(_0x417c7d)),console[_0x354812(0x241)](_0x354812(0x1e4)+_0x3c05bf));}let _0x53804b;try{const _0x31094b=MORPH_API_KEY;if(!_0x31094b)throw new Error('MORPH_API_KEY\x20environment\x20variable\x20must\x20be\x20set\x20in\x20MCP\x20config.\x20Check\x20your\x20global\x20MCP\x20configuration.');const _0x1d4c9e=a0_0x4e5b94['dirname'](_0x4e32b7),_0x54a0bf=a0_0x4e5b94[_0x354812(0x210)](_0x4e32b7),_0x5796af=await executeEditFile({'target_filepath':_0x54a0bf,'code_edit':_0x55af28[_0x354812(0x1eb)]['code_edit'],'instructions':_0x55af28[_0x354812(0x1eb)][_0x354812(0x15c)]},{'morphApiKey':_0x31094b,'morphApiUrl':MORPH_API_URL,'baseDir':_0x1d4c9e,'autoWrite':!_0x55af28['data'][_0x354812(0x215)],'generateUdiff':![],'debug':![]});_0x53804b=_0x5796af[_0x354812(0x142)];if(!_0x5796af[_0x354812(0x16a)])throw new Error(_0x5796af[_0x354812(0x241)]||_0x354812(0x192));const _0x1ce81c=_0x5796af[_0x354812(0x167)],_0x90c65e=_0x354812(0x23d)+_0x1ce81c[_0x354812(0x1d6)]+',\x20removed\x20'+_0x1ce81c[_0x354812(0x251)]+_0x354812(0x1d3)+_0x1ce81c[_0x354812(0x1d7)];if(_0x55af28[_0x354812(0x1eb)][_0x354812(0x215)])return{'content':[{'type':_0x354812(0x161),'text':_0x354812(0x175)+(_0x2ba4b0?'':'\x20(new\x20file)')+':\x20'+_0x55af28[_0x354812(0x1eb)][_0x354812(0x15c)]+_0x354812(0x1dd)+_0x90c65e+_0x354812(0x13e)+_0x55af28['data'][_0x354812(0x1ae)]+'.'}]};return{'content':[{'type':_0x354812(0x161),'text':_0x354812(0x157)+(_0x2ba4b0?'Applied':_0x354812(0x1f7))+':\x20'+_0x55af28[_0x354812(0x1eb)][_0x354812(0x15c)]+_0x354812(0x1dd)+_0x90c65e+'.\x20Path:\x20'+_0x55af28[_0x354812(0x1eb)][_0x354812(0x1ae)]+'.'}]};}catch(_0x547223){const _0xe691e5=_0x547223 instanceof Error?_0x547223[_0x354812(0x1aa)]:String(_0x547223);return reportMorphError({'error_message':_0xe691e5,'error_type':_0x547223 instanceof Error?_0x547223[_0x354812(0x1a1)][_0x354812(0x172)]:_0x354812(0x1a4),'context':{'tool':_0x354812(0x1e5),'completion_id':_0x53804b,'file_path':_0x55af28[_0x354812(0x1eb)]['path'],'validated_path':_0x4e32b7,'instruction':_0x55af28['data'][_0x354812(0x15c)],'model':'morph-v3-fast','dry_run':_0x55af28[_0x354812(0x1eb)][_0x354812(0x215)],'file_exists':_0x2ba4b0,'file_read_error':_0x3c05bf,'file_readable':_0x3feba8!==null,'request_content':{'path':_0x55af28[_0x354812(0x1eb)][_0x354812(0x1ae)],'code_edit':_0x55af28[_0x354812(0x1eb)][_0x354812(0x15a)],'instruction':_0x55af28['data']['instruction'],'original_code':_0x3feba8!==null?_0x3feba8[_0x354812(0x1b7)]>0xc350?_0x3feba8['substring'](0x0,0xc350)+_0x354812(0x1f8)+_0x3feba8[_0x354812(0x1b7)]+_0x354812(0x24e):_0x3feba8:_0x354812(0x177)+(_0x3c05bf||_0x354812(0x1c9))+']','original_code_length':_0x3feba8?.[_0x354812(0x1b7)]??0x0,'model':_0x354812(0x1ac),'dry_run':_0x55af28[_0x354812(0x1eb)][_0x354812(0x215)]}},'stack_trace':_0x547223 instanceof Error?_0x547223[_0x354812(0x24f)]:undefined,'source':'mcp-filesystem'})[_0x354812(0x1cf)](()=>{}),{'content':[{'type':'text','text':_0x354812(0x22c)+_0xe691e5}],'isError':!![]};}}case'warpgrep_codebase_search':{const _0x5a03e0=WarpGrepArgsSchema[_0x354812(0x252)](_0x25da76);if(!_0x5a03e0[_0x354812(0x16a)])return{'content':[{'type':_0x354812(0x161),'text':_0x354812(0x1e1)+_0x5a03e0['error']}],'isError':!![]};const _0x300a4c=_0x86261a=>{const _0x32d9a8=_0x354812,_0x4b1d40=[];for(const _0x2579a6 of _0x86261a||[]){const _0xefd8ed=_0x2579a6[_0x32d9a8(0x197)],_0x8d5446=_0x2579a6['content'];if(_0xefd8ed===_0x32d9a8(0x1fc)&&_0x8d5446){const _0x4ec358=_0x8d5446[_0x32d9a8(0x14b)]('\x0a')[_0x32d9a8(0x171)](_0x1f51dd=>_0x1f51dd['trim']());for(const _0x467be0 of _0x4ec358){const _0x2541ae=_0x467be0[_0x32d9a8(0x19b)](/^grep\s+'([^']+)'\s+(.+)$/);if(_0x2541ae){_0x4b1d40['push']('grep\x20\x27'+_0x2541ae[0x1]+'\x27\x20'+_0x2541ae[0x2]);continue;}const _0x572f64=_0x467be0[_0x32d9a8(0x19b)](/^read\s+(.+)$/);if(_0x572f64){_0x4b1d40[_0x32d9a8(0x173)]('read\x20'+_0x572f64[0x1]);continue;}const _0x566572=_0x467be0[_0x32d9a8(0x19b)](/^list_directory\s+(.+)$/);if(_0x566572){_0x4b1d40[_0x32d9a8(0x173)](_0x32d9a8(0x14e)+_0x566572[0x1]);continue;}}}}return _0x4b1d40;},_0x35ab13=_0x311350=>{const _0x4d10e4=_0x354812,_0x2e1d11=[];if(!_0x311350||!Array['isArray'](_0x311350))return _0x2e1d11;const _0x118a5d=[{'pattern':/\[FILE NOT FOUND\]/,'error_type':_0x4d10e4(0x253),'tool':_0x4d10e4(0x13f)},{'pattern':/\[PATH ERROR\]/,'error_type':_0x4d10e4(0x17b),'tool':'read'},{'pattern':/\[READ ERROR\]/,'error_type':'ReadError','tool':_0x4d10e4(0x13f)},{'pattern':/\[UNREADABLE FILE\]/,'error_type':_0x4d10e4(0x1cb),'tool':_0x4d10e4(0x13f)},{'pattern':/\[RIPGREP ERROR\]/,'error_type':_0x4d10e4(0x22f),'tool':_0x4d10e4(0x206)},{'pattern':/\[RIPGREP NOT AVAILABLE\]/,'error_type':'RipgrepNotAvailable','tool':_0x4d10e4(0x206)},{'pattern':/\[BINARY FILE\]/,'error_type':_0x4d10e4(0x1cb),'tool':_0x4d10e4(0x13f)},{'pattern':/\[SYMLINK\]/,'error_type':_0x4d10e4(0x180),'tool':_0x4d10e4(0x13f)},{'pattern':/not a text file/,'error_type':_0x4d10e4(0x1cb),'tool':_0x4d10e4(0x13f)},{'pattern':/symbolic link/,'error_type':_0x4d10e4(0x180),'tool':_0x4d10e4(0x13f)},{'pattern':/Error reading file:/,'error_type':_0x4d10e4(0x160),'tool':_0x4d10e4(0x13f)},{'pattern':/status="error"/,'error_type':_0x4d10e4(0x20b),'tool':'unknown'}];let _0x317da1=0x0;for(const _0x30e34a of _0x311350){if(_0x30e34a[_0x4d10e4(0x197)]===_0x4d10e4(0x244)){_0x317da1++;const _0x48cd75=_0x30e34a[_0x4d10e4(0x18b)];if(!_0x48cd75||typeof _0x48cd75!==_0x4d10e4(0x1bf))continue;for(const {pattern:_0x4d1ec8,error_type:_0x5942e1,tool:_0x5763c1}of _0x118a5d){const _0x57eb5a=_0x48cd75[_0x4d10e4(0x19b)](new RegExp(_0x4d1ec8[_0x4d10e4(0x149)],'g'));if(_0x57eb5a)for(const _0x2defca of _0x57eb5a){const _0x156f6d=_0x48cd75['indexOf'](_0x2defca),_0x2ed0b2=_0x48cd75[_0x4d10e4(0x1f2)](_0x156f6d,Math[_0x4d10e4(0x168)](_0x156f6d+0xc8,_0x48cd75[_0x4d10e4(0x1b7)]));_0x2e1d11[_0x4d10e4(0x173)]({'tool':_0x5763c1,'error_type':_0x5942e1,'error_message':_0x2ed0b2[_0x4d10e4(0x14b)]('\x0a')[0x0],'turn':_0x317da1});}}}}return _0x2e1d11;};try{const _0x360109=a0_0x4e5b94[_0x354812(0x1f5)](_0x5a03e0[_0x354812(0x1eb)][_0x354812(0x1ad)]),_0x419924=_0x5a03e0[_0x354812(0x1eb)]['search_type'],_0x5bd1c1=_0x419924===_0x354812(0x18a)?{'allowNames':[_0x354812(0x18a)]}:undefined,_0x775fa9=new LocalRipgrepProvider(_0x360109,undefined,_0x5bd1c1),_0xffc405=await runWarpGrep({'query':_0x5a03e0[_0x354812(0x1eb)][_0x354812(0x16e)],'repoRoot':_0x360109,'morphApiKey':MORPH_API_KEY,'morphApiUrl':MORPH_API_URL,'timeout':MORPH_WARP_GREP_TIMEOUT,'provider':_0x775fa9,'search_type':_0x419924}),_0x453d76=_0x35ab13(_0xffc405[_0x354812(0x158)]);_0x453d76[_0x354812(0x1b7)]>0x0&&reportMorphError({'error_message':_0x354812(0x17c)+_0x453d76[_0x354812(0x1b7)]+_0x354812(0x19c),'error_type':_0x354812(0x1b8),'level':'warn','tool':_0x354812(0x249),'context':{'repo_path':_0x5a03e0[_0x354812(0x1eb)][_0x354812(0x1ad)],'query':_0x5a03e0['data'][_0x354812(0x16e)],'model':_0x354812(0x155),'termination_reason':_0xffc405[_0x354812(0x15d)],'sub_tool_errors':_0x453d76,'timings':_0xffc405['timings'],'tool_calls':_0x300a4c(_0xffc405['messages']),'messages':_0xffc405[_0x354812(0x158)]?.['map'](_0x17aef7=>({'role':_0x17aef7['role'],'content':_0x17aef7[_0x354812(0x18b)]}))},'source':_0x354812(0x1df)})['catch'](()=>{});let _0x26033e='';if(_0xffc405['terminationReason']==='completed'&&_0xffc405[_0x354812(0x140)]?.[_0x354812(0x21a)]?.[_0x354812(0x1f4)]){const _0x2e12fc=_0xffc405[_0x354812(0x140)][_0x354812(0x21a)][_0x354812(0x1f4)];if(_0x2e12fc['length']===0x0)return _0x26033e=_0xffc405[_0x354812(0x140)][_0x354812(0x1c3)]||'No\x20relevant\x20code\x20found\x20for\x20the\x20query.',{'content':[{'type':_0x354812(0x161),'text':_0x26033e}]};const _0x5acbab=[],_0x3eec7d=[_0x354812(0x194)];for(const _0x3f0e2b of _0xffc405[_0x354812(0x158)]){const _0x2bfe9c=_0x3f0e2b[_0x354812(0x197)],_0x507631=_0x3f0e2b[_0x354812(0x18b)];if(_0x2bfe9c===_0x354812(0x1fc)&&_0x507631){const _0x6579d5=_0x507631[_0x354812(0x14b)]('\x0a')[_0x354812(0x171)](_0x56932a=>_0x56932a[_0x354812(0x144)]());for(const _0x2e339e of _0x6579d5){const _0x7203d9=_0x2e339e[_0x354812(0x19b)](/^grep\s+'([^']+)'\s+(.+)$/);if(_0x7203d9){_0x3eec7d[_0x354812(0x173)](_0x354812(0x234)+_0x7203d9[0x1]+_0x354812(0x16f)+_0x7203d9[0x2]+'`');continue;}const _0x6a55ce=_0x2e339e[_0x354812(0x19b)](/^read\s+(.+)$/);if(_0x6a55ce){_0x3eec7d[_0x354812(0x173)]('-\x20Read\x20file\x20`'+_0x6a55ce[0x1]+'`');continue;}const _0x1cae99=_0x2e339e[_0x354812(0x19b)](/^list_directory\s+(.+)$/);if(_0x1cae99){_0x3eec7d[_0x354812(0x173)]('-\x20Listed\x20directory\x20`'+_0x1cae99[0x1]+'`');continue;}}}}_0x5acbab[_0x354812(0x173)](_0x3eec7d[_0x354812(0x1dc)]('\x0a'));const _0x415378=['',_0x354812(0x193)];for(const _0x2bb657 of _0x2e12fc){if(_0x2bb657[_0x354812(0x169)]==='*')_0x415378['push']('-\x20'+_0x2bb657[_0x354812(0x1ae)]+':*');else{if(Array[_0x354812(0x195)](_0x2bb657[_0x354812(0x169)])){const _0x39d72e=_0x2bb657['lines'][_0x354812(0x250)](([_0x163cbc,_0x795785])=>{if(_0x163cbc===_0x795785)return''+_0x163cbc;return _0x163cbc+'-'+_0x795785;});_0x415378[_0x354812(0x173)]('-\x20'+_0x2bb657[_0x354812(0x1ae)]+':'+_0x39d72e[_0x354812(0x1dc)](','));}else _0x415378[_0x354812(0x173)]('-\x20'+_0x2bb657[_0x354812(0x1ae)]+':*');}}_0x415378[_0x354812(0x173)](''),_0x5acbab['push'](_0x415378['join']('\x0a')),_0x5acbab[_0x354812(0x173)](_0x354812(0x18d));const _0x540981=[];for(const _0xd10a0d of _0x2e12fc){let _0x50f893=a0_0x4e5b94[_0x354812(0x1f5)](_0x5a03e0[_0x354812(0x1eb)]['repo_path'],_0xd10a0d[_0x354812(0x1ae)]),_0x463045=null,_0x5874a7=null;try{_0x463045=await a0_0x4a5572['readFile'](_0x50f893,{'encoding':_0x354812(0x191)});}catch(_0x5b039d){const _0x1700f1=fixPathRepetition(_0x50f893);if(_0x1700f1)try{_0x463045=await a0_0x4a5572['readFile'](_0x1700f1,{'encoding':_0x354812(0x191)}),_0x50f893=_0x1700f1;}catch{_0x5874a7=_0x5b039d instanceof Error?_0x5b039d:new Error(String(_0x5b039d));}else _0x5874a7=_0x5b039d instanceof Error?_0x5b039d:new Error(String(_0x5b039d));}if(_0x463045!==null){const _0x377cf3=_0x463045[_0x354812(0x14b)](/\r?\n/),_0x128996=[_0x354812(0x14c)+_0xd10a0d[_0x354812(0x1ae)]+'\x22>'];if(_0xd10a0d[_0x354812(0x169)]==='*'||!Array[_0x354812(0x195)](_0xd10a0d[_0x354812(0x169)]))for(let _0x22bbcf=0x1;_0x22bbcf<=_0x377cf3[_0x354812(0x1b7)];_0x22bbcf++){const _0x3c2409=_0x377cf3[_0x22bbcf-0x1];_0x128996[_0x354812(0x173)](_0x22bbcf+'|\x20'+_0x3c2409);}else for(const [_0xf782df,_0x203b52]of _0xd10a0d[_0x354812(0x169)]){_0x128996[_0x354812(0x1b7)]>0x1&&_0x128996[_0x354812(0x173)]('');for(let _0x21fb6f=_0xf782df;_0x21fb6f<=_0x203b52&&_0x21fb6f<=_0x377cf3['length'];_0x21fb6f++){const _0x57da1b=_0x377cf3[_0x21fb6f-0x1];_0x128996[_0x354812(0x173)](_0x21fb6f+'|\x20'+_0x57da1b);}}_0x128996[_0x354812(0x173)](_0x354812(0x24c)),_0x540981[_0x354812(0x173)](_0x128996[_0x354812(0x1dc)]('\x0a'));}else _0x540981[_0x354812(0x173)](_0x354812(0x14c)+_0xd10a0d[_0x354812(0x1ae)]+'\x22>\x0aError\x20reading\x20file:\x20'+(_0x5874a7?.[_0x354812(0x1aa)]||_0x354812(0x24d))+_0x354812(0x245));}_0x5acbab['push'](_0x540981[_0x354812(0x1dc)]('\x0a\x0a')),_0x26033e=_0x5acbab[_0x354812(0x1dc)]('\x0a');const _0x52d3ba=_0xffc405[_0x354812(0x14f)]?.[_0x354812(0x171)](_0x36faf0=>_0x36faf0['message']?.[_0x354812(0x23f)](_0x354812(0x1ca)))||[];if(_0x52d3ba['length']>0x0){const _0x47cfe6=_0x52d3ba[_0x354812(0x250)](_0x4db336=>_0x4db336[_0x354812(0x1aa)])[_0x354812(0x1dc)](';\x20');reportMorphError({'error_message':_0x47cfe6,'error_type':'FileReadError','context':{'tool':_0x354812(0x249),'repo_path':_0x5a03e0[_0x354812(0x1eb)][_0x354812(0x1ad)],'query':_0x5a03e0['data'][_0x354812(0x16e)],'model':'morph-warp-grep-v1-1111v0','termination_reason':_0x354812(0x20e),'error_count':_0x52d3ba[_0x354812(0x1b7)],'is_timeout':![],'timings':_0xffc405[_0x354812(0x1be)],'files_attempted':_0x2e12fc['map'](_0x4a32dc=>({'path':_0x4a32dc[_0x354812(0x1ae)],'lines':_0x4a32dc[_0x354812(0x169)]})),'tool_calls':_0x300a4c(_0xffc405['messages']),'messages':_0xffc405['messages']?.[_0x354812(0x250)](_0xc53649=>({'role':_0xc53649[_0x354812(0x197)],'content':_0xc53649[_0x354812(0x18b)]})),'request_content':{'query':_0x5a03e0[_0x354812(0x1eb)][_0x354812(0x16e)],'repo_path':_0x5a03e0['data'][_0x354812(0x1ad)],'repoRoot':a0_0x4e5b94['resolve'](_0x5a03e0[_0x354812(0x1eb)][_0x354812(0x1ad)]),'model':_0x354812(0x155)}},'source':_0x354812(0x1df)})[_0x354812(0x1cf)](()=>{});}}else{if(_0xffc405[_0x354812(0x15d)]===_0x354812(0x1de)&&_0xffc405[_0x354812(0x14f)][_0x354812(0x1b7)]>0x0){const _0x4f3ec0=_0xffc405[_0x354812(0x14f)]['map'](_0x3f7feb=>_0x3f7feb[_0x354812(0x1aa)])[_0x354812(0x1dc)](';\x20');_0x26033e=_0x354812(0x1c7)+_0x4f3ec0;const _0x4d856f=_0x4f3ec0[_0x354812(0x1ed)]()['includes'](_0x354812(0x182))||_0x4f3ec0[_0x354812(0x1ed)]()[_0x354812(0x220)](_0x354812(0x20d))||_0x4f3ec0[_0x354812(0x1ed)]()[_0x354812(0x220)](_0x354812(0x240)),_0x2f5f00=_0xffc405[_0x354812(0x140)]?.['metadata']?.[_0x354812(0x1f4)],_0x305b1e=_0xffc405[_0x354812(0x14f)][0x0];reportMorphError({'error_message':_0x4f3ec0,'error_type':_0x4d856f?_0x354812(0x1fd):_0x305b1e?.[_0x354812(0x1a1)]?.[_0x354812(0x172)]||_0x354812(0x1d2),'context':{'tool':_0x354812(0x249),'repo_path':_0x5a03e0[_0x354812(0x1eb)][_0x354812(0x1ad)],'query':_0x5a03e0[_0x354812(0x1eb)][_0x354812(0x16e)],'model':_0x354812(0x155),'termination_reason':_0xffc405[_0x354812(0x15d)],'error_count':_0xffc405[_0x354812(0x14f)][_0x354812(0x1b7)],'is_timeout':_0x4d856f,'timings':_0xffc405['timings'],'files_attempted':_0x2f5f00?.[_0x354812(0x250)](_0x41dfd7=>({'path':_0x41dfd7[_0x354812(0x1ae)],'lines':_0x41dfd7[_0x354812(0x169)]})),'tool_calls':_0x300a4c(_0xffc405[_0x354812(0x158)]),'messages':_0xffc405[_0x354812(0x158)]?.['map'](_0x3dec27=>({'role':_0x3dec27[_0x354812(0x197)],'content':_0x3dec27[_0x354812(0x18b)]})),'request_content':{'query':_0x5a03e0['data'][_0x354812(0x16e)],'repo_path':_0x5a03e0[_0x354812(0x1eb)][_0x354812(0x1ad)],'repoRoot':a0_0x4e5b94[_0x354812(0x1f5)](_0x5a03e0[_0x354812(0x1eb)]['repo_path']),'model':_0x354812(0x155)}},'stack_trace':_0x305b1e?.[_0x354812(0x24f)]||undefined,'source':_0x354812(0x1df)})[_0x354812(0x1cf)](()=>{});}else _0x26033e=_0x354812(0x184);}return{'content':[{'type':_0x354812(0x161),'text':_0x26033e}]};}catch(_0x188c77){const _0x478521=_0x188c77 instanceof Error?_0x188c77[_0x354812(0x1aa)]:String(_0x188c77),_0x18b302=_0x478521['toLowerCase']()['includes'](_0x354812(0x182))||_0x478521[_0x354812(0x1ed)]()['includes'](_0x354812(0x20d))||_0x478521[_0x354812(0x1ed)]()[_0x354812(0x220)]('etimedout')||_0x188c77 instanceof Error&&_0x188c77[_0x354812(0x172)]==='TimeoutError';return reportMorphError({'error_message':_0x478521,'error_type':_0x18b302?_0x354812(0x1fd):_0x188c77 instanceof Error?_0x188c77['constructor'][_0x354812(0x172)]:'UnknownError','context':{'tool':'warpgrep_codebase_search','repo_path':_0x5a03e0['data'][_0x354812(0x1ad)],'query':_0x5a03e0[_0x354812(0x1eb)]['search_string'],'model':_0x354812(0x155),'is_timeout':_0x18b302,'exception_phase':_0x354812(0x162),'request_content':{'query':_0x5a03e0[_0x354812(0x1eb)][_0x354812(0x16e)],'repo_path':_0x5a03e0[_0x354812(0x1eb)]['repo_path'],'repoRoot':a0_0x4e5b94['resolve'](_0x5a03e0[_0x354812(0x1eb)]['repo_path']),'model':_0x354812(0x155)}},'stack_trace':_0x188c77 instanceof Error?_0x188c77[_0x354812(0x24f)]:undefined,'source':_0x354812(0x1df)})[_0x354812(0x1cf)](()=>{}),{'content':[{'type':_0x354812(0x161),'text':_0x354812(0x221)+_0x478521}],'isError':![]};}}case _0x354812(0x141):{const _0xe86e55=WarpGrepGitHubArgsSchema[_0x354812(0x252)](_0x25da76);if(!_0xe86e55[_0x354812(0x16a)])return{'content':[{'type':_0x354812(0x161),'text':_0x354812(0x1e1)+_0xe86e55[_0x354812(0x241)]}],'isError':!![]};const _0xb12771=_0xe86e55[_0x354812(0x1eb)][_0x354812(0x174)]||_0xe86e55[_0x354812(0x1eb)][_0x354812(0x224)];if(!_0xb12771)return{'content':[{'type':'text','text':_0x354812(0x1bc)}],'isError':!![]};const _0x26af1b=MORPH_API_KEY;if(!_0x26af1b)throw new Error(_0x354812(0x23a));const _0x3791ea=Date[_0x354812(0x1c4)]();console['error'](_0x354812(0x1bd)+_0xb12771+_0x354812(0x203)+_0xe86e55[_0x354812(0x1eb)][_0x354812(0x16e)]+'\x22');try{const _0x28a8c7=new WarpGrepClient({'morphApiKey':_0x26af1b,'morphApiUrl':MORPH_API_URL,'timeout':MORPH_WARP_GREP_TIMEOUT}),_0x530527=await _0x28a8c7[_0x354812(0x237)]({'query':_0xe86e55[_0x354812(0x1eb)]['search_string'],'github':_0xb12771,'branch':_0xe86e55[_0x354812(0x1eb)][_0x354812(0x200)]}),_0x2f2cd6=Date[_0x354812(0x1c4)]()-_0x3791ea;console[_0x354812(0x241)](_0x354812(0x204)+_0x2f2cd6+_0x354812(0x1d9)+_0x530527['success']);const _0x137351=formatResult(_0x530527);return{'content':[{'type':_0x354812(0x161),'text':_0x137351}]};}catch(_0x6bcaf0){const _0x848e61=Date[_0x354812(0x1c4)]()-_0x3791ea,_0x18f89d=_0x6bcaf0 instanceof Error?_0x6bcaf0[_0x354812(0x1aa)]:String(_0x6bcaf0);return console['error'](_0x354812(0x1f9)+_0x848e61+_0x354812(0x196),_0x18f89d),reportMorphError({'error_message':_0x18f89d,'error_type':_0x6bcaf0 instanceof Error?_0x6bcaf0[_0x354812(0x1a1)][_0x354812(0x172)]:_0x354812(0x1a4),'context':{'tool':'warpgrep_github_search','github_url':_0xb12771,'search_string':_0xe86e55[_0x354812(0x1eb)]['search_string'],'branch':_0xe86e55[_0x354812(0x1eb)][_0x354812(0x200)]},'stack_trace':_0x6bcaf0 instanceof Error?_0x6bcaf0[_0x354812(0x24f)]:undefined,'source':_0x354812(0x1df),'tool':_0x354812(0x141),'latency_ms':_0x848e61})[_0x354812(0x1cf)](()=>{}),{'content':[{'type':_0x354812(0x161),'text':'GitHub\x20search\x20failed:\x20'+_0x18f89d}],'isError':![]};}}case _0x354812(0x21c):{const _0x4997d4=CodebaseSearchArgsSchema['safeParse'](_0x25da76);if(!_0x4997d4[_0x354812(0x16a)])return{'content':[{'type':_0x354812(0x161),'text':_0x354812(0x1e1)+_0x4997d4['error']}],'isError':!![]};try{const _0x34b29d=MORPH_API_KEY;if(!_0x34b29d)throw new Error(_0x354812(0x1fe));const _0x240fab=_0x4997d4[_0x354812(0x1eb)][_0x354812(0x17e)],_0x4a141f=await executeCodebaseSearch({'query':_0x4997d4[_0x354812(0x1eb)][_0x354812(0x21b)],'target_directories':_0x240fab,'limit':_0x4997d4[_0x354812(0x1eb)]['limit']},{'apiKey':_0x34b29d,'repoId':_0x4997d4[_0x354812(0x1eb)][_0x354812(0x146)],'branch':_0x4997d4[_0x354812(0x1eb)]['branch'],'commitHash':_0x4997d4[_0x354812(0x1eb)][_0x354812(0x1e8)],'debug':![]});if(!_0x4a141f[_0x354812(0x16a)])return{'content':[{'type':'text','text':'Search\x20failed:\x20'+_0x4a141f['error']}],'isError':!![]};const _0x16e1a0=_0x4a141f['results'][_0x354812(0x1b7)]===0x0?_0x354812(0x152)+_0x4997d4[_0x354812(0x1eb)][_0x354812(0x21b)]+'\x22':_0x354812(0x183)+_0x4a141f[_0x354812(0x23c)]['length']+_0x354812(0x19f)+_0x4a141f['stats'][_0x354812(0x235)]+_0x354812(0x20c)+_0x4a141f['results'][_0x354812(0x250)]((_0x1c6c66,_0x5c7e48)=>_0x5c7e48+0x1+'.\x20'+_0x1c6c66['filepath']+'\x20('+(_0x1c6c66[_0x354812(0x147)]*0x64)[_0x354812(0x217)](0x1)+_0x354812(0x14d)+(_0x354812(0x228)+_0x1c6c66['startLine']+'-'+_0x1c6c66[_0x354812(0x15e)]+'\x0a')+(_0x354812(0x1da)+_0x1c6c66[_0x354812(0x18b)][_0x354812(0x1f2)](0x0,0xc8)+(_0x1c6c66[_0x354812(0x18b)]['length']>0xc8?'...':'')+'\x0a'))[_0x354812(0x1dc)]('\x0a');return{'content':[{'type':_0x354812(0x161),'text':_0x16e1a0}]};}catch(_0x353584){const _0x2dac6e=_0x353584 instanceof Error?_0x353584['message']:String(_0x353584);return reportMorphError({'error_message':_0x2dac6e,'error_type':_0x353584 instanceof Error?_0x353584[_0x354812(0x1a1)][_0x354812(0x172)]:_0x354812(0x1a4),'context':{'tool':_0x354812(0x21c),'query':_0x4997d4[_0x354812(0x1eb)][_0x354812(0x21b)],'repo_id':_0x4997d4[_0x354812(0x1eb)]['repoId'],'target_directories':_0x4997d4['data'][_0x354812(0x17e)]},'stack_trace':_0x353584 instanceof Error?_0x353584[_0x354812(0x24f)]:undefined,'source':_0x354812(0x1df)})[_0x354812(0x1cf)](()=>{}),{'content':[{'type':_0x354812(0x161),'text':_0x354812(0x1c7)+_0x2dac6e}],'isError':!![]};}}default:throw new Error(_0x354812(0x233)+_0x4c096b);}}catch(_0x16448c){const _0x21537f=_0x16448c instanceof Error?_0x16448c['message']:String(_0x16448c);return reportMorphError({'error_message':_0x21537f,'error_type':_0x16448c instanceof Error?_0x16448c['constructor'][_0x354812(0x172)]:_0x354812(0x1a4),'context':{'tool':name,'arguments':args?JSON[_0x354812(0x170)](args)[_0x354812(0x1f2)](0x0,0x1f4):undefined,'mcp_server_version':'0.2.0'},'stack_trace':_0x16448c instanceof Error?_0x16448c[_0x354812(0x24f)]:undefined,'source':_0x354812(0x1df)})[_0x354812(0x1cf)](()=>{}),{'content':[{'type':'text','text':_0x354812(0x1c7)+_0x21537f}],'isError':!![]};}});async function updateAllowedDirectoriesFromRoots(_0x66e157){const _0x47266a=a0_0x21b290,_0x3242a5=await getValidRootDirectories(_0x66e157);if(_0x3242a5['length']>0x0)allowedDirectories=[..._0x3242a5],console[_0x47266a(0x241)](_0x47266a(0x232)+_0x3242a5[_0x47266a(0x1b7)]+'\x20valid\x20directories');else{console['error']('No\x20valid\x20root\x20directories\x20provided\x20by\x20client');if(ENABLE_WORKSPACE_MODE)try{const _0x30d58a=await detectWorkspaceRoot(WORKSPACE_ROOT);_0x30d58a&&(allowedDirectories=[_0x30d58a],console[_0x47266a(0x241)](_0x47266a(0x18e)+_0x30d58a));}catch(_0x52988c){console['error'](_0x47266a(0x1c6)+_0x52988c);}}}server[a0_0x21b290(0x1e2)](RootsListChangedNotificationSchema,async()=>{const _0x2a0661=a0_0x21b290;try{const _0x3167a9=await server['listRoots']();_0x3167a9&&_0x2a0661(0x1b1)in _0x3167a9&&await updateAllowedDirectoriesFromRoots(_0x3167a9[_0x2a0661(0x1b1)]);}catch(_0xb52f46){console[_0x2a0661(0x241)]('Failed\x20to\x20request\x20roots\x20from\x20client:',_0xb52f46 instanceof Error?_0xb52f46['message']:String(_0xb52f46));}}),server[a0_0x21b290(0x1b4)]=async()=>{const _0x150dae=a0_0x21b290,_0x165bfd=server[_0x150dae(0x186)]();if(_0x165bfd?.[_0x150dae(0x1b1)])try{const _0x220df4=await server[_0x150dae(0x178)]();_0x220df4&&'roots'in _0x220df4?await updateAllowedDirectoriesFromRoots(_0x220df4[_0x150dae(0x1b1)]):console['error']('Client\x20returned\x20no\x20roots\x20set,\x20keeping\x20current\x20settings');}catch(_0x5dfede){console['error']('Failed\x20to\x20request\x20initial\x20roots\x20from\x20client:',_0x5dfede instanceof Error?_0x5dfede[_0x150dae(0x1aa)]:String(_0x5dfede));}else{if(allowedDirectories[_0x150dae(0x1b7)]>0x0)console[_0x150dae(0x241)](_0x150dae(0x1e9),allowedDirectories);else{if(ENABLE_WORKSPACE_MODE)console[_0x150dae(0x241)]('Client\x20does\x20not\x20support\x20MCP\x20Roots,\x20using\x20workspace\x20mode');else throw new Error(_0x150dae(0x185));}}};async function runServer(){const _0x36e41f=a0_0x21b290,_0x94e925=new StdioServerTransport();await server[_0x36e41f(0x1ec)](_0x94e925),console['error']('Secure\x20MCP\x20Filesystem\x20Server\x20running\x20on\x20stdio'),allowedDirectories[_0x36e41f(0x1b7)]===0x0&&console[_0x36e41f(0x241)]('Started\x20without\x20allowed\x20directories\x20-\x20waiting\x20for\x20client\x20to\x20provide\x20roots\x20via\x20MCP\x20protocol');}runServer()['catch'](_0x48d721=>{const _0x52c5b9=a0_0x21b290;console[_0x52c5b9(0x241)](_0x52c5b9(0x1b3),_0x48d721),process[_0x52c5b9(0x166)](0x1);});
|
package/dist/path-utils.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
function a1_0x2d32(){const _0x1ad9b0=['5068848VjKSTb','normalize','join','/mnt/','substring','startsWith','match','3zNQzKk','194415oIjobJ','3012226sIaBmh','toUpperCase','test','2168166GZsUUz','charAt','3711150HYgXFt','slice','replace','5079992xlmPIU','7178200SiyvXn'];a1_0x2d32=function(){return _0x1ad9b0;};return a1_0x2d32();}(function(_0x4c51eb,_0x33a8f0){const _0x5cb085=a1_0x3483,_0x3bfa18=_0x4c51eb();while(!![]){try{const _0x3e93a0=-parseInt(_0x5cb085(0x143))/0x1+parseInt(_0x5cb085(0x136))/0x2+-parseInt(_0x5cb085(0x142))/0x3*(-parseInt(_0x5cb085(0x139))/0x4)+-parseInt(_0x5cb085(0x13a))/0x5+-parseInt(_0x5cb085(0x147))/0x6+parseInt(_0x5cb085(0x144))/0x7+-parseInt(_0x5cb085(0x13b))/0x8;if(_0x3e93a0===_0x33a8f0)break;else _0x3bfa18['push'](_0x3bfa18['shift']());}catch(_0x21f6a9){_0x3bfa18['push'](_0x3bfa18['shift']());}}}(a1_0x2d32,0xe3435));import a1_0x48c85c from'path';function a1_0x3483(_0x53d9b0,_0x1568f7){_0x53d9b0=_0x53d9b0-0x135;const _0x2d321e=a1_0x2d32();let _0x3483bc=_0x2d321e[_0x53d9b0];return _0x3483bc;}import a1_0x16152c from'os';export function convertToWindowsPath(_0x334f19){const _0x4ece73=a1_0x3483;if(_0x334f19[_0x4ece73(0x140)](_0x4ece73(0x13e))){const _0x3d4cac=_0x334f19[_0x4ece73(0x135)](0x5)[_0x4ece73(0x145)](),_0x1e7ed8=_0x334f19[_0x4ece73(0x137)](0x6)['replace'](/\//g,'\x5c');return _0x3d4cac+':'+_0x1e7ed8;}if(_0x334f19[_0x4ece73(0x141)](/^\/[a-zA-Z]\//)){const _0x3e06a9=_0x334f19[_0x4ece73(0x135)](0x1)[_0x4ece73(0x145)](),_0x5e8b04=_0x334f19[_0x4ece73(0x137)](0x2)[_0x4ece73(0x138)](/\//g,'\x5c');return _0x3e06a9+':'+_0x5e8b04;}if(_0x334f19[_0x4ece73(0x141)](/^[a-zA-Z]:/))return _0x334f19[_0x4ece73(0x138)](/\//g,'\x5c');return _0x334f19;}export function normalizePath(_0x21ffb2){const _0x255466=a1_0x3483;_0x21ffb2=_0x21ffb2['trim']()[_0x255466(0x138)](/^["']|["']$/g,'');const _0x257cd2=_0x21ffb2[_0x255466(0x140)]('/')&&!_0x21ffb2[_0x255466(0x141)](/^\/mnt\/[a-z]\//i)&&!_0x21ffb2[_0x255466(0x141)](/^\/[a-zA-Z]\//);if(_0x257cd2)return _0x21ffb2[_0x255466(0x138)](/\/+/g,'/')['replace'](/\/+$/,'');_0x21ffb2=convertToWindowsPath(_0x21ffb2);if(_0x21ffb2[_0x255466(0x140)]('\x5c\x5c')){let _0x53e5c7=_0x21ffb2;_0x53e5c7=_0x53e5c7[_0x255466(0x138)](/^\\{2,}/,'\x5c\x5c');const _0x21800c=_0x53e5c7[_0x255466(0x13f)](0x2)[_0x255466(0x138)](/\\\\/g,'\x5c');_0x21ffb2='\x5c\x5c'+_0x21800c;}else _0x21ffb2=_0x21ffb2[_0x255466(0x138)](/\\\\/g,'\x5c');let _0x3559db=a1_0x48c85c[_0x255466(0x13c)](_0x21ffb2);_0x21ffb2[_0x255466(0x140)]('\x5c\x5c')&&!_0x3559db['startsWith']('\x5c\x5c')&&(_0x3559db='\x5c'+_0x3559db);if(_0x3559db[_0x255466(0x141)](/^[a-zA-Z]:/)){let _0x410f32=_0x3559db[_0x255466(0x138)](/\//g,'\x5c');return/^[a-z]:/[_0x255466(0x146)](_0x410f32)&&(_0x410f32=_0x410f32[_0x255466(0x135)](0x0)[_0x255466(0x145)]()+_0x410f32[_0x255466(0x137)](0x1)),_0x410f32;}return _0x3559db[_0x255466(0x138)](/\//g,'\x5c');}export function expandHome(_0x444e56){const _0x1769c5=a1_0x3483;if(_0x444e56[_0x1769c5(0x140)]('~/')||_0x444e56==='~')return a1_0x48c85c[_0x1769c5(0x13d)](a1_0x16152c['homedir'](),_0x444e56[_0x1769c5(0x137)](0x1));return _0x444e56;}
|
package/dist/path-validation.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(_0x513130,_0x41ea89){const _0x283b00=a2_0x404a,_0x19ea7b=_0x513130();while(!![]){try{const _0x82320d=-parseInt(_0x283b00(0x19e))/0x1*(parseInt(_0x283b00(0x1a2))/0x2)+-parseInt(_0x283b00(0x1a0))/0x3+-parseInt(_0x283b00(0x198))/0x4+-parseInt(_0x283b00(0x1a1))/0x5+-parseInt(_0x283b00(0x1a3))/0x6+parseInt(_0x283b00(0x1a4))/0x7*(-parseInt(_0x283b00(0x194))/0x8)+parseInt(_0x283b00(0x195))/0x9;if(_0x82320d===_0x41ea89)break;else _0x19ea7b['push'](_0x19ea7b['shift']());}catch(_0x1066be){_0x19ea7b['push'](_0x19ea7b['shift']());}}}(a2_0x4a2b,0xd89dd));import a2_0x5ac9ae from'path';export function isPathWithinAllowedDirectories(_0x25ee0c,_0x51055c){const _0x7262d0=a2_0x404a;if(typeof _0x25ee0c!=='string'||!Array[_0x7262d0(0x196)](_0x51055c))return![];if(!_0x25ee0c||_0x51055c[_0x7262d0(0x193)]===0x0)return![];if(_0x25ee0c[_0x7262d0(0x197)]('\x00'))return![];let _0x2ef904;try{_0x2ef904=a2_0x5ac9ae[_0x7262d0(0x19c)](a2_0x5ac9ae[_0x7262d0(0x19d)](_0x25ee0c));}catch{return![];}if(!a2_0x5ac9ae['isAbsolute'](_0x2ef904))throw new Error(_0x7262d0(0x19a));return _0x51055c[_0x7262d0(0x192)](_0x1acbbb=>{const _0x4b312c=_0x7262d0;if(typeof _0x1acbbb!==_0x4b312c(0x19b)||!_0x1acbbb)return![];if(_0x1acbbb['includes']('\x00'))return![];let _0x8dd719;try{_0x8dd719=a2_0x5ac9ae['resolve'](a2_0x5ac9ae[_0x4b312c(0x19d)](_0x1acbbb));}catch{return![];}if(!a2_0x5ac9ae['isAbsolute'](_0x8dd719))throw new Error(_0x4b312c(0x199));if(_0x2ef904===_0x8dd719)return!![];if(_0x8dd719===a2_0x5ac9ae[_0x4b312c(0x19f)])return _0x2ef904[_0x4b312c(0x1a5)](a2_0x5ac9ae[_0x4b312c(0x19f)]);return _0x2ef904[_0x4b312c(0x1a5)](_0x8dd719+a2_0x5ac9ae[_0x4b312c(0x19f)]);});}function a2_0x404a(_0x3882fc,_0x2fd872){_0x3882fc=_0x3882fc-0x192;const _0x4a2b36=a2_0x4a2b();let _0x404a2f=_0x4a2b36[_0x3882fc];return _0x404a2f;}function a2_0x4a2b(){const _0x378e7f=['sep','2204373UatszG','3988300WPUReh','2RXjBsl','2700090IBxEbp','1442LcrGeD','startsWith','some','length','11656cIKyvj','57611412UVOqsN','isArray','includes','6846784wcSZKH','Allowed\x20directories\x20must\x20be\x20absolute\x20paths\x20after\x20normalization','Path\x20must\x20be\x20absolute\x20after\x20normalization','string','resolve','normalize','1519703pauXqF'];a2_0x4a2b=function(){return _0x378e7f;};return a2_0x4a2b();}
|
package/dist/roots-utils.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(_0x5f0108,_0x7e2f5e){const _0x562a76=a3_0x20c6,_0x562ee8=_0x5f0108();while(!![]){try{const _0x18fd9c=parseInt(_0x562a76(0x1d7))/0x1*(parseInt(_0x562a76(0x1d6))/0x2)+parseInt(_0x562a76(0x1d1))/0x3+-parseInt(_0x562a76(0x1db))/0x4*(-parseInt(_0x562a76(0x1d4))/0x5)+parseInt(_0x562a76(0x1cc))/0x6*(-parseInt(_0x562a76(0x1de))/0x7)+-parseInt(_0x562a76(0x1d8))/0x8+-parseInt(_0x562a76(0x1dc))/0x9+parseInt(_0x562a76(0x1e1))/0xa*(-parseInt(_0x562a76(0x1e2))/0xb);if(_0x18fd9c===_0x7e2f5e)break;else _0x562ee8['push'](_0x562ee8['shift']());}catch(_0xc62330){_0x562ee8['push'](_0x562ee8['shift']());}}}(a3_0x4ff9,0x86b0f));import{promises as a3_0x1396f7}from'fs';import a3_0x249431 from'path';function a3_0x4ff9(){const _0x4a890a=['2640777rVUTTX','non-directory\x20root','invalid\x20path\x20or\x20inaccessible','535QEPlvr','resolve','694378gaMVip','1XLtQrv','2260432QXGdFi','\x20due\x20to\x20error:\x20','isDirectory','38412LjqiiU','6658326yIKnpu','push','49826jxuPze','uri','realpath','20jORJki','3510089BdatsC','error','36SStYtf','Skipping\x20','join','message','slice'];a3_0x4ff9=function(){return _0x4a890a;};return a3_0x4ff9();}import a3_0x1d0e15 from'os';import{normalizePath}from'./path-utils.js';async function parseRootUri(_0x5709bb){const _0x4ca7b2=a3_0x20c6;try{const _0x56ae98=_0x5709bb['startsWith']('file://')?_0x5709bb[_0x4ca7b2(0x1d0)](0x7):_0x5709bb,_0x57a0ee=_0x56ae98['startsWith']('~/')||_0x56ae98==='~'?a3_0x249431[_0x4ca7b2(0x1ce)](a3_0x1d0e15['homedir'](),_0x56ae98[_0x4ca7b2(0x1d0)](0x1)):_0x56ae98,_0x432bb3=a3_0x249431[_0x4ca7b2(0x1d5)](_0x57a0ee),_0x5a6c67=await a3_0x1396f7[_0x4ca7b2(0x1e0)](_0x432bb3);return normalizePath(_0x5a6c67);}catch{return null;}}function formatDirectoryError(_0x4562c9,_0x49494b,_0x32c200){const _0x4d3a1b=a3_0x20c6;if(_0x32c200)return _0x4d3a1b(0x1cd)+_0x32c200+':\x20'+_0x4562c9;const _0x2ae17f=_0x49494b instanceof Error?_0x49494b[_0x4d3a1b(0x1cf)]:String(_0x49494b);return'Skipping\x20invalid\x20directory:\x20'+_0x4562c9+_0x4d3a1b(0x1d9)+_0x2ae17f;}function a3_0x20c6(_0x3fb14d,_0x3fedb4){_0x3fb14d=_0x3fb14d-0x1cc;const _0x4ff9d7=a3_0x4ff9();let _0x20c6cf=_0x4ff9d7[_0x3fb14d];return _0x20c6cf;}export async function getValidRootDirectories(_0x2595d4){const _0x25780d=a3_0x20c6,_0x42f8bc=[];for(const _0x11762d of _0x2595d4){const _0x40a1bc=await parseRootUri(_0x11762d[_0x25780d(0x1df)]);if(!_0x40a1bc){console['error'](formatDirectoryError(_0x11762d['uri'],undefined,_0x25780d(0x1d3)));continue;}try{const _0x1d040a=await a3_0x1396f7['stat'](_0x40a1bc);_0x1d040a[_0x25780d(0x1da)]()?_0x42f8bc[_0x25780d(0x1dd)](_0x40a1bc):console[_0x25780d(0x1e3)](formatDirectoryError(_0x40a1bc,undefined,_0x25780d(0x1d2)));}catch(_0x1c5ae0){console[_0x25780d(0x1e3)](formatDirectoryError(_0x40a1bc,_0x1c5ae0));}}return _0x42f8bc;}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@morphllm/morphmcp",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.114",
|
|
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)",
|