Skip to content

add R SDK/server #2391

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

simonpcouch
Copy link

Adds the mcptools R package to the Community Servers list. Admittedly, the placement is a bit strange here; mcptools is actually more like an SDK than a server, but I saw that yall have only listed SDKs developed in-house there:

servers/README.md

Lines 8 to 13 in 503202b

- [C# MCP SDK](https://github.com/modelcontextprotocol/csharp-sdk)
- [Go MCP SDK](https://github.com/modelcontextprotocol/go-sdk)
- [Java MCP SDK](https://github.com/modelcontextprotocol/java-sdk)
- [Kotlin MCP SDK](https://github.com/modelcontextprotocol/kotlin-sdk)
- [Python MCP SDK](https://github.com/modelcontextprotocol/python-sdk)
- [Typescript MCP SDK](https://github.com/modelcontextprotocol/typescript-sdk)

Description

Server Details

  • Server:
  • Changes to:

Motivation and Context

How Has This Been Tested?

Since the package implements both the client and server protocol, we test "round-trip" on every commit. We also test the client protocol against the GitHub MCP server in CI. Our tests of the server protocol against interactive only, using Claude Code and Claude Desktop.

Breaking Changes

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation update

Checklist

  • I have read the MCP Protocol Documentation
  • My changes follows MCP security best practices
  • I have updated the server's README accordingly
  • I have tested this with an LLM client
  • My code follows the repository's style guidelines
  • New and existing tests pass locally
  • I have added appropriate error handling
  • I have documented all environment variables and configuration options

Additional context

@olaservo olaservo added the add-community-resource This pull request adds a link to a resource in the Readme. label Jul 22, 2025
Copy link
Member

@olaservo olaservo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this might make more sense in one of the other resources sections, maybe https://github.com/modelcontextprotocol/servers?tab=readme-ov-file#-frameworks ?

@olaservo olaservo added the waiting for submitter Waiting for the submitter to provide more info label Jul 22, 2025
Transitions entry from Community Servers -> Frameworks
@simonpcouch
Copy link
Author

Totally makes sense—thank you! Just made that happen.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
add-community-resource This pull request adds a link to a resource in the Readme. waiting for submitter Waiting for the submitter to provide more info
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants