-
Notifications
You must be signed in to change notification settings - Fork 8
Comparing changes
Open a pull request
base repository: Hack23/European-Parliament-MCP-Server
base: v1.1.23
head repository: Hack23/European-Parliament-MCP-Server
compare: v1.1.24
- 16 commits
- 1,791 files changed
- 4 contributors
Commits on Apr 2, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 73720ec - Browse repository at this point
Copy the full SHA 73720ecView commit details
Commits on Apr 3, 2026
-
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>
Configuration menu - View commit details
-
Copy full SHA for fc39cc5 - Browse repository at this point
Copy the full SHA fc39cc5View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 393ebd1 - Browse repository at this point
Copy the full SHA 393ebd1View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for ce0aa9c - Browse repository at this point
Copy the full SHA ce0aa9cView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 0de4f0b - Browse repository at this point
Copy the full SHA 0de4f0bView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for e824cb8 - Browse repository at this point
Copy the full SHA e824cb8View commit details -
Add startDate branch coverage for getMEPDeclarationsFeed test
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>
Configuration menu - View commit details
-
Copy full SHA for a958167 - Browse repository at this point
Copy the full SHA a958167View commit details -
Add mepFetcher unit tests with paginated fetching coverage
Agent-Logs-Url: https://github.com/Hack23/European-Parliament-MCP-Server/sessions/39e330f9-4da6-49db-b8bf-a04d5a0f6c2b Co-authored-by: pethers <1726836+pethers@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 1c73a8e - Browse repository at this point
Copy the full SHA 1c73a8eView commit details -
Standardize error handling: add explicit unknown type to all catch bl…
…ocks Agent-Logs-Url: https://github.com/Hack23/European-Parliament-MCP-Server/sessions/39e330f9-4da6-49db-b8bf-a04d5a0f6c2b Co-authored-by: pethers <1726836+pethers@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for f1b5d3f - Browse repository at this point
Copy the full SHA f1b5d3fView commit details -
Add feed schema validation tests and fix knip config hint
Agent-Logs-Url: https://github.com/Hack23/European-Parliament-MCP-Server/sessions/39e330f9-4da6-49db-b8bf-a04d5a0f6c2b Co-authored-by: pethers <1726836+pethers@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 2f3ad5d - Browse repository at this point
Copy the full SHA 2f3ad5dView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 8ae12cc - Browse repository at this point
Copy the full SHA 8ae12ccView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 9fc0aa1 - Browse repository at this point
Copy the full SHA 9fc0aa1View commit details -
Normalize connectError before rethrowing in start() to ensure Error type
Agent-Logs-Url: https://github.com/Hack23/European-Parliament-MCP-Server/sessions/90448ae5-dc13-4e74-a826-c2bafc131d81 Co-authored-by: pethers <1726836+pethers@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d52cf2c - Browse repository at this point
Copy the full SHA d52cf2cView commit details -
Use contextual error message with cause in start() connect failure ha…
…ndler Agent-Logs-Url: https://github.com/Hack23/European-Parliament-MCP-Server/sessions/37414d68-44d1-48d5-9ce3-5e62170189c0 Co-authored-by: pethers <1726836+pethers@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 09cccd1 - Browse repository at this point
Copy the full SHA 09cccd1View commit details -
Merge pull request #275 from Hack23/copilot/analyse-eu-parl-output
Improve test coverage, error handling consistency, and schema validation
Configuration menu - View commit details
-
Copy full SHA for f7bc4bd - Browse repository at this point
Copy the full SHA f7bc4bdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1975239 - Browse repository at this point
Copy the full SHA 1975239View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.1.23...v1.1.24