Update version numbers in configuration files to reflect new release: change Deno project version to 0.0.1 in deno.json and update package version to 0.1.0 in package.json. Adjust version constant in utils.ts accordingly.

This commit is contained in:
Minoru Mizutani 2025-04-29 11:51:31 +09:00
parent 9d8c52eb02
commit 01a238a341
No known key found for this signature in database
3 changed files with 7 additions and 7 deletions

View file

@ -1,6 +1,6 @@
{
"name": "mcp-remote",
"version": "0.0.22",
"version": "0.1.0",
"description": "Remote proxy for Model Context Protocol, allowing local-only clients to connect to remote servers using oAuth",
"keywords": [
"mcp",