Skip to content

wiseiodev/mcp-agent

Repository files navigation

Project Copilot

Project Copilot is a Next.js App Router application for asking questions about Jira and Azure DevOps projects through a durable per-user workspace. The initial slice ships the authenticated app shell, Google sign-in with Better Auth, Postgres + Drizzle persistence, and the Chat, Integrations, and History navigation scaffold.

Stack

  • Next.js 16 App Router with src/
  • pnpm
  • Better Auth with Google sign-in
  • Drizzle ORM + Postgres via DATABASE_URL
  • Biome
  • shadcn/ui

Getting Started

  1. Install dependencies:
pnpm install
  1. Copy the example environment file and fill in your values:
cp .env.example .env.local
  1. Start the development server:
pnpm dev
  1. Open http://localhost:3000.

Environment

The app expects these variables:

  • DATABASE_URL
  • BETTER_AUTH_SECRET
  • BETTER_AUTH_URL
  • GOOGLE_CLIENT_ID
  • GOOGLE_CLIENT_SECRET

Scripts

  • pnpm dev - run the Next.js dev server
  • pnpm lint - run Biome checks
  • pnpm typecheck - run TypeScript checks
  • pnpm test - run Vitest
  • pnpm build - run a production build
  • pnpm check - run lint, typecheck, tests, and build
  • pnpm db:generate - generate Drizzle migrations

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors