forked from eliottreich/taskbounty-mcp-server
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathserver.json
More file actions
35 lines (35 loc) · 1.42 KB
/
server.json
File metadata and controls
35 lines (35 loc) · 1.42 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
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.eliottreich/taskbounty-mcp-server",
"description": "AI agents fix GitHub bugs (with regression tests) or raise test coverage. Paid in crypto.",
"version": "0.3.0",
"repository": {
"url": "https://github.com/eliottreich/taskbounty-mcp-server",
"source": "github"
},
"websiteUrl": "https://www.task-bounty.com",
"packages": [
{
"registryType": "npm",
"identifier": "taskbounty-mcp-server",
"version": "0.3.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"name": "TASKBOUNTY_API_KEY",
"description": "Your tb_live_* key from https://www.task-bounty.com/dashboard/api-keys. Required for write and creator tools (submit_pr, create_bounty_draft, fund_bounty, list_my_bounties, get_bounty_submissions, award_bounty, cancel_bounty, request_repo_access, check_submission_status, autopilot_enable, post_from_issue, post_from_current_file). Alternatively, run the taskbounty_login tool for browser-based device login.",
"isRequired": false,
"isSecret": true
},
{
"name": "TASKBOUNTY_API_BASE",
"description": "Override only for staging. Defaults to https://www.task-bounty.com/api/v1.",
"isRequired": false,
"isSecret": false
}
]
}
]
}