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

    Interface RedmineFetchOptions

    Options for making HTTP requests to the Redmine API

    interface RedmineFetchOptions {
        body?: unknown;
        method?: string;
        params?: Record<string, string | number>;
    }
    Index

    Properties

    Properties

    body?: unknown
    method?: string
    params?: Record<string, string | number>