chore: match version to tag for deployment test (1.0.1-alpha.1)

This commit is contained in:
2025-10-28 23:39:43 -04:00
parent c4fe9d82d2
commit 8caed69151
3 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
{
"id": "mcp-server",
"name": "MCP Server",
"version": "1.0.1",
"version": "1.0.1-alpha.1",
"minAppVersion": "0.15.0",
"description": "Exposes vault operations via Model Context Protocol (MCP) over HTTP.",
"author": "William Ballou",

View File

@@ -1,6 +1,6 @@
{
"name": "mcp-server",
"version": "1.0.1",
"version": "1.0.1-alpha.1",
"description": "MCP (Model Context Protocol) server plugin - exposes vault operations via HTTP",
"main": "main.js",
"scripts": {

View File

@@ -1,4 +1,4 @@
{
"1.0.0": "0.15.0",
"1.0.1": "0.15.0"
"1.0.1-alpha.1": "0.15.0"
}