File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,10 +4,10 @@ import path from 'node:path';
44import * as readline from 'readline' ;
55
66const 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' ;
88const DEFAULT_MODEL = 'claude-haiku-4-5' ;
99const 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
1313const 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
3333const CLI_AGENTS_SECTION = `## btca
You can’t perform that action at this time.
0 commit comments