MCP Server
MCP
M00N Report
Test management over MCP: author cases, run manual executions, cut releases, read health
Install
npx -y @m00nsolutions/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "@m00nsolutions/mcp-server",
"version": "1.5.3",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your M00N Report URL. Root origin, no /api suffix.",
"isRequired": true,
"format": "string",
"placeholder": "https://m00nreport.com",
"name": "M00N_API_URL"
},
{
"description": "An MCP key from Settings. Anything without the m00n_mcp_ prefix is refused before the first request.",
"isRequired": true,
"format": "string",
"isSecret": true,
"placeholder": "m00n_mcp_...",
"name": "M00N_API_KEY"
},
{
"description": "Adds per-request detail to stderr, including each tool call's arguments.",
"format": "boolean",
"default": "false",
"name": "M00N_DEBUG"
},
{
"description": "Request timeout in milliseconds. A bare number; anything else falls back to the default.",
"format": "number",
"default": "30000",
"name": "M00N_TIMEOUT_MS"
},
{
"description": "Accept a self-signed certificate. Self-hosted instances only.",
"format": "boolean",
"default": "false",
"name": "M00N_INSECURE_SSL"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment