Thin re-export barrel — preserves the legacy
from '../types/mcp.js' import path while the underlying type definitions
live in dedicated bounded-context sub-modules:
./mcp/client.ts — MCP client transport (JSON-RPC, options, results)
./mcp/ep-tools.ts — European-Parliament MCP one-shot tool option / result shapes
./mcp/ep-feeds.ts — EP API v2 sliding/fixed-window feed endpoint options
Consumers SHOULD import from ../types/index.js instead — this file
exists for backwards compatibility only and may be removed in a
follow-up refactor once all direct importers are migrated.
Description
Thin re-export barrel — preserves the legacy
from '../types/mcp.js'import path while the underlying type definitions live in dedicated bounded-context sub-modules:generateReportoptionsConsumers SHOULD import from
../types/index.jsinstead — this file exists for backwards compatibility only and may be removed in a follow-up refactor once all direct importers are migrated.