@aigne/example-mcp-server 0.3.77-beta.8 → 0.3.77

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 +72 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,77 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.3.77](https://github.com/AIGNE-io/aigne-framework/compare/example-mcp-server-v0.3.77-beta.15...example-mcp-server-v0.3.77) (2025-10-19)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * The following workspace dependencies were updated
9
+ * dependencies
10
+ * @aigne/cli bumped to 1.51.0
11
+
12
+ ## [0.3.77-beta.15](https://github.com/AIGNE-io/aigne-framework/compare/example-mcp-server-v0.3.77-beta.14...example-mcp-server-v0.3.77-beta.15) (2025-10-17)
13
+
14
+
15
+ ### Dependencies
16
+
17
+ * The following workspace dependencies were updated
18
+ * dependencies
19
+ * @aigne/cli bumped to 1.51.0-beta.14
20
+
21
+ ## [0.3.77-beta.14](https://github.com/AIGNE-io/aigne-framework/compare/example-mcp-server-v0.3.77-beta.13...example-mcp-server-v0.3.77-beta.14) (2025-10-17)
22
+
23
+
24
+ ### Dependencies
25
+
26
+ * The following workspace dependencies were updated
27
+ * dependencies
28
+ * @aigne/cli bumped to 1.51.0-beta.13
29
+
30
+ ## [0.3.77-beta.13](https://github.com/AIGNE-io/aigne-framework/compare/example-mcp-server-v0.3.77-beta.12...example-mcp-server-v0.3.77-beta.13) (2025-10-16)
31
+
32
+
33
+ ### Dependencies
34
+
35
+ * The following workspace dependencies were updated
36
+ * dependencies
37
+ * @aigne/cli bumped to 1.51.0-beta.12
38
+
39
+ ## [0.3.77-beta.12](https://github.com/AIGNE-io/aigne-framework/compare/example-mcp-server-v0.3.77-beta.11...example-mcp-server-v0.3.77-beta.12) (2025-10-16)
40
+
41
+
42
+ ### Dependencies
43
+
44
+ * The following workspace dependencies were updated
45
+ * dependencies
46
+ * @aigne/cli bumped to 1.51.0-beta.11
47
+
48
+ ## [0.3.77-beta.11](https://github.com/AIGNE-io/aigne-framework/compare/example-mcp-server-v0.3.77-beta.10...example-mcp-server-v0.3.77-beta.11) (2025-10-16)
49
+
50
+
51
+ ### Dependencies
52
+
53
+ * The following workspace dependencies were updated
54
+ * dependencies
55
+ * @aigne/cli bumped to 1.51.0-beta.10
56
+
57
+ ## [0.3.77-beta.10](https://github.com/AIGNE-io/aigne-framework/compare/example-mcp-server-v0.3.77-beta.9...example-mcp-server-v0.3.77-beta.10) (2025-10-16)
58
+
59
+
60
+ ### Dependencies
61
+
62
+ * The following workspace dependencies were updated
63
+ * dependencies
64
+ * @aigne/cli bumped to 1.51.0-beta.9
65
+
66
+ ## [0.3.77-beta.9](https://github.com/AIGNE-io/aigne-framework/compare/example-mcp-server-v0.3.77-beta.8...example-mcp-server-v0.3.77-beta.9) (2025-10-15)
67
+
68
+
69
+ ### Dependencies
70
+
71
+ * The following workspace dependencies were updated
72
+ * dependencies
73
+ * @aigne/cli bumped to 1.51.0-beta.8
74
+
3
75
  ## [0.3.77-beta.8](https://github.com/AIGNE-io/aigne-framework/compare/example-mcp-server-v0.3.77-beta.7...example-mcp-server-v0.3.77-beta.8) (2025-10-15)
4
76
 
5
77
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aigne/example-mcp-server",
3
- "version": "0.3.77-beta.8",
3
+ "version": "0.3.77",
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.51.0-beta.7"
15
+ "@aigne/cli": "^1.51.0"
16
16
  },
17
17
  "scripts": {
18
18
  "test": "aigne test",