-
Notifications
You must be signed in to change notification settings - Fork 8
Comparing changes
Open a pull request
base repository: bug-ops/mcpls
base: v0.3.4
head repository: bug-ops/mcpls
compare: v0.3.5
- 9 commits
- 5 files changed
- 2 contributors
Commits on Feb 25, 2026
-
deps: bump tempfile from 3.25.0 to 3.26.0 (#60)
Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.25.0 to 3.26.0. - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](https://github.com/Stebalien/tempfile/commits/v3.26.0) --- updated-dependencies: - dependency-name: tempfile dependency-version: 3.26.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for b0b914a - Browse repository at this point
Copy the full SHA b0b914aView commit details -
deps: bump chrono from 0.4.43 to 0.4.44 (#61)
Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.43 to 0.4.44. - [Release notes](https://github.com/chronotope/chrono/releases) - [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md) - [Commits](chronotope/chrono@v0.4.43...v0.4.44) --- updated-dependencies: - dependency-name: chrono dependency-version: 0.4.44 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 75afd1c - Browse repository at this point
Copy the full SHA 75afd1cView commit details
Commits on Mar 4, 2026
-
deps: bump tokio from 1.49.0 to 1.50.0 (#63)
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.49.0 to 1.50.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.49.0...tokio-1.50.0) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.50.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for ad43185 - Browse repository at this point
Copy the full SHA ad43185View commit details
Commits on Mar 11, 2026
-
deps: bump toml from 1.0.3+spec-1.1.0 to 1.0.6+spec-1.1.0 (#66)
Bumps [toml](https://github.com/toml-rs/toml) from 1.0.3+spec-1.1.0 to 1.0.6+spec-1.1.0. - [Commits](toml-rs/toml@toml-v1.0.3...toml-v1.0.6) --- updated-dependencies: - dependency-name: toml dependency-version: 1.0.6+spec-1.1.0 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 7340ad3 - Browse repository at this point
Copy the full SHA 7340ad3View commit details -
deps: bump tempfile from 3.26.0 to 3.27.0 (#64)
Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.26.0 to 3.27.0. - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](Stebalien/tempfile@v3.26.0...v3.27.0) --- updated-dependencies: - dependency-name: tempfile dependency-version: 3.27.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 99ab663 - Browse repository at this point
Copy the full SHA 99ab663View commit details -
deps: bump assert_cmd from 2.1.2 to 2.2.0 (#67)
Bumps [assert_cmd](https://github.com/assert-rs/assert_cmd) from 2.1.2 to 2.2.0. - [Changelog](https://github.com/assert-rs/assert_cmd/blob/master/CHANGELOG.md) - [Commits](assert-rs/assert_cmd@v2.1.2...v2.2.0) --- updated-dependencies: - dependency-name: assert_cmd dependency-version: 2.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 668eb8e - Browse repository at this point
Copy the full SHA 668eb8eView commit details -
deps: bump rmcp from 0.16.0 to 1.1.1
Bumps [rmcp](https://github.com/modelcontextprotocol/rust-sdk) from 0.16.0 to 1.1.1. - [Release notes](https://github.com/modelcontextprotocol/rust-sdk/releases) - [Commits](modelcontextprotocol/rust-sdk@rmcp-v0.16.0...rmcp-v1.1.1) --- updated-dependencies: - dependency-name: rmcp dependency-version: 1.1.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 9caf100 - Browse repository at this point
Copy the full SHA 9caf100View commit details
Commits on Mar 17, 2026
-
fix(rmcp): adapt to non-exhaustive structs in rmcp 1.1.1
rmcp v1.1.1 made ServerInfo and Implementation non-exhaustive, requiring use of constructors instead of struct literals. - Use Implementation::new(name, version) for construction - Use ServerInfo::new(capabilities) for initialization - Set optional fields via field mutations - Remove unused ProtocolVersion import - Update test to remove protocol_version assertion (handled internally)
Configuration menu - View commit details
-
Copy full SHA for 9528de9 - Browse repository at this point
Copy the full SHA 9528de9View commit details -
- Bump version to 0.3.5 in workspace manifests - Update CHANGELOG.md with release date and version section - Refresh README badges and documentation links - All tests passing (333/333)
Configuration menu - View commit details
-
Copy full SHA for 82358fc - Browse repository at this point
Copy the full SHA 82358fcView 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 v0.3.4...v0.3.5