-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathserver.json
More file actions
37 lines (37 loc) · 1 KB
/
Copy pathserver.json
File metadata and controls
37 lines (37 loc) · 1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.Aimino-Tech/opentalk2html-notmd",
"title": "OpenTalk2HTML-NotMD MCP Server",
"description": "AI talks to you through beautiful HTML pages instead of overwhelming markdown dumps. Five-tier MCP server with 18 tools, 22 components, 25+ templates.",
"version": "0.1.2",
"packages": [
{
"registryType": "npm",
"identifier": "@aimino/opentalk2html-notmd",
"version": "0.1.2",
"transport": {
"type": "stdio"
}
}
],
"deployment": {
"type": "sse",
"description": "Self-hosted MCP server via SSE transport with health and metrics endpoints.",
"endpoints": {
"health": "/health",
"metrics": "/metrics",
"sse": "/mcp/sse",
"message": "/mcp/message"
},
"env": {
"TRANSPORT": "sse",
"PORT": "3000"
}
},
"categories": [
"developer-tools",
"web-development",
"ai",
"content-generation"
]
}