Skip to content

Commit 915b90b

Browse files
committed
fixed link in config
1 parent bb76f82 commit 915b90b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

apps/cli/src/commands/init.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ import path from 'node:path';
44
import * as readline from 'readline';
55

66
const PROJECT_CONFIG_FILENAME = 'btca.config.jsonc';
7-
const CONFIG_SCHEMA_URL = 'https://btca.schema.json';
7+
const CONFIG_SCHEMA_URL = 'https://btca.dev/btca.schema.json';
88
const DEFAULT_MODEL = 'claude-haiku-4-5';
99
const DEFAULT_PROVIDER = 'opencode';
10-
const MCP_DASHBOARD_URL = 'https://btca.dev/app/settings/mcp/';
10+
const MCP_DASHBOARD_URL = 'https://btca.dev/app/settings';
1111

1212
// AGENTS.md section templates
1313
const MCP_AGENTS_SECTION = `## Better Context MCP
@@ -27,7 +27,7 @@ Use Better Context MCP for documentation/resource questions when you need source
2727
**Common errors**
2828
- "Invalid resources" → re-run \`listResources\` and use exact names.
2929
- "Instance is provisioning / error state" → wait or retry after a minute.
30-
- "Missing or invalid Authorization header" → MCP auth is invalid; fix it in \`https://btca.dev/app/settings/mcp/\`.
30+
- "Missing or invalid Authorization header" → MCP auth is invalid; fix it in \`https://btca.dev/app/settings/\`.
3131
`;
3232

3333
const CLI_AGENTS_SECTION = `## btca

0 commit comments

Comments
 (0)