Skip to content

Commit 4f72f6b

Browse files
committed
fix: shorten description to <=100 chars for MCP registry validation
1 parent eb33f01 commit 4f72f6b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

server.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
33
"name": "io.github.BuyWhere/buywhere-mcp",
44
"title": "BuyWhere MCP",
5-
"description": "BuyWhere MCP \u2014 cross-border product search and price comparison API for AI agents. Singapore, SEA, US.",
5+
"description": "BuyWhere MCP \u2014 cross-border product search & price comparison. Singapore, SEA, US markets.",
66
"repository": {
77
"url": "https://github.com/BuyWhere/buywhere-mcp",
88
"source": "github"
@@ -19,7 +19,7 @@
1919
"environmentVariables": [
2020
{
2121
"name": "BUYWHERE_API_KEY",
22-
"description": "BuyWhere API key used for authenticated product catalog requests.",
22+
"description": "BuyWhere API key for authenticated product catalog requests.",
2323
"isRequired": true,
2424
"isSecret": true,
2525
"format": "string"

0 commit comments

Comments
 (0)