Documentation

FAQ

Why does the error "Error: spawn uvx ENOENT"occur when calling the tool?

Spawn is a function used to start new processes. This error occurs when trying to start the uvx process but the executable file cannot be found, usually because "uvx" is not installed on the system. You can try entering "uvx" directly in the command line to execute it. If it returns that the command cannot be found, you need to install "uvx".

how to install uvx

Why does the error "Error: MCP error -2: Request timed out" occur?

If this error occurs when enabling the MCP Server, it is because obtaining the server code from the network times out. Usually, you can try increasing UV_HTTP_TIMEOUT, switching DNS or using a proxy to solve it.

If this problem occurs when calling the server, it is generally due to the server calling a network service that has not returned for a long time. If it is not a problem with the third-party service itself, you can also try switching DNS or using a proxy.

How to add MCP Servers

5ire's support for MCP is still in its early stages, and no addition operations are currently available. However, you can customize MCP Servers by editing mcp.json.

The path of mcp.json is generally as follows:

  • Mac:
    ~/Library/Application Support/5ire/mcp.json
  • Windows:
    C:\Users\username\AppData\Roaming\5ire\mcp.json
How to know if the model supports tools?

For models that support tools, the dot before the model name is green; otherwise, it is gray。As shown below.

tools-supported-models
How to use third-party services such as OpenRouter?

Such services are usually compatible with OpenAI's API. Therefore, you can choose OpenAI, set the API Base as the address provided by the service provider, and combine the model mapping feature to map the built-in model to the model you need.

MOD+fGlobal search
MOD+nNew chat
MOD+dDelete current chat
MOD+tToggle sidebar
MOD+,Navigate to Settings
MOD+pNavigate to Prompts
Alt+1Navigate to Tools
Alt+2Navigate to Knowledge
Alt+3Navigate to Bookmarks
MOD+Shift+Go previous chat
MOD+Shift+Go next chat
MOD+Shift+rToggle inspector
MOD+Shift+1Switch model
MOD+Shift+2Apply prompt
MOD+Shift+3Choose knowledge collections
MOD+Shift+4Modify max tokens
MOD+Shift+5Modify temperature
MOD+Shift+6Modify Max Number of context messages
MOD+Shift+7Choose Image

MOD represents the Modifier Key, depending on the operating system:

  • Windows/Linux: It typically refers to the Ctrl key.
  • macOS: It usually refers to the Command key .