start-vibing 3.0.3 → 3.0.4

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/cli.js +21 -2
  2. package/package.json +1 -1
package/dist/cli.js CHANGED
@@ -511,6 +511,24 @@ var CORE_MCPS = [
511
511
  description: "browser automation",
512
512
  command: "npx",
513
513
  args: ["-y", "@playwright/mcp@latest", "--user-data-dir", "./.playwright-data"]
514
+ },
515
+ {
516
+ name: "nextjs-devtools",
517
+ description: "Next.js dev tools",
518
+ command: "npx",
519
+ args: ["-y", "next-devtools-mcp@latest"]
520
+ },
521
+ {
522
+ name: "mongodb",
523
+ description: "database operations",
524
+ command: "npx",
525
+ args: ["-y", "@mongodb-js/mongodb-mcp-server"]
526
+ },
527
+ {
528
+ name: "jira",
529
+ description: "issue tracking",
530
+ command: "npx",
531
+ args: ["-y", "@aashari/mcp-server-atlassian-jira"]
514
532
  }
515
533
  ];
516
534
  function isClaudeMcpReady() {
@@ -834,11 +852,12 @@ function formatElapsed(startMs) {
834
852
  function printOptionalMcps() {
835
853
  console.log("");
836
854
  console.log(` ${c.dim}Optional MCPs (install manually):${c.reset}`);
837
- console.log(` ${c.cyan}nextjs-devtools${c.reset} ${c.dim}\xB7${c.reset} claude mcp add -s user nextjs-devtools -- npx -y next-devtools-mcp@latest`);
838
- console.log(` ${c.cyan}mongodb${c.reset} ${c.dim}\xB7${c.reset} claude mcp add -s user mongodb -- npx -y @mongodb-js/mongodb-mcp-server`);
839
855
  console.log(` ${c.cyan}github${c.reset} ${c.dim}\xB7${c.reset} claude mcp add --transport http -s user github https://api.githubcopilot.com/mcp/`);
840
856
  console.log(` ${c.cyan}sentry${c.reset} ${c.dim}\xB7${c.reset} claude mcp add --transport http -s user sentry https://mcp.sentry.dev/mcp`);
841
857
  console.log(` ${c.cyan}figma${c.reset} ${c.dim}\xB7${c.reset} claude mcp add --transport http -s user figma https://mcp.figma.com/mcp`);
858
+ console.log(` ${c.cyan}linear${c.reset} ${c.dim}\xB7${c.reset} claude mcp add --transport http -s user linear https://mcp.linear.app/sse`);
859
+ console.log(` ${c.cyan}stripe${c.reset} ${c.dim}\xB7${c.reset} claude mcp add --transport http -s user stripe https://mcp.stripe.com`);
860
+ console.log(` ${c.cyan}vercel${c.reset} ${c.dim}\xB7${c.reset} claude mcp add --transport http -s user vercel https://mcp.vercel.com`);
842
861
  }
843
862
 
844
863
  // src/cli.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "start-vibing",
3
- "version": "3.0.3",
3
+ "version": "3.0.4",
4
4
  "description": "Setup Claude Code agents, skills, and hooks in your project. Smart copy that preserves your custom domains and configurations.",
5
5
  "type": "module",
6
6
  "bin": {