Conversation
06b28c7 to
53118c0
Compare
399646d to
e5fe934
Compare
ef70365 to
56e8d47
Compare
micpapal
reviewed
Feb 18, 2026
Member
micpapal
left a comment
There was a problem hiding this comment.
I saw that the python transport is been updated as well and the PR is approved agntcy/slim-mcp-python#8
We can merge that PR first to update the transport here in the client example and properly test all the changes
| help="Logging level (DEBUG, INFO, WARNING, ERROR, CRITICAL)", | ||
| ) | ||
| @click.option( | ||
| "--json-response", |
Member
There was a problem hiding this comment.
I think this option is not really used in our tests
mcp-proxy/Taskfile.yaml
Outdated
| cmds: | ||
| - | | ||
| cd examples/config/ | ||
| docker run -it -v ./slim-server-config.yaml:/config.yaml -p 46357:46357 ghcr.io/agntcy/slim:1.0.0 /slim --config /config.yaml |
Member
There was a problem hiding this comment.
we are now at version 1.0.2 for SLIM. we can update the image here
mcp-proxy/Cargo.toml
Outdated
|
|
||
| [dependencies] | ||
| agntcy-slim = "1.0.0" | ||
| agntcy-slim = "1.0.1" |
Member
There was a problem hiding this comment.
here also can be updated to 1.0.2
mcp-proxy/Cargo.toml
Outdated
| # from the slim repo | ||
| # agntcy-slim = { git = "https://github.com/agntcy/slim.git", branch = "main" } | ||
| agntcy-slim-auth = "0.5.0" | ||
| agntcy-slim-config = "0.6.0" |
Member
There was a problem hiding this comment.
here the latest version is 0.6.2
mcp-proxy/Cargo.toml
Outdated
| # agntcy-slim = { git = "https://github.com/agntcy/slim.git", branch = "main" } | ||
| agntcy-slim-auth = "0.5.0" | ||
| agntcy-slim-config = "0.6.0" | ||
| agntcy-slim-datapath = "0.11.1" |
mcp-proxy/Cargo.toml
Outdated
| agntcy-slim-auth = "0.5.0" | ||
| agntcy-slim-config = "0.6.0" | ||
| agntcy-slim-datapath = "0.11.1" | ||
| agntcy-slim-service = "0.8.4" |
mcp-proxy/Cargo.toml
Outdated
| agntcy-slim-config = "0.6.0" | ||
| agntcy-slim-datapath = "0.11.1" | ||
| agntcy-slim-service = "0.8.4" | ||
| agntcy-slim-session = "0.1.4" |
Signed-off-by: Dominik Kolonits <[email protected]>
Signed-off-by: Dominik Kolonits <[email protected]>
Signed-off-by: Dominik Kolonits <[email protected]>
Signed-off-by: Dominik Kolonits <[email protected]>
Signed-off-by: Dominik Kolonits <[email protected]>
Signed-off-by: Dominik Kolonits <[email protected]>
Signed-off-by: Dominik Kolonits <[email protected]>
04d55cc to
55e6a8a
Compare
Signed-off-by: Dominik Kolonits <[email protected]>
micpapal
approved these changes
Feb 23, 2026
This was referenced Feb 23, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Update rmcp and python-sdk versions in mcp proxy and mcp example server.