Skip to content

Commit 126402e

Browse files
fix(meta): align mcpName and version
1 parent 93658f7 commit 126402e

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"name": "payram-mcp-server",
3-
"version": "0.1.1",
3+
"version": "1.0.0",
44
"private": true,
5+
"mcpName": "io.github.PayRam/payram-helper-mcp",
56
"type": "module",
67
"scripts": {
78
"dev": "tsx src/server.ts",

server.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-10-17/server.schema.json",
3-
"name": "io.github.payram/payram-helper-mcp",
3+
"name": "io.github.PayRam/payram-helper-mcp",
44
"title": "Payram Helper MCP Server",
55
"description": "Remote MCP server to integrate and validate self-hosted Payram deployments.",
6-
"version": "0.1.1",
6+
"version": "1.0.0",
77
"repository": {
88
"source": "github",
99
"url": "https://github.com/PayRam/payram-helper-mcp-server"

0 commit comments

Comments
 (0)