Skip to content

Commit e977952

Browse files
committed
fix: correct mcp-name case and description length for MCP Registry
1 parent aae87a2 commit e977952

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# 🏭 Predictive Maintenance MCP Server
22

3-
<!-- mcp-name: io.github.lgdimaggio/predictive-maintenance-mcp -->
3+
<!-- mcp-name: io.github.LGDiMaggio/predictive-maintenance-mcp -->
44

55
[![Python 3.11+](https://img.shields.io/badge/python-3.11+-blue.svg)](https://www.python.org/downloads/)
66
[![Version](https://img.shields.io/badge/version-0.3.3-brightgreen.svg)](https://github.com/LGDiMaggio/predictive-maintenance-mcp/releases)

server.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
3-
"name": "io.github.lgdimaggio/predictive-maintenance-mcp",
3+
"name": "io.github.LGDiMaggio/predictive-maintenance-mcp",
44
"title": "Predictive Maintenance MCP Server",
5-
"description": "A Model Context Protocol server for industrial machinery diagnostics — vibration analysis, FFT spectrum analysis, envelope analysis for bearing faults, ISO 20816-3 compliance, ML anomaly detection, and interactive HTML reports.",
5+
"description": "Industrial predictive maintenance: vibration analysis, bearing faults, ISO 20816-3",
66
"repository": {
77
"url": "https://github.com/LGDiMaggio/predictive-maintenance-mcp",
88
"source": "github"

0 commit comments

Comments
 (0)