Raku MCP SDK #2175
Closed
wkusnierczyk
started this conversation in
General
Raku MCP SDK
#2175
Replies: 1 comment
-
|
Thank you for opening the discussion. This area of the repository is for discussions around the MCP specification and not for promotion of MCP-related projects. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Pre-submission Checklist
Discussion Topic
Hello,
I'd like to share a newly published module implementing an MCP SDK for the Raku (aka Perl6) programming language.
Source code: https://github.com/wkusnierczyk/raku-mcp-sdk
Installation:
zef install MCPThe SDK lets you build MCP servers and clients in Raku. A server exposes tools, resources, and prompts that AI applications can discover and use.
The implementation covers the full MCP spec (2025-11-25) including Streamable HTTP transport, OAuth 2.1, sampling, elicitation, and async tasks. Raku's concurrency primitives (Promises, Supplies) and introspection made it a natural fit for the protocol's async, event-driven architecture.
The repo's
README.mdfile provides details about the implementation, MCP specification coverage, usage examples, and much more.Feedback and contributions are much welcome.
Any questions or comments, just let me know!
Best, Wacek
Beta Was this translation helpful? Give feedback.
All reactions