@aigne/example-mcp-server 0.3.90 → 0.3.91-beta.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +32 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,37 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.3.91-beta.2](https://github.com/AIGNE-io/aigne-framework/compare/example-mcp-server-v0.3.91-beta.1...example-mcp-server-v0.3.91-beta.2) (2025-12-19)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * The following workspace dependencies were updated
9
+ * dependencies
10
+ * @aigne/cli bumped to 1.58.1-beta.2
11
+
12
+ ## [0.3.91-beta.1](https://github.com/AIGNE-io/aigne-framework/compare/example-mcp-server-v0.3.91-beta...example-mcp-server-v0.3.91-beta.1) (2025-12-17)
13
+
14
+
15
+ ### Bug Fixes
16
+
17
+ * bump version ([70d217c](https://github.com/AIGNE-io/aigne-framework/commit/70d217c8360dd0dda7f5f17011c4e92ec836e801))
18
+
19
+
20
+ ### Dependencies
21
+
22
+ * The following workspace dependencies were updated
23
+ * dependencies
24
+ * @aigne/cli bumped to 1.58.1-beta.1
25
+
26
+ ## [0.3.91-beta](https://github.com/AIGNE-io/aigne-framework/compare/example-mcp-server-v0.3.90...example-mcp-server-v0.3.91-beta) (2025-12-17)
27
+
28
+
29
+ ### Dependencies
30
+
31
+ * The following workspace dependencies were updated
32
+ * dependencies
33
+ * @aigne/cli bumped to 1.58.1-beta
34
+
3
35
  ## [0.3.90](https://github.com/AIGNE-io/aigne-framework/compare/example-mcp-server-v0.3.90-beta.8...example-mcp-server-v0.3.90) (2025-12-12)
4
36
 
5
37
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aigne/example-mcp-server",
3
- "version": "0.3.90",
3
+ "version": "0.3.91-beta.2",
4
4
  "description": "A demonstration of using AIGNE CLI to build a MCP server",
5
5
  "author": "Arcblock <blocklet@arcblock.io> https://github.com/blocklet",
6
6
  "homepage": "https://github.com/AIGNE-io/aigne-framework/tree/main/examples/mcp-server",
@@ -12,7 +12,7 @@
12
12
  "type": "module",
13
13
  "bin": "aigne.yaml",
14
14
  "dependencies": {
15
- "@aigne/cli": "^1.58.0"
15
+ "@aigne/cli": "^1.58.1-beta.2"
16
16
  },
17
17
  "scripts": {
18
18
  "test": "aigne test",