Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
<p align="center">Markdown Document with Mounted Applications</p>
<p align="center">Interactive documents from Markdown. Built for next gen-apps</p>
<p align="center">
<a href="https://mdma.software"><b>🌐 Website</b></a>
&nbsp;&nbsp;·&nbsp;&nbsp;
<a href="https://mobilereality.github.io/mdma/"><b>🚀 Live Demo</b></a>
&nbsp;&nbsp;·&nbsp;&nbsp;
<a href="https://mobilereality.github.io/mdma/#/docs"><b>📖 Docs</b></a>
Expand Down
2 changes: 2 additions & 0 deletions packages/mcp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -86,6 +87,7 @@ Output: `<name>-<version>.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
Expand Down
2 changes: 1 addition & 1 deletion packages/mcp/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
1 change: 1 addition & 0 deletions packages/mcp/server.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down