UNPKG

@r-huijts/opentk-mcp

Version:

MCP server for Dutch parliamentary data access via OpenTK

9 lines 262 B
"use strict"; /** * Configuration for the API service */ Object.defineProperty(exports, "__esModule", { value: true }); exports.BASE_URL = void 0; // Base URL for the tkconv API exports.BASE_URL = 'https://berthub.eu/tkconv'; //# sourceMappingURL=config.js.map