@axiomatic-labs/claudeflow 2.9.79 → 2.9.81

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/lib/install.js +2 -2
  2. package/package.json +1 -1
package/lib/install.js CHANGED
@@ -299,9 +299,9 @@ function configureMcpServers(hasUv) {
299
299
  const uvBin = resolveUvBin();
300
300
  mcpConfig.mcpServers.serena = {
301
301
  type: 'stdio',
302
- command: uvBin,
302
+ command: 'uvx',
303
303
  args: [
304
- '-p', '3.13',
304
+ '--python', '3.13',
305
305
  '--from', 'git+https://github.com/oraios/serena',
306
306
  'serena', 'start-mcp-server',
307
307
  '--context', 'claude-code',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@axiomatic-labs/claudeflow",
3
- "version": "2.9.79",
3
+ "version": "2.9.81",
4
4
  "description": "Claudeflow — AI-powered development toolkit for Claude Code. Skills, agents, hooks, and quality gates that ship production apps.",
5
5
  "bin": {
6
6
  "claudeflow": "./bin/cli.js"