@zelklab/seevo-mcp-server 0.1.7 → 0.1.8

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/setup.js +1 -1
  2. package/package.json +1 -1
package/dist/setup.js CHANGED
@@ -51,7 +51,7 @@ function setupMCP(isGlobal, projectPath) {
51
51
  // Seevo MCPサーバーの設定を追加
52
52
  config.mcpServers.seevo = {
53
53
  command: "npx",
54
- args: ["-y", "@zelklab/seevo-mcp-server"],
54
+ args: ["-y", "@zelklab/seevo-mcp-server@latest"],
55
55
  env: {
56
56
  SEEVO_API_URL: SEEVO_API_URL,
57
57
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zelklab/seevo-mcp-server",
3
- "version": "0.1.7",
3
+ "version": "0.1.8",
4
4
  "description": "MCP Server for Seevo - AI-powered project registration from Claude Code",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",