From 82cd9a5d0831df099e3ffd5084d6aad02bf9ee16 Mon Sep 17 00:00:00 2001 From: Mateusz Sadowski Date: Tue, 7 Jul 2026 13:30:13 +0200 Subject: [PATCH] feat: seo changes --- README.md | 2 ++ packages/mcp/README.md | 2 ++ packages/mcp/manifest.json | 2 +- packages/mcp/server.json | 1 + 4 files changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9d82c1d..7689479 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@

Markdown Document with Mounted Applications

Interactive documents from Markdown. Built for next gen-apps

+ ๐ŸŒ Website +   ยท   ๐Ÿš€ Live Demo   ยท   ๐Ÿ“– Docs diff --git a/packages/mcp/README.md b/packages/mcp/README.md index abe8807..65948a5 100644 --- a/packages/mcp/README.md +++ b/packages/mcp/README.md @@ -36,6 +36,7 @@ Places where MDMA's MCP server is published or should be published. Each venue h | **Glama** | [`MobileReality/mdma`](https://glama.ai/mcp/servers/MobileReality/mdma) | Quality + Security scores auto-evaluated periodically. Docker build config lives in the Glama admin page โ€” re-deploy + re-release when bumping. | | **awesome-mcp-servers** | `punkpeye/awesome-mcp-servers` | Entry sits under **Developer Tools** alphabetically. | | **Smithery Skills** | `mobilereality/mdma` | Skills surface โ€” not the MCP surface (Smithery's MCP flow is HTTP-only, unusable for stdio). | +| **MCP.so** | [`mcp.so/server/mdma`](https://mcp.so/server/mdma) | Self-serve listing. Manual edit of Title / Description / Tags / Content on the Edit Server page. No versioned republish needed โ€” just refresh the description if the tool set changes. | | **MCPB Desktop Extensions** | Anthropic intake form | Partner queue at Anthropic. Bundle built locally; not shipped in this repo. | ## Release checklist โ€” when bumping the version @@ -86,6 +87,7 @@ Output: `-.mcpb`. Test-install in Claude Desktop, then attach as - [ ] Update the MCP tools table in the root [README.md](../../README.md) if tools were added / renamed / removed. - [ ] Update this package's own tools table (above) the same way. +- [ ] If tools changed: refresh the manual listing on [MCP.so](https://mcp.so/server/mdma) (Edit Server โ†’ Description / Content). - [ ] If a breaking change: note in the changeset; update consumers of `createMdmaMcpServer()` if any. ## Troubleshooting diff --git a/packages/mcp/manifest.json b/packages/mcp/manifest.json index 99cf43a..68f7e1b 100644 --- a/packages/mcp/manifest.json +++ b/packages/mcp/manifest.json @@ -10,7 +10,7 @@ "email": "marcin.sadowski@mobilereality.pl", "url": "https://github.com/MobileReality" }, - "homepage": "https://themobilereality.com/", + "homepage": "https://mdma.software", "documentation": "https://github.com/MobileReality/mdma#readme", "support": "https://themobilereality.com/contact-us", "icon": "icon.png", diff --git a/packages/mcp/server.json b/packages/mcp/server.json index 91d5048..1c6fe6f 100644 --- a/packages/mcp/server.json +++ b/packages/mcp/server.json @@ -2,6 +2,7 @@ "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json", "name": "io.github.MobileReality/mdma", "description": "MCP server for MDMA โ€” exposes spec, prompts, docs, and package metadata to AI assistants.", + "websiteUrl": "https://mdma.software", "repository": { "url": "https://github.com/MobileReality/mdma", "source": "github",