Skip to content

Intermittent "tool not found" error when calling interactive_feedback in Lingma IDE #45

@jackyfan01

Description

@jackyfan01

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions