forked from stickerdaniel/linkedin-mcp-server
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbtca.config.jsonc
More file actions
84 lines (84 loc) · 2.34 KB
/
btca.config.jsonc
File metadata and controls
84 lines (84 loc) · 2.34 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"$schema": "https://btca.dev/btca.schema.json",
"providerTimeoutMs": 300000,
"resources": [
{
"type": "git",
"name": "fastmcp",
"url": "https://github.com/jlowin/fastmcp",
"branch": "main",
"specialNotes": "FastMCP server framework. Primary MCP library used in this project."
},
{
"type": "git",
"name": "playwright",
"url": "https://github.com/microsoft/playwright-python",
"branch": "main",
"specialNotes": "Playwright Python bindings for browser automation."
},
{
"type": "git",
"name": "pytest",
"url": "https://github.com/pytest-dev/pytest",
"branch": "main",
"specialNotes": "Python testing framework."
},
{
"type": "git",
"name": "ruff",
"url": "https://github.com/astral-sh/ruff",
"branch": "main",
"specialNotes": "Fast Python linter and formatter written in Rust."
},
{
"type": "git",
"name": "ty",
"url": "https://github.com/astral-sh/ty",
"branch": "main",
"specialNotes": "Fast Python type checker from Astral, written in Rust."
},
{
"type": "git",
"name": "uv",
"url": "https://github.com/astral-sh/uv",
"branch": "main",
"specialNotes": "Fast Python package manager from Astral, written in Rust."
},
{
"type": "git",
"name": "inquirer",
"url": "https://github.com/magmax/python-inquirer",
"branch": "master",
"specialNotes": "Python library for CLI interactive prompts."
},
{
"type": "git",
"name": "pythonDotenv",
"url": "https://github.com/theskumar/python-dotenv",
"branch": "main",
"specialNotes": "Python library for loading .env files."
},
{
"type": "git",
"name": "pyperclip",
"url": "https://github.com/asweigart/pyperclip",
"branch": "master",
"specialNotes": "Cross-platform Python clipboard module."
},
{
"type": "git",
"name": "preCommit",
"url": "https://github.com/pre-commit/pre-commit",
"branch": "main",
"specialNotes": "Framework for managing pre-commit hooks."
},
{
"type": "git",
"name": "patchright",
"url": "https://github.com/Kaliiiiiiiiii-Vinyzu/patchright-python",
"branch": "main"
}
],
"model": "gpt-5.4-mini",
"provider": "openai"
}