Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by WojciechMatuszewski • Uncategorized
An experimental MCP server implementation exploring transport methods and core MCP primitives.
Interact with MCP servers via STDIO or SSE transports.
Utilize MCP core primitives like Resources, Prompts, and Tools.
A Node.js based MCP server implementation with built-in error handling.
This repository serves as a learning project to understand and implement the Model Context Protocol (MCP) server functionalities. It explores two transport methods, STDIO and SSE, and core MCP primitives such as Resources, Prompts, Tools, Sampling, Roots, and Transports. The project aims to build a server using only Node.js without external frameworks like fastify, providing built-in error handling and JSON-RPC 2.0 message formatting. It is intended as a foundation for further MCP server development and experimentation.