I have the cli and mcp tool installed from releases. I have the plugin and mcp server configured in opencode.json and the sqz.ts in the global opencode plugins directory.
The desktop app indicates the MCP server is loaded, the plug sqz is loaded and another plugin loaded from the sqz.ts file directly
so effectively the plugin is "loaded" twice and then the MCP tool
I get this output in varying forms. If there is more information I can provide, please let me know and I will do my best.
Thank you for your work.
$ SQZ_CMD=cmd cmd /c dotnet build NewNeonCheckers3.sln 2>&1 | C:\Users\itguy.cargo\bin\sqz.exe compress
SQZ_CMD=cmd : The term 'SQZ_CMD=cmd' is not recognized as the name of a cmdlet, function, script file, or operable
program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:1
- SQZ_CMD=cmd cmd /c dotnet build NewNeonCheckers3.sln 2>&1 | C:\Users\ ...
-
+ CategoryInfo : ObjectNotFound: (SQZ_CMD=cmd:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
I have the cli and mcp tool installed from releases. I have the plugin and mcp server configured in opencode.json and the sqz.ts in the global opencode plugins directory.
The desktop app indicates the MCP server is loaded, the plug sqz is loaded and another plugin loaded from the sqz.ts file directly
so effectively the plugin is "loaded" twice and then the MCP tool
I get this output in varying forms. If there is more information I can provide, please let me know and I will do my best.
Thank you for your work.
$ SQZ_CMD=cmd cmd /c dotnet build NewNeonCheckers3.sln 2>&1 | C:\Users\itguy.cargo\bin\sqz.exe compress
SQZ_CMD=cmd : The term 'SQZ_CMD=cmd' is not recognized as the name of a cmdlet, function, script file, or operable
program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:1