UNPKG
@r-huijts/opentk-mcp
Version:
latest (1.0.17)
1.0.17
1.0.15
1.0.12
1.0.11
1.0.9
1.0.8
1.0.7
MCP server for Dutch parliamentary data access via OpenTK
@r-huijts/opentk-mcp
/
src
/
config.ts
7 lines
(5 loc)
•
130 B
text/typescript
View Raw
1
2
3
4
5
6
7
/** * Configuration for the API service */
// Base URL for the tkconv API
export
const
BASE_URL =
'https://berthub.eu/tkconv'
;