mellos-mapping 0.12.0 → 0.12.1
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/dist/server.mjs +1 -1
- package/package.json +2 -1
package/dist/server.mjs
CHANGED
|
@@ -22513,7 +22513,7 @@ function summarize(map) {
|
|
|
22513
22513
|
|
|
22514
22514
|
// src/server/server.ts
|
|
22515
22515
|
var SERVER_NAME = "mellos-mapping";
|
|
22516
|
-
var SERVER_VERSION = "0.12.
|
|
22516
|
+
var SERVER_VERSION = "0.12.1";
|
|
22517
22517
|
var ID = external_exports.string().regex(/^[a-z0-9][a-z0-9-]{0,63}$/, "lowercase letters, digits and dashes, 1-64 chars").describe("stable kebab-case identifier");
|
|
22518
22518
|
var PAGE = ID.optional().describe(
|
|
22519
22519
|
"page (parallel map) this call targets; omit for the default page. One effort = one page: start a NEW effort on its own page named after the effort, so concurrent sessions never write over each other and the pane can switch between pages."
|
package/package.json
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mellos-mapping",
|
|
3
|
-
"version": "0.12.
|
|
3
|
+
"version": "0.12.1",
|
|
4
|
+
"mcpName": "io.github.GuangminJu/mellos-mapping",
|
|
4
5
|
"description": "A live layered dependency map for bottom-up development — MCP server + terminal pane. Ghost the design first, then light nodes up from the bottom as they are built and verified.",
|
|
5
6
|
"type": "module",
|
|
6
7
|
"license": "MIT",
|