Redmine MCP Server Documentation - v0.1.0
    Preparing search index...

    Interface RedmineClientConfig

    Configuration for the Redmine HTTP client

    interface RedmineClientConfig {
        apiKey: string;
        baseUrl: string;
        timeout: number;
    }
    Index

    Properties

    apiKey: string
    baseUrl: string
    timeout: number