mirror of
https://github.com/better-auth/better-auth.git
synced 2026-05-22 14:21:55 -05:00
Merge branch 'canary' into main
This commit is contained in:
@@ -69,7 +69,7 @@ Alternatively, you can manually configure the MCP server for each client:
|
||||
{
|
||||
"$schema": "https://opencode.ai/config.json",
|
||||
"mcp": {
|
||||
"Better Auth": {
|
||||
"better-auth": {
|
||||
"type": "remote",
|
||||
"url": "https://mcp.chonkie.ai/better-auth/better-auth-builder/mcp",
|
||||
"enabled": true,
|
||||
@@ -81,7 +81,7 @@ Alternatively, you can manually configure the MCP server for each client:
|
||||
<Tab value="Manual">
|
||||
```json title="mcp.json"
|
||||
{
|
||||
"Better Auth": {
|
||||
"better-auth": {
|
||||
"url": "https://mcp.chonkie.ai/better-auth/better-auth-builder/mcp"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"name": "@better-auth/root",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"packageManager": "pnpm@10.23.0",
|
||||
"packageManager": "pnpm@10.26.2",
|
||||
"scripts": {
|
||||
"build": "turbo build --filter=./packages/*",
|
||||
"dev": "turbo dev --filter=./packages/* --filter=!./packages/cli",
|
||||
|
||||
@@ -15,7 +15,7 @@ interface MCPOptions {
|
||||
|
||||
async function mcpAction(options: MCPOptions) {
|
||||
const mcpUrl = "https://mcp.chonkie.ai/better-auth/better-auth-builder/mcp";
|
||||
const mcpName = "Better Auth";
|
||||
const mcpName = "better-auth";
|
||||
|
||||
if (options.cursor) {
|
||||
await handleCursorAction(mcpUrl, mcpName);
|
||||
@@ -121,7 +121,7 @@ function handleOpenCodeAction(mcpUrl: string) {
|
||||
const openCodeConfig = {
|
||||
$schema: "https://opencode.ai/config.json",
|
||||
mcp: {
|
||||
"Better Auth": {
|
||||
"better-auth": {
|
||||
type: "remote",
|
||||
url: mcpUrl,
|
||||
enabled: true,
|
||||
|
||||
Reference in New Issue
Block a user