Rand Stats

MCP::Server

zef:apogee
Revision history for MCP::Server

0.1.1  2026-04-09T12:37:47+01:00
    - tools-for-llm: convert registered tools to OpenAI function-calling format
    - execute-tool-calls: route LLM tool call requests to registered handlers
    - Tool group support with / prefix convention

0.1.0  2026-04-09T12:23:43+01:00
    - Initial release
    - MCP (Model Context Protocol) server framework for Raku
    - JSON-RPC 2.0 protocol handling with full error codes
    - Tool registration with JSON Schema generation and parameter validation
    - Resource registration with URI-based access
    - Prompt registration with argument support
    - Stdio transport (stdin/stdout)
    - Pluggable transport architecture via Transport role
    - Examples: echo server, weather server (wttr.in), file server, strawberry counter