polydev-ai 1.8.27 → 1.8.28

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.
@@ -848,7 +848,9 @@ class StdioMCPWrapper {
848
848
  max_tokens: args.max_tokens || 20000
849
849
  };
850
850
 
851
- const response = await fetch(`${this.serverUrl.replace('/mcp', '')}/api/mcp/report-cli-results`, {
851
+ // serverUrl is 'https://www.polydev.ai/api/mcp'
852
+ // We need 'https://www.polydev.ai/api/mcp/report-cli-results'
853
+ const response = await fetch(`${this.serverUrl}/report-cli-results`, {
852
854
  method: 'POST',
853
855
  headers: {
854
856
  'Authorization': `Bearer ${this.userToken}`,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "polydev-ai",
3
- "version": "1.8.27",
3
+ "version": "1.8.28",
4
4
  "description": "Agentic workflow assistant with CLI integration - get diverse perspectives from multiple LLMs when stuck or need enhanced reasoning",
5
5
  "keywords": [
6
6
  "mcp",