Merge branch 'canary' into main

This commit is contained in:
Alex Yang
2025-12-31 00:59:57 +08:00
committed by GitHub
3 changed files with 5 additions and 5 deletions

View File

@@ -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"
}
}

View File

@@ -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",

View File

@@ -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,