@laststance/electron-mcp-server 1.6.0 → 1.6.1
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/dist/index.js.map +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -5908,7 +5908,7 @@ async function handleToolCall(request) {
|
|
|
5908
5908
|
|
|
5909
5909
|
|
|
5910
5910
|
|
|
5911
|
-
(0,external_dotenv_namespaceObject.config)();
|
|
5911
|
+
(0,external_dotenv_namespaceObject.config)({ quiet: true });
|
|
5912
5912
|
// Create MCP server instance
|
|
5913
5913
|
const server = new Server({
|
|
5914
5914
|
name: 'electron-mcp-server',
|