HI,
thanks for your great work and thank for fixing the other issue :-)
I try to install the MCP within a VSCOde/Cline/Roo Enviroment and i always get the error
MCP error -32000: Unknown method: initialize
The
npm install
npm run build
runs without any issues
my mcp_stttings are this
woocommerce": { "disabled": false, "timeout": 60, "command": "node", "args": [ "C:/Users/micha/Programmierung/agentur/servers/woocommerce-mcp-server/build/index.js" ], "env": { "WORDPRESS_SITE_URL": "https://my.domain", "WOOCOMMERCE_CONSUMER_KEY": "my_key", "WOOCOMMERCE_CONSUMER_SECRET": "my_secret", "WORDPRESS_USERNAME": "my_username", "WORDPRESS_PASSWORD": "my_app_pw" }, "transportType": "stdio"
Thanks a lot for your work
Mike