heyatlas 1.9.2 → 1.9.3
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/cli.js +1 -1
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -52453,7 +52453,7 @@ var SMITH_OPENCODE_JSONC = `{
|
|
|
52453
52453
|
"python-docx",
|
|
52454
52454
|
"python",
|
|
52455
52455
|
"-c",
|
|
52456
|
-
"from camel.toolkits import
|
|
52456
|
+
"from camel.toolkits import FileWriteToolkit; FileWriteToolkit(working_directory=\\"\${WORKING_DIRECTORY}\\").run_mcp_server(mode=\\"stdio\\")",
|
|
52457
52457
|
],
|
|
52458
52458
|
},
|
|
52459
52459
|
"smith-excel": {
|