Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Name conflict with docs rs / mcp_client_rs ? #1

Open
olegklimov opened this issue Jan 16, 2025 · 1 comment
Open

Name conflict with docs rs / mcp_client_rs ? #1

olegklimov opened this issue Jan 16, 2025 · 1 comment

Comments

@olegklimov
Copy link

Hi @tim-schultz !

I kind of liked your implementation of MCP (for simplicity), I noticed a similar name that another project uses over here https://docs.rs/mcp_client_rs/latest/mcp_client_rs/ and I can't find a link to their source code, maybe closed source 🤷 .

You implementation goes like this:

    let client = Arc::new(
        Protocol::new(
            "0",
            "npx",
            ["-y", "@modelcontextprotocol/server-github"].to_vec(),
            envs,
        )
        .await?,
    );

and theirs like that:

    let transport = WebSocketTransport::new("ws://localhost:8080").await?;
    let client = Client::new(Arc::new(transport));

So they are different.

@olegklimov
Copy link
Author

mcp_client_rs = "0.1.5"
mcp-client-rs = { git = "https://github.com/tim-schultz/mcp-client-rs.git" }

^^ how you use the two it in Cargo.toml

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant