lunaarc-mcp 1.2.4 → 1.2.5

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/dist/server.js +1 -1
  2. package/package.json +1 -1
package/dist/server.js CHANGED
@@ -26,7 +26,7 @@ catch (error) {
26
26
  // Create MCP server
27
27
  const server = new index_js_1.Server({
28
28
  name: 'lunaarc-mcp',
29
- version: '1.2.2',
29
+ version: '1.2.4',
30
30
  }, {
31
31
  capabilities: {
32
32
  tools: {},
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lunaarc-mcp",
3
- "version": "1.2.4",
3
+ "version": "1.2.5",
4
4
  "description": "MCP Server for LunaArc - Access Wiki and Kanban from AI assistants",
5
5
  "main": "dist/server.js",
6
6
  "bin": {