@imqueue/mcp 1.1.0 → 1.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/SPEC.md +1 -1
- package/package.json +2 -1
package/SPEC.md
CHANGED
|
@@ -106,7 +106,7 @@ Publish `@imqueue/mcp` to npm, then list it everywhere agents discover servers:
|
|
|
106
106
|
|
|
107
107
|
| Channel | Artifact / action |
|
|
108
108
|
|---|---|
|
|
109
|
-
| **Official MCP registry** | `server.json` (this repo) → publish via `mcp-publisher`. Namespace `
|
|
109
|
+
| **Official MCP registry** | `server.json` (this repo) → publish via `mcp-publisher`. Namespace `org.imqueue/mcp` (DNS auth on imqueue.org). |
|
|
110
110
|
| **Smithery** | `smithery.yaml` (this repo) → connect the GitHub repo. |
|
|
111
111
|
| **mcp.so / PulseMCP / Glama** | Auto-index from npm + GitHub; submit/claim the listing. |
|
|
112
112
|
| **Cursor / VS Code directories** | Add the `mcpServers` JSON snippet to their community lists. |
|
package/package.json
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@imqueue/mcp",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.2",
|
|
4
|
+
"mcpName": "org.imqueue/mcp",
|
|
4
5
|
"description": "Model Context Protocol server for @imqueue — lets AI coding agents search the docs and scaffold typed services & clients.",
|
|
5
6
|
"keywords": [
|
|
6
7
|
"mcp",
|