Releases: ribeirogab/simple-mcp
Releases · ribeirogab/simple-mcp
v0.0.2
What's Changed
- Add GitHub workflows for CI/CD by @ribeirogab in #1
- feat: add class-based tool implementation for MCP server by @ribeirogab in #2
- chore: update version to 0.0.2 in package.json by @ribeirogab in #3
New Contributors
- @ribeirogab made their first contribution in #1
Full Changelog: v0.0.1...v0.0.2
v0.0.1
Release v0.0.1
Release Date: March 27, 2025
Overview
Initial release of simple-mcp, a toolkit for building MCP (Model Context Protocol) servers.
Features
- Core MCP server implementation
- Support for Model Context Protocol v1.8.0
- Type-safe tool definitions with Zod schema validation
- Easy-to-use API for creating custom MCP servers
Installation
npm install simple-mcp
Documentation
See the README.md for usage instructions and examples.
Dependencies
- @modelcontextprotocol/sdk: ^1.8.0
- zod: ^3.24.2
- zod-to-json-schema: ^3.24.5
License
MIT
Full Changelog: https://github.com/ribeirogab/simple-mcp/commits/v0.0.1