@eclipse-glsp-examples/workflow-server-bundled-web 2.7.0-next.10 → 2.7.0-next.14

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/README.md CHANGED
@@ -14,6 +14,12 @@ See [our project website](https://www.eclipse.org/glsp/documentation/#workflowov
14
14
 
15
15
  <https://user-images.githubusercontent.com/588090/154459938-849ca684-11b3-472c-8a59-98ea6cb0b4c1.mp4>
16
16
 
17
+ ## MCP demo
18
+
19
+ A self-contained dev demo that drives this bundle through `@eclipse-glsp/server-mcp` lives in
20
+ its own private workspace at
21
+ [`examples/workflow-server-mcp-demo`](../workflow-server-mcp-demo). See its README for how to run.
22
+
17
23
  ## More information
18
24
 
19
25
  For more information, please visit the [Eclipse GLSP Umbrella repository](https://github.com/eclipse-glsp/glsp) and the [Eclipse GLSP Website](https://www.eclipse.org/glsp/).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eclipse-glsp-examples/workflow-server-bundled-web",
3
- "version": "2.7.0-next.10+bed0bb0",
3
+ "version": "2.7.0-next.14+0090132",
4
4
  "description": "GLSP web server for the workflow example (bundled)",
5
5
  "keywords": [
6
6
  "eclipse",
@@ -43,5 +43,5 @@
43
43
  "publishConfig": {
44
44
  "access": "public"
45
45
  },
46
- "gitHead": "bed0bb089fb49e7a5cf5be5dfe02d4116dae944f"
46
+ "gitHead": "009013242e08e679f251b4bb7feceb05314d73b2"
47
47
  }