diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d1d68f..b0125be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ and this project adheres to ## [Unreleased] +## [0.1.0] - 2026-08-03 + ### Added - Initial release of `@tiny-fish/mcp`: a local Streamable-HTTP MCP server at @@ -34,3 +36,4 @@ and this project adheres to `README.md`, `LICENSE`. [Unreleased]: https://github.com/tinyfish-io/tinyfish-mcp-server/commits/main +[0.1.0]: https://www.npmjs.com/package/@tiny-fish/mcp/v/0.1.0 diff --git a/README.md b/README.md index 4629c33..564fedf 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ # @tiny-fish/mcp -> **Status: pre-release.** Not yet published to npm — API-key authentication -> on the hosted server is still rolling out. +[![npm version](https://img.shields.io/npm/v/@tiny-fish/mcp)](https://www.npmjs.com/package/@tiny-fish/mcp) TinyFish local MCP server — a transparent reverse proxy that exposes a local Streamable-HTTP MCP endpoint at `http://127.0.0.1:3711/mcp` and forwards every diff --git a/package-lock.json b/package-lock.json index 06a41af..0f585e2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@tiny-fish/mcp", - "version": "0.0.0", + "version": "0.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@tiny-fish/mcp", - "version": "0.0.0", + "version": "0.1.0", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.30.0",