You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue Description\nI'm experiencing intermittent "tool not found" errors when calling the interactive_feedback tool in Lingma IDE. The tool sometimes works correctly, but often fails with a "tool not found" error even though the MCP service is properly configured.\n\n## Environment\n- OS: Windows 24H2\n- IDE: Lingma IDE 0.2.1\n- MCP Service Configuration:\njson\n{\n \"interactive-feedback-mcp\": {\n \"command\": \"uv\",\n \"args\": [\n \"--directory\",\n \"D:/interactive-feedback-mcp\",\n \"run\",\n \"server.py\"\n ],\n \"timeout\": 600,\n \"autoApprove\": [\n \"interactive_feedback\"\n ]\n }\n}\n\n\n## Diagnostic Results\nUsing mcp-fixer, I've confirmed:\n1. The configuration file is syntactically correct\n2. The server status is normal\n3. Dependencies are properly installed\n4. No port conflicts detected\n\n## Expected Behavior\nThe interactive_feedback tool should be consistently available when the MCP service is configured correctly.\n\n## Actual Behavior\nThe tool works intermittently, often failing with "tool not found" errors.\n\n## Additional Context\nThis seems to be related to how the IDE handles on-demand loading of MCP services. The service is implemented as a stdio-based on-demand service, which might be causing timing issues with tool discovery in certain IDEs like Lingma.\n\nAny guidance on how to make the tool consistently available would be greatly appreciated.
Issue Description\nI'm experiencing intermittent "tool not found" errors when calling the
interactive_feedbacktool in Lingma IDE. The tool sometimes works correctly, but often fails with a "tool not found" error even though the MCP service is properly configured.\n\n## Environment\n- OS: Windows 24H2\n- IDE: Lingma IDE 0.2.1\n- MCP Service Configuration:\njson\n{\n \"interactive-feedback-mcp\": {\n \"command\": \"uv\",\n \"args\": [\n \"--directory\",\n \"D:/interactive-feedback-mcp\",\n \"run\",\n \"server.py\"\n ],\n \"timeout\": 600,\n \"autoApprove\": [\n \"interactive_feedback\"\n ]\n }\n}\n\n\n## Diagnostic Results\nUsing mcp-fixer, I've confirmed:\n1. The configuration file is syntactically correct\n2. The server status is normal\n3. Dependencies are properly installed\n4. No port conflicts detected\n\n## Expected Behavior\nTheinteractive_feedbacktool should be consistently available when the MCP service is configured correctly.\n\n## Actual Behavior\nThe tool works intermittently, often failing with "tool not found" errors.\n\n## Additional Context\nThis seems to be related to how the IDE handles on-demand loading of MCP services. The service is implemented as a stdio-based on-demand service, which might be causing timing issues with tool discovery in certain IDEs like Lingma.\n\nAny guidance on how to make the tool consistently available would be greatly appreciated.