@flowstack-ui/agent-tools 0.1.1 → 0.1.3

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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "flowstack-ui",
3
- "version": "0.1.1",
3
+ "version": "0.1.3",
4
4
  "description": "Exact-version workflows for building, composing, reviewing, and maintaining FLOWSTACK UI.",
5
5
  "author": {
6
6
  "name": "FLOWSTACK UI",
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.1.3
4
+
5
+ - Expose the four canonical FLOWSTACK workflow skills through the bounded
6
+ `io.modelcontextprotocol/skills` extension for MCP-backed plugin submission.
7
+ - Keep the MCP-packaged skill snapshot byte-identical to the canonical public
8
+ skill tree and publish exact SHA-256 resource manifests.
9
+ - Add structured output schemas to all eleven read-only FLOWSTACK MCP tools.
10
+
11
+ ## 0.1.2
12
+
13
+ ### Fixed
14
+
15
+ - Serve both modern and legacy stateless Streamable HTTP clients from the
16
+ public MCP endpoint so current ChatGPT and Codex plugin runtimes can execute
17
+ the hosted exact-version fallback.
18
+
3
19
  ## 0.1.1
4
20
 
5
21
  ### Changed
package/README.md CHANGED
@@ -108,9 +108,9 @@ guidance. New owners use baseline and candidate resolution passes. An
108
108
  unavailable identity is reported instead of being silently replaced with
109
109
  current guidance. Reference captures and private research remain outside public
110
110
  package and installed files. The canonical skill directories support
111
- standalone GitHub installation and are also exposed by the skills-only
112
- FLOWSTACK plugin. The plugin is opt-in and does not silently install or
113
- configure MCP.
111
+ standalone GitHub installation and are also exposed as a digest-verified static
112
+ snapshot by the hosted MCP server for FLOWSTACK plugin submissions. Installing
113
+ a standalone skill remains opt-in and does not silently start or configure MCP.
114
114
 
115
115
  ## Release boundary
116
116
 
@@ -63,10 +63,11 @@ dependencies from that project. The hosted `/mcp` endpoint uses the same tool
63
63
  definitions and server core but a locked-only repository policy; it cannot
64
64
  inspect runtime-installed dependencies or substitute a private source.
65
65
 
66
- Four canonical skill directories can be installed independently from GitHub
67
- or loaded together through the opt-in skills-only FLOWSTACK plugin. MCP remains
68
- separately configured so installing a skill never silently starts a process or
69
- changes a project.
66
+ Four canonical skill directories can be installed independently from GitHub,
67
+ loaded together through the packaged FLOWSTACK plugin, or imported as a static,
68
+ digest-verified submission snapshot from the hosted MCP server. MCP remains
69
+ explicitly configured so installing a standalone skill never silently starts a
70
+ process or changes a project.
70
71
 
71
72
  ## Public boundary
72
73
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flowstack-ui/agent-tools",
3
- "version": "0.1.1",
3
+ "version": "0.1.3",
4
4
  "description": "Version-aware delivery adapters for public FLOWSTACK Agent Knowledge.",
5
5
  "type": "module",
6
6
  "license": "MIT",