[PR #2666] [MERGED] feat: MCP plugin #21333

Closed
opened 2026-04-15 20:17:35 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/2666
Author: @Bekacru
Created: 5/16/2025
Status: Merged
Merged: 5/23/2025
Merged by: @Bekacru

Base: mainHead: fix/oidc


📝 Commits (10+)

📊 Changes

57 files changed (+4540 additions, -240 deletions)

View changed files

demo/nextjs/app/.well-known/oauth-authorization-server/route.ts (+4 -0)
demo/nextjs/app/api/[transport]/route.ts (+38 -0)
📝 demo/nextjs/app/api/auth/[...all]/route.ts (+1 -7)
📝 demo/nextjs/lib/auth.ts (+7 -10)
📝 dev/bun/auth.ts (+0 -1)
docs/app/blog/[[...slug]]/page.tsx (+219 -0)
docs/app/blog/_components/_layout.tsx (+110 -0)
docs/app/blog/_components/changelog-layout.tsx (+135 -0)
docs/app/blog/_components/default-changelog.tsx (+254 -0)
docs/app/blog/_components/fmt-dates.tsx (+25 -0)
docs/app/blog/_components/icons.tsx (+35 -0)
docs/app/blog/_components/stat-field.tsx (+219 -0)
docs/app/blog/layout.tsx (+18 -0)
docs/app/blogs/layout.tsx (+18 -0)
docs/app/blogs/page.tsx (+104 -0)
📝 docs/components/nav-bar.tsx (+4 -1)
📝 docs/components/sidebar-content.tsx (+32 -0)
docs/content/blogs/mcp-auth.mdx (+178 -0)
docs/content/blogs/meta.json (+10 -0)
docs/content/docs/plugins/mcp.mdx (+224 -0)

...and 37 more files

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/better-auth/better-auth/pull/2666 **Author:** [@Bekacru](https://github.com/Bekacru) **Created:** 5/16/2025 **Status:** ✅ Merged **Merged:** 5/23/2025 **Merged by:** [@Bekacru](https://github.com/Bekacru) **Base:** `main` ← **Head:** `fix/oidc` --- ### 📝 Commits (10+) - [`eb2810f`](https://github.com/better-auth/better-auth/commit/eb2810fb94004d03217d2541b65501bcca79559f) chore: wip - [`abda158`](https://github.com/better-auth/better-auth/commit/abda158426acfb9ba4c4b0a897f113638693b62a) wip - [`e1a7d3e`](https://github.com/better-auth/better-auth/commit/e1a7d3e840a98c1e733cf9f23a97213428fa7f59) Merge remote-tracking branch 'origin/main' into fix/oidc - [`7daddc5`](https://github.com/better-auth/better-auth/commit/7daddc5d4352098da1122ce0b2a129733e17efe0) feat: mcp plugin - [`ccf26ca`](https://github.com/better-auth/better-auth/commit/ccf26caa274444e6f1bfb520e1d55e9128a536ac) wip - [`0975627`](https://github.com/better-auth/better-auth/commit/097562754c83736988f7d0808d4abfffdfde3cd9) chore: fix lock file - [`a2666c0`](https://github.com/better-auth/better-auth/commit/a2666c0677dcd564e7cbcdcd56236c0cebfbdc6a) Merge branch 'main' into fix/oidc - [`536b721`](https://github.com/better-auth/better-auth/commit/536b721bbc58bfb4c705a728568bea5878e48a72) clean up - [`9d42225`](https://github.com/better-auth/better-auth/commit/9d42225fbfbcedabedccb752c27cd97bacdf7309) schema - [`50fd667`](https://github.com/better-auth/better-auth/commit/50fd66704f36e55fd2935b97b8104f5e01b5c2e7) docs ### 📊 Changes **57 files changed** (+4540 additions, -240 deletions) <details> <summary>View changed files</summary> ➕ `demo/nextjs/app/.well-known/oauth-authorization-server/route.ts` (+4 -0) ➕ `demo/nextjs/app/api/[transport]/route.ts` (+38 -0) 📝 `demo/nextjs/app/api/auth/[...all]/route.ts` (+1 -7) 📝 `demo/nextjs/lib/auth.ts` (+7 -10) 📝 `dev/bun/auth.ts` (+0 -1) ➕ `docs/app/blog/[[...slug]]/page.tsx` (+219 -0) ➕ `docs/app/blog/_components/_layout.tsx` (+110 -0) ➕ `docs/app/blog/_components/changelog-layout.tsx` (+135 -0) ➕ `docs/app/blog/_components/default-changelog.tsx` (+254 -0) ➕ `docs/app/blog/_components/fmt-dates.tsx` (+25 -0) ➕ `docs/app/blog/_components/icons.tsx` (+35 -0) ➕ `docs/app/blog/_components/stat-field.tsx` (+219 -0) ➕ `docs/app/blog/layout.tsx` (+18 -0) ➕ `docs/app/blogs/layout.tsx` (+18 -0) ➕ `docs/app/blogs/page.tsx` (+104 -0) 📝 `docs/components/nav-bar.tsx` (+4 -1) 📝 `docs/components/sidebar-content.tsx` (+32 -0) ➕ `docs/content/blogs/mcp-auth.mdx` (+178 -0) ➕ `docs/content/blogs/meta.json` (+10 -0) ➕ `docs/content/docs/plugins/mcp.mdx` (+224 -0) _...and 37 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-15 20:17:35 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/better-auth#21333