kerlos/elysia-mcp

ElysiaJS plugin for Model Context Protocol with HTTP transport

47Stars on the repository
4Mods indexed here, across every type
2mo agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

elysia

01

kerlos/elysia-mcp

Cursor rule Cursor

TITLE: Elysia Supported Schema Validation Types DESCRIPTION: Elysia provides declarative schema support for various parts of an HTTP request and response, enabling robust validation and automatic OpenAPI generation. SOURCE: https://github.com/elysiajs/documentation/blob/main/docs/essential/validation.md#snippet3.

47 2mo ago A 0 tokens original MIT

json-rpc

02

kerlos/elysia-mcp

Cursor rule Cursor

import { z, ZodTypeAny } from "zod".

47 2mo ago A 0 tokens original MIT

mcp

03

kerlos/elysia-mcp

Cursor rule Cursor

TITLE: Implement Transport Error Handling in TypeScript and Python DESCRIPTION: This code snippet illustrates how to incorporate comprehensive error handling within transport implementations. It demonstrates catching exceptions during connection establishment and message transmission, logging errors, and ensuring…

47 2mo ago A 0 tokens original MIT

zod

04

kerlos/elysia-mcp

Cursor rule Cursor

TITLE: Overwrite Transformations Retaining Schema Type in Zod 4 DESCRIPTION: Introduces the new .overwrite() method in Zod v4, designed for transformations that do not change the inferred type. This method returns an instance of the original schema class, allowing continued method chaining and retaining…

47 2mo ago A 0 tokens original MIT