@morphllm/morphmcp 0.8.39 → 0.8.40
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/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -993,7 +993,7 @@ server.setRequestHandler(CallToolRequestSchema, async (request) => {
|
|
|
993
993
|
tool: 'warpgrep_codebase_search',
|
|
994
994
|
repo_path: parsed.data.repo_path,
|
|
995
995
|
query: parsed.data.search_string,
|
|
996
|
-
model: 'morph-warp-grep-v1',
|
|
996
|
+
model: 'morph-warp-grep-v1-1111',
|
|
997
997
|
termination_reason: result.terminationReason,
|
|
998
998
|
error_count: result.errors.length,
|
|
999
999
|
is_timeout: isTimeout,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@morphllm/morphmcp",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.40",
|
|
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)",
|