Skip to content

docs: add rudof-mcp to the "Built with rmcp" list in the README#645

Merged
alexhancock merged 1 commit intomodelcontextprotocol:mainfrom
samuel-bustamante:main
Feb 12, 2026
Merged

docs: add rudof-mcp to the "Built with rmcp" list in the README#645
alexhancock merged 1 commit intomodelcontextprotocol:mainfrom
samuel-bustamante:main

Conversation

@samuel-bustamante
Copy link
Contributor

Motivation and Context

rudof-mcp is a production-ready MCP server built with rmcp that showcases several advanced features of the SDK. Adding it to the list provides another reference implementation for developers looking to build MCP servers with rmcp, particularly those interested in:

  • Dual transport support (stdio + streamable HTTP)
  • Full MCP capabilities implementation (tools, prompts, resources, logging, completions)
  • Docker MCP Registry integration with state persistence

How Has This Been Tested?

None. This is a documentation-only change.

Breaking Changes

None. This is a documentation-only change.

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 Documentation
  • My code follows the repository's style guidelines
  • New and existing tests pass locally
  • I have added appropriate error handling
  • I have added or updated documentation as needed

Additional context

rudof is an RDF, ShEx, and SHACL processing library. The MCP server exposes its functionality to AI assistants, enabling them to load, validate, query, and transform RDF data. The implementation can serve as a reference for building complex MCP servers.

Repository: https://github.com/rudof-project/rudof
MCP crate: https://github.com/rudof-project/rudof/tree/master/rudof_mcp

@github-actions github-actions bot added the T-documentation Documentation improvements label Feb 6, 2026
@alexhancock
Copy link
Contributor

@samuel-bustamante You'll need to adjust the commit message to fit https://www.conventionalcommits.org/en/v1.0.0/, but then can merge

@samuel-bustamante
Copy link
Contributor Author

samuel-bustamante commented Feb 9, 2026

@samuel-bustamante You'll need to adjust the commit message to fit https://www.conventionalcommits.org/en/v1.0.0/, but then can merge

Thanks! I’ve just updated the commit message to follow the Conventional Commits specification.

@samuel-bustamante samuel-bustamante changed the title Add rudof-mcp to the "Built with rmcp" list in the README docs: Add rudof-mcp to the "Built with rmcp" list in the README Feb 10, 2026
@samuel-bustamante samuel-bustamante changed the title docs: Add rudof-mcp to the "Built with rmcp" list in the README docs: add rudof-mcp to the "Built with rmcp" list in the README Feb 10, 2026
@samuel-bustamante
Copy link
Contributor Author

@alexhancock Hi! Just a quick follow-up on this PR.
The commit message has been updated and everything is ready to merge.

@alexhancock alexhancock merged commit 3eb4c38 into modelcontextprotocol:main Feb 12, 2026
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

T-documentation Documentation improvements

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants