Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Hack23/European-Parliament-MCP-Server
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.1.23
Choose a base ref
...
head repository: Hack23/European-Parliament-MCP-Server
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.1.24
Choose a head ref
  • 16 commits
  • 1,791 files changed
  • 4 contributors

Commits on Apr 2, 2026

  1. Configuration menu
    Copy the full SHA
    73720ec View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2026

  1. chore(deps-dev): bump the development-dependencies group with 2 updates

    Bumps the development-dependencies group with 2 updates: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) and [knip](https://github.com/webpro-nl/knip/tree/HEAD/packages/knip).
    
    
    Updates `@types/node` from 25.5.0 to 25.5.2
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    Updates `knip` from 6.2.0 to 6.3.0
    - [Release notes](https://github.com/webpro-nl/knip/releases)
    - [Commits](https://github.com/webpro-nl/knip/commits/knip@6.3.0/packages/knip)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/node"
      dependency-version: 25.5.2
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: development-dependencies
    - dependency-name: knip
      dependency-version: 6.3.0
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: development-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Apr 3, 2026
    Configuration menu
    Copy the full SHA
    fc39cc5 View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump undici in the production-dependencies group

    Bumps the production-dependencies group with 1 update: [undici](https://github.com/nodejs/undici).
    
    
    Updates `undici` from 8.0.0 to 8.0.1
    - [Release notes](https://github.com/nodejs/undici/releases)
    - [Commits](nodejs/undici@v8.0.0...v8.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: undici
      dependency-version: 8.0.1
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: production-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Apr 3, 2026
    Configuration menu
    Copy the full SHA
    393ebd1 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #273 from Hack23/dependabot/npm_and_yarn/developme…

    …nt-dependencies-4eb8fb6b00
    
    chore(deps-dev): bump the development-dependencies group with 2 updates
    pethers authored Apr 3, 2026
    Configuration menu
    Copy the full SHA
    ce0aa9c View commit details
    Browse the repository at this point in the history
  4. Merge pull request #274 from Hack23/dependabot/npm_and_yarn/productio…

    …n-dependencies-03f0fa073c
    
    chore(deps): bump undici from 8.0.0 to 8.0.1 in the production-dependencies group
    pethers authored Apr 3, 2026
    Configuration menu
    Copy the full SHA
    0de4f0b View commit details
    Browse the repository at this point in the history
  5. Improve test coverage: add real EP API v2 response shape tests, fix g…

    …etSpeeches speechId branch, add feed startDate branch coverage
    
    Agent-Logs-Url: https://github.com/Hack23/European-Parliament-MCP-Server/sessions/b1e066e8-5867-4b0d-bec6-62b4d42b40f6
    
    Co-authored-by: pethers <1726836+pethers@users.noreply.github.com>
    Copilot and pethers authored Apr 3, 2026
    Configuration menu
    Copy the full SHA
    e824cb8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a958167 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1c73a8e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f1b5d3f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2f3ad5d View commit details
    Browse the repository at this point in the history
  10. Fix remaining untyped catch blocks in src/index.ts and correlateIntel…

    …ligence.ts
    
    Agent-Logs-Url: https://github.com/Hack23/European-Parliament-MCP-Server/sessions/3b0d250a-2229-4977-9e0e-d418ade90736
    
    Co-authored-by: pethers <1726836+pethers@users.noreply.github.com>
    Copilot and pethers authored Apr 3, 2026
    Configuration menu
    Copy the full SHA
    8ae12cc View commit details
    Browse the repository at this point in the history
  11. Use toErrorMessage() instead of unsafe (error as Error).message cast …

    …in correlateIntelligence.ts
    
    Agent-Logs-Url: https://github.com/Hack23/European-Parliament-MCP-Server/sessions/b847397f-df79-4972-bbd0-a77f153f83bb
    
    Co-authored-by: pethers <1726836+pethers@users.noreply.github.com>
    Copilot and pethers authored Apr 3, 2026
    Configuration menu
    Copy the full SHA
    9fc0aa1 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    d52cf2c View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    09cccd1 View commit details
    Browse the repository at this point in the history
  14. Merge pull request #275 from Hack23/copilot/analyse-eu-parl-output

    Improve test coverage, error handling consistency, and schema validation
    pethers authored Apr 3, 2026
    Configuration menu
    Copy the full SHA
    f7bc4bd View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    1975239 View commit details
    Browse the repository at this point in the history
Loading