@dobbyai/mcp-external 1.0.4 → 1.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/__tests__/agent-mail-tools.test.d.ts +8 -0
- package/dist/__tests__/agent-mail-tools.test.d.ts.map +1 -0
- package/dist/__tests__/agent-mail-tools.test.js +262 -0
- package/dist/__tests__/agent-mail-tools.test.js.map +1 -0
- package/dist/__tests__/annotations.test.d.ts +8 -0
- package/dist/__tests__/annotations.test.d.ts.map +1 -0
- package/dist/__tests__/annotations.test.js +108 -0
- package/dist/__tests__/annotations.test.js.map +1 -0
- package/dist/__tests__/auth.test.d.ts +7 -0
- package/dist/__tests__/auth.test.d.ts.map +1 -0
- package/dist/__tests__/auth.test.js +116 -0
- package/dist/__tests__/auth.test.js.map +1 -0
- package/dist/__tests__/integration/protocol.test.d.ts +8 -0
- package/dist/__tests__/integration/protocol.test.d.ts.map +1 -0
- package/dist/__tests__/integration/protocol.test.js +104 -0
- package/dist/__tests__/integration/protocol.test.js.map +1 -0
- package/dist/__tests__/mcp-integrations.test.d.ts +8 -0
- package/dist/__tests__/mcp-integrations.test.d.ts.map +1 -0
- package/dist/__tests__/mcp-integrations.test.js +375 -0
- package/dist/__tests__/mcp-integrations.test.js.map +1 -0
- package/dist/__tests__/memory-graph-tools.test.d.ts +8 -0
- package/dist/__tests__/memory-graph-tools.test.d.ts.map +1 -0
- package/dist/__tests__/memory-graph-tools.test.js +265 -0
- package/dist/__tests__/memory-graph-tools.test.js.map +1 -0
- package/dist/__tests__/schedule-tools.test.d.ts +8 -0
- package/dist/__tests__/schedule-tools.test.d.ts.map +1 -0
- package/dist/__tests__/schedule-tools.test.js +290 -0
- package/dist/__tests__/schedule-tools.test.js.map +1 -0
- package/dist/__tests__/tiers.test.d.ts +7 -0
- package/dist/__tests__/tiers.test.d.ts.map +1 -0
- package/dist/__tests__/tiers.test.js +103 -0
- package/dist/__tests__/tiers.test.js.map +1 -0
- package/dist/__tests__/tools.test.d.ts +7 -0
- package/dist/__tests__/tools.test.d.ts.map +1 -0
- package/dist/__tests__/tools.test.js +143 -0
- package/dist/__tests__/tools.test.js.map +1 -0
- package/dist/__tests__/transport.test.d.ts +7 -0
- package/dist/__tests__/transport.test.d.ts.map +1 -0
- package/dist/__tests__/transport.test.js +55 -0
- package/dist/__tests__/transport.test.js.map +1 -0
- package/dist/__tests__/web-eval-tools.test.d.ts +8 -0
- package/dist/__tests__/web-eval-tools.test.d.ts.map +1 -0
- package/dist/__tests__/web-eval-tools.test.js +252 -0
- package/dist/__tests__/web-eval-tools.test.js.map +1 -0
- package/dist/__tests__/workflow-tools.test.d.ts +8 -0
- package/dist/__tests__/workflow-tools.test.d.ts.map +1 -0
- package/dist/__tests__/workflow-tools.test.js +268 -0
- package/dist/__tests__/workflow-tools.test.js.map +1 -0
- package/dist/auth/oauth-provider.d.ts +34 -0
- package/dist/auth/oauth-provider.d.ts.map +1 -0
- package/dist/auth/oauth-provider.js +75 -0
- package/dist/auth/oauth-provider.js.map +1 -0
- package/dist/auth/token-verifier.d.ts +40 -0
- package/dist/auth/token-verifier.d.ts.map +1 -0
- package/dist/auth/token-verifier.js +138 -0
- package/dist/auth/token-verifier.js.map +1 -0
- package/dist/http-server.d.ts +35 -0
- package/dist/http-server.d.ts.map +1 -0
- package/dist/http-server.js +175 -0
- package/dist/http-server.js.map +1 -0
- package/dist/index.js +113 -52
- package/dist/index.js.map +1 -1
- package/dist/lib/dobby-client.d.ts +50 -20
- package/dist/lib/dobby-client.d.ts.map +1 -1
- package/dist/lib/dobby-client.js +50 -0
- package/dist/lib/dobby-client.js.map +1 -1
- package/dist/tools/agent-mail.d.ts +153 -0
- package/dist/tools/agent-mail.d.ts.map +1 -0
- package/dist/tools/agent-mail.js +340 -0
- package/dist/tools/agent-mail.js.map +1 -0
- package/dist/tools/approvals.d.ts +24 -0
- package/dist/tools/approvals.d.ts.map +1 -1
- package/dist/tools/approvals.js +24 -0
- package/dist/tools/approvals.js.map +1 -1
- package/dist/tools/crew-builder.d.ts +24 -0
- package/dist/tools/crew-builder.d.ts.map +1 -1
- package/dist/tools/crew-builder.js +24 -0
- package/dist/tools/crew-builder.js.map +1 -1
- package/dist/tools/crewai.d.ts +24 -0
- package/dist/tools/crewai.d.ts.map +1 -1
- package/dist/tools/crewai.js +24 -0
- package/dist/tools/crewai.js.map +1 -1
- package/dist/tools/exa.d.ts +161 -0
- package/dist/tools/exa.d.ts.map +1 -0
- package/dist/tools/exa.js +228 -0
- package/dist/tools/exa.js.map +1 -0
- package/dist/tools/github-mcp.d.ts +303 -0
- package/dist/tools/github-mcp.d.ts.map +1 -0
- package/dist/tools/github-mcp.js +397 -0
- package/dist/tools/github-mcp.js.map +1 -0
- package/dist/tools/governance.d.ts +129 -0
- package/dist/tools/governance.d.ts.map +1 -0
- package/dist/tools/governance.js +171 -0
- package/dist/tools/governance.js.map +1 -0
- package/dist/tools/index.d.ts +3589 -159
- package/dist/tools/index.d.ts.map +1 -1
- package/dist/tools/index.js +250 -0
- package/dist/tools/index.js.map +1 -1
- package/dist/tools/jira.d.ts +60 -0
- package/dist/tools/jira.d.ts.map +1 -1
- package/dist/tools/jira.js +60 -0
- package/dist/tools/jira.js.map +1 -1
- package/dist/tools/knowledge-base.d.ts +144 -0
- package/dist/tools/knowledge-base.d.ts.map +1 -0
- package/dist/tools/knowledge-base.js +179 -0
- package/dist/tools/knowledge-base.js.map +1 -0
- package/dist/tools/mcp-metrics.d.ts +62 -0
- package/dist/tools/mcp-metrics.d.ts.map +1 -0
- package/dist/tools/mcp-metrics.js +270 -0
- package/dist/tools/mcp-metrics.js.map +1 -0
- package/dist/tools/mcp-tools.d.ts +12 -0
- package/dist/tools/mcp-tools.d.ts.map +1 -1
- package/dist/tools/mcp-tools.js +12 -0
- package/dist/tools/mcp-tools.js.map +1 -1
- package/dist/tools/mem0.d.ts +168 -0
- package/dist/tools/mem0.d.ts.map +1 -0
- package/dist/tools/mem0.js +255 -0
- package/dist/tools/mem0.js.map +1 -0
- package/dist/tools/memory-graph.d.ts +197 -0
- package/dist/tools/memory-graph.d.ts.map +1 -0
- package/dist/tools/memory-graph.js +545 -0
- package/dist/tools/memory-graph.js.map +1 -0
- package/dist/tools/messages.d.ts +12 -0
- package/dist/tools/messages.d.ts.map +1 -1
- package/dist/tools/messages.js +12 -0
- package/dist/tools/messages.js.map +1 -1
- package/dist/tools/moltbook.d.ts +564 -0
- package/dist/tools/moltbook.d.ts.map +1 -0
- package/dist/tools/moltbook.js +792 -0
- package/dist/tools/moltbook.js.map +1 -0
- package/dist/tools/ops.d.ts +219 -0
- package/dist/tools/ops.d.ts.map +1 -0
- package/dist/tools/ops.js +360 -0
- package/dist/tools/ops.js.map +1 -0
- package/dist/tools/schedules.d.ts +196 -0
- package/dist/tools/schedules.d.ts.map +1 -0
- package/dist/tools/schedules.js +264 -0
- package/dist/tools/schedules.js.map +1 -0
- package/dist/tools/services.d.ts +6 -0
- package/dist/tools/services.d.ts.map +1 -1
- package/dist/tools/services.js +6 -0
- package/dist/tools/services.js.map +1 -1
- package/dist/tools/tasks.d.ts +45 -0
- package/dist/tools/tasks.d.ts.map +1 -1
- package/dist/tools/tasks.js +49 -4
- package/dist/tools/tasks.js.map +1 -1
- package/dist/tools/tiers.d.ts +39 -0
- package/dist/tools/tiers.d.ts.map +1 -0
- package/dist/tools/tiers.js +138 -0
- package/dist/tools/tiers.js.map +1 -0
- package/dist/tools/unified-agents.d.ts +62 -0
- package/dist/tools/unified-agents.d.ts.map +1 -0
- package/dist/tools/unified-agents.js +147 -0
- package/dist/tools/unified-agents.js.map +1 -0
- package/dist/tools/web-eval.d.ts +172 -0
- package/dist/tools/web-eval.d.ts.map +1 -0
- package/dist/tools/web-eval.js +347 -0
- package/dist/tools/web-eval.js.map +1 -0
- package/dist/tools/workflow.d.ts +171 -0
- package/dist/tools/workflow.d.ts.map +1 -0
- package/dist/tools/workflow.js +518 -0
- package/dist/tools/workflow.js.map +1 -0
- package/package.json +8 -3
|
@@ -0,0 +1,228 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Exa Semantic Search Tools
|
|
3
|
+
*
|
|
4
|
+
* Phase 1, Task 1.3: Neural/semantic search for research and code context.
|
|
5
|
+
* Uses Exa API for embeddings-based search (not keyword-based).
|
|
6
|
+
* Agents can research docs, find code patterns, and gather context.
|
|
7
|
+
*/
|
|
8
|
+
// ============================================
|
|
9
|
+
// Tool Definitions
|
|
10
|
+
// ============================================
|
|
11
|
+
export const exaTools = {
|
|
12
|
+
exa_web_search: {
|
|
13
|
+
name: 'exa_web_search',
|
|
14
|
+
annotations: {
|
|
15
|
+
title: 'Web Search',
|
|
16
|
+
readOnlyHint: true,
|
|
17
|
+
destructiveHint: false,
|
|
18
|
+
openWorldHint: true,
|
|
19
|
+
},
|
|
20
|
+
description: 'Search the web using Exa neural/semantic search. Returns results based on meaning, not keywords. Use for researching best practices, documentation, and technical topics.',
|
|
21
|
+
inputSchema: {
|
|
22
|
+
type: 'object',
|
|
23
|
+
properties: {
|
|
24
|
+
query: {
|
|
25
|
+
type: 'string',
|
|
26
|
+
description: 'Natural language search query (e.g., "best practices for microservices authentication")',
|
|
27
|
+
},
|
|
28
|
+
num_results: {
|
|
29
|
+
type: 'number',
|
|
30
|
+
description: 'Number of results to return (default: 5, max: 20)',
|
|
31
|
+
},
|
|
32
|
+
search_type: {
|
|
33
|
+
type: 'string',
|
|
34
|
+
enum: ['neural', 'keyword', 'auto'],
|
|
35
|
+
description: 'Search type: neural (semantic, default), keyword (traditional), or auto',
|
|
36
|
+
},
|
|
37
|
+
include_domains: {
|
|
38
|
+
type: 'array',
|
|
39
|
+
items: { type: 'string' },
|
|
40
|
+
description: 'Optional: Only include results from these domains (e.g., ["github.com", "stackoverflow.com"])',
|
|
41
|
+
},
|
|
42
|
+
exclude_domains: {
|
|
43
|
+
type: 'array',
|
|
44
|
+
items: { type: 'string' },
|
|
45
|
+
description: 'Optional: Exclude results from these domains',
|
|
46
|
+
},
|
|
47
|
+
start_published_date: {
|
|
48
|
+
type: 'string',
|
|
49
|
+
description: 'Optional: Only include results published after this date (ISO format, e.g., "2024-01-01")',
|
|
50
|
+
},
|
|
51
|
+
use_autoprompt: {
|
|
52
|
+
type: 'boolean',
|
|
53
|
+
description: 'Let Exa optimize the query for better results (default: true)',
|
|
54
|
+
},
|
|
55
|
+
},
|
|
56
|
+
required: ['query'],
|
|
57
|
+
},
|
|
58
|
+
},
|
|
59
|
+
exa_find_similar: {
|
|
60
|
+
name: 'exa_find_similar',
|
|
61
|
+
annotations: {
|
|
62
|
+
title: 'Find Similar Pages',
|
|
63
|
+
readOnlyHint: true,
|
|
64
|
+
destructiveHint: false,
|
|
65
|
+
openWorldHint: true,
|
|
66
|
+
},
|
|
67
|
+
description: 'Find web pages similar to a given URL. Useful for discovering related documentation, alternative libraries, or similar projects.',
|
|
68
|
+
inputSchema: {
|
|
69
|
+
type: 'object',
|
|
70
|
+
properties: {
|
|
71
|
+
url: {
|
|
72
|
+
type: 'string',
|
|
73
|
+
description: 'The URL to find similar pages for (e.g., "https://github.com/anthropics/claude-code")',
|
|
74
|
+
},
|
|
75
|
+
num_results: {
|
|
76
|
+
type: 'number',
|
|
77
|
+
description: 'Number of results to return (default: 5, max: 20)',
|
|
78
|
+
},
|
|
79
|
+
include_domains: {
|
|
80
|
+
type: 'array',
|
|
81
|
+
items: { type: 'string' },
|
|
82
|
+
description: 'Optional: Only include results from these domains',
|
|
83
|
+
},
|
|
84
|
+
exclude_domains: {
|
|
85
|
+
type: 'array',
|
|
86
|
+
items: { type: 'string' },
|
|
87
|
+
description: 'Optional: Exclude results from these domains',
|
|
88
|
+
},
|
|
89
|
+
},
|
|
90
|
+
required: ['url'],
|
|
91
|
+
},
|
|
92
|
+
},
|
|
93
|
+
exa_get_contents: {
|
|
94
|
+
name: 'exa_get_contents',
|
|
95
|
+
annotations: {
|
|
96
|
+
title: 'Get Page Contents',
|
|
97
|
+
readOnlyHint: true,
|
|
98
|
+
destructiveHint: false,
|
|
99
|
+
openWorldHint: true,
|
|
100
|
+
},
|
|
101
|
+
description: 'Get the full text content of web pages by their URLs. Use after exa_web_search to read the full content of interesting results.',
|
|
102
|
+
inputSchema: {
|
|
103
|
+
type: 'object',
|
|
104
|
+
properties: {
|
|
105
|
+
urls: {
|
|
106
|
+
type: 'array',
|
|
107
|
+
items: { type: 'string' },
|
|
108
|
+
description: 'URLs to fetch content from (max 10)',
|
|
109
|
+
},
|
|
110
|
+
max_characters: {
|
|
111
|
+
type: 'number',
|
|
112
|
+
description: 'Maximum characters to return per page (default: 3000)',
|
|
113
|
+
},
|
|
114
|
+
},
|
|
115
|
+
required: ['urls'],
|
|
116
|
+
},
|
|
117
|
+
},
|
|
118
|
+
};
|
|
119
|
+
// ============================================
|
|
120
|
+
// Exa API Helper
|
|
121
|
+
// ============================================
|
|
122
|
+
const EXA_API = 'https://api.exa.ai';
|
|
123
|
+
async function exaFetch(endpoint, body) {
|
|
124
|
+
const apiKey = process.env.EXA_API_KEY;
|
|
125
|
+
if (!apiKey) {
|
|
126
|
+
throw new Error('EXA_API_KEY not configured. Set it in .env or environment variables.');
|
|
127
|
+
}
|
|
128
|
+
const response = await fetch(`${EXA_API}${endpoint}`, {
|
|
129
|
+
method: 'POST',
|
|
130
|
+
headers: {
|
|
131
|
+
'x-api-key': apiKey,
|
|
132
|
+
'Content-Type': 'application/json',
|
|
133
|
+
},
|
|
134
|
+
body: JSON.stringify(body),
|
|
135
|
+
});
|
|
136
|
+
if (!response.ok) {
|
|
137
|
+
const text = await response.text();
|
|
138
|
+
throw new Error(`Exa API error (${response.status}): ${text.slice(0, 200)}`);
|
|
139
|
+
}
|
|
140
|
+
return response.json();
|
|
141
|
+
}
|
|
142
|
+
// ============================================
|
|
143
|
+
// Tool Handlers
|
|
144
|
+
// ============================================
|
|
145
|
+
export async function handleExaWebSearch(_client, args) {
|
|
146
|
+
const body = {
|
|
147
|
+
query: args.query,
|
|
148
|
+
numResults: Math.min(args.num_results || 5, 20),
|
|
149
|
+
type: args.search_type || 'neural',
|
|
150
|
+
useAutoprompt: args.use_autoprompt !== false,
|
|
151
|
+
contents: {
|
|
152
|
+
text: { maxCharacters: 500 },
|
|
153
|
+
highlights: { numSentences: 2 },
|
|
154
|
+
},
|
|
155
|
+
};
|
|
156
|
+
if (args.include_domains?.length)
|
|
157
|
+
body.includeDomains = args.include_domains;
|
|
158
|
+
if (args.exclude_domains?.length)
|
|
159
|
+
body.excludeDomains = args.exclude_domains;
|
|
160
|
+
if (args.start_published_date)
|
|
161
|
+
body.startPublishedDate = args.start_published_date;
|
|
162
|
+
const data = await exaFetch('/search', body);
|
|
163
|
+
const results = (data.results || []).map((r) => ({
|
|
164
|
+
title: r.title,
|
|
165
|
+
url: r.url,
|
|
166
|
+
published_date: r.publishedDate,
|
|
167
|
+
score: r.score,
|
|
168
|
+
text: r.text?.slice(0, 500),
|
|
169
|
+
highlights: r.highlights,
|
|
170
|
+
}));
|
|
171
|
+
return {
|
|
172
|
+
content: [{
|
|
173
|
+
type: 'text',
|
|
174
|
+
text: results.length > 0
|
|
175
|
+
? JSON.stringify({ query: args.query, count: results.length, results }, null, 2)
|
|
176
|
+
: `No results found for: "${args.query}"`,
|
|
177
|
+
}],
|
|
178
|
+
};
|
|
179
|
+
}
|
|
180
|
+
export async function handleExaFindSimilar(_client, args) {
|
|
181
|
+
const body = {
|
|
182
|
+
url: args.url,
|
|
183
|
+
numResults: Math.min(args.num_results || 5, 20),
|
|
184
|
+
contents: {
|
|
185
|
+
text: { maxCharacters: 300 },
|
|
186
|
+
},
|
|
187
|
+
};
|
|
188
|
+
if (args.include_domains?.length)
|
|
189
|
+
body.includeDomains = args.include_domains;
|
|
190
|
+
if (args.exclude_domains?.length)
|
|
191
|
+
body.excludeDomains = args.exclude_domains;
|
|
192
|
+
const data = await exaFetch('/findSimilar', body);
|
|
193
|
+
const results = (data.results || []).map((r) => ({
|
|
194
|
+
title: r.title,
|
|
195
|
+
url: r.url,
|
|
196
|
+
published_date: r.publishedDate,
|
|
197
|
+
score: r.score,
|
|
198
|
+
text: r.text?.slice(0, 300),
|
|
199
|
+
}));
|
|
200
|
+
return {
|
|
201
|
+
content: [{
|
|
202
|
+
type: 'text',
|
|
203
|
+
text: results.length > 0
|
|
204
|
+
? JSON.stringify({ source_url: args.url, count: results.length, results }, null, 2)
|
|
205
|
+
: `No similar pages found for: ${args.url}`,
|
|
206
|
+
}],
|
|
207
|
+
};
|
|
208
|
+
}
|
|
209
|
+
export async function handleExaGetContents(_client, args) {
|
|
210
|
+
const urls = args.urls.slice(0, 10);
|
|
211
|
+
const maxChars = args.max_characters || 3000;
|
|
212
|
+
const data = await exaFetch('/contents', {
|
|
213
|
+
ids: urls,
|
|
214
|
+
text: { maxCharacters: maxChars },
|
|
215
|
+
});
|
|
216
|
+
const results = (data.results || []).map((r) => ({
|
|
217
|
+
url: r.url,
|
|
218
|
+
title: r.title,
|
|
219
|
+
text: r.text?.slice(0, maxChars),
|
|
220
|
+
}));
|
|
221
|
+
return {
|
|
222
|
+
content: [{
|
|
223
|
+
type: 'text',
|
|
224
|
+
text: JSON.stringify({ count: results.length, pages: results }, null, 2),
|
|
225
|
+
}],
|
|
226
|
+
};
|
|
227
|
+
}
|
|
228
|
+
//# sourceMappingURL=exa.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"exa.js","sourceRoot":"","sources":["../../src/tools/exa.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,303 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* GitHub MCP Integration Tools
|
|
3
|
+
*
|
|
4
|
+
* Phase 1, Task 1.1: Connect GitHub MCP Server to Dobby.
|
|
5
|
+
* Provides tools for code management, PR automation, and CI/CD monitoring
|
|
6
|
+
* through the official GitHub MCP Server (ghcr.io/github/github-mcp-server).
|
|
7
|
+
*/
|
|
8
|
+
import { DobbyClient } from '../lib/dobby-client.js';
|
|
9
|
+
export declare const githubMcpTools: {
|
|
10
|
+
github_search_code: {
|
|
11
|
+
name: string;
|
|
12
|
+
annotations: {
|
|
13
|
+
title: string;
|
|
14
|
+
readOnlyHint: boolean;
|
|
15
|
+
destructiveHint: boolean;
|
|
16
|
+
openWorldHint: boolean;
|
|
17
|
+
};
|
|
18
|
+
description: string;
|
|
19
|
+
inputSchema: {
|
|
20
|
+
type: "object";
|
|
21
|
+
properties: {
|
|
22
|
+
query: {
|
|
23
|
+
type: string;
|
|
24
|
+
description: string;
|
|
25
|
+
};
|
|
26
|
+
repo: {
|
|
27
|
+
type: string;
|
|
28
|
+
description: string;
|
|
29
|
+
};
|
|
30
|
+
language: {
|
|
31
|
+
type: string;
|
|
32
|
+
description: string;
|
|
33
|
+
};
|
|
34
|
+
};
|
|
35
|
+
required: string[];
|
|
36
|
+
};
|
|
37
|
+
};
|
|
38
|
+
github_get_file: {
|
|
39
|
+
name: string;
|
|
40
|
+
annotations: {
|
|
41
|
+
title: string;
|
|
42
|
+
readOnlyHint: boolean;
|
|
43
|
+
destructiveHint: boolean;
|
|
44
|
+
openWorldHint: boolean;
|
|
45
|
+
};
|
|
46
|
+
description: string;
|
|
47
|
+
inputSchema: {
|
|
48
|
+
type: "object";
|
|
49
|
+
properties: {
|
|
50
|
+
repo: {
|
|
51
|
+
type: string;
|
|
52
|
+
description: string;
|
|
53
|
+
};
|
|
54
|
+
path: {
|
|
55
|
+
type: string;
|
|
56
|
+
description: string;
|
|
57
|
+
};
|
|
58
|
+
branch: {
|
|
59
|
+
type: string;
|
|
60
|
+
description: string;
|
|
61
|
+
};
|
|
62
|
+
};
|
|
63
|
+
required: string[];
|
|
64
|
+
};
|
|
65
|
+
};
|
|
66
|
+
github_create_pr: {
|
|
67
|
+
name: string;
|
|
68
|
+
annotations: {
|
|
69
|
+
title: string;
|
|
70
|
+
readOnlyHint: boolean;
|
|
71
|
+
destructiveHint: boolean;
|
|
72
|
+
openWorldHint: boolean;
|
|
73
|
+
};
|
|
74
|
+
description: string;
|
|
75
|
+
inputSchema: {
|
|
76
|
+
type: "object";
|
|
77
|
+
properties: {
|
|
78
|
+
repo: {
|
|
79
|
+
type: string;
|
|
80
|
+
description: string;
|
|
81
|
+
};
|
|
82
|
+
title: {
|
|
83
|
+
type: string;
|
|
84
|
+
description: string;
|
|
85
|
+
};
|
|
86
|
+
body: {
|
|
87
|
+
type: string;
|
|
88
|
+
description: string;
|
|
89
|
+
};
|
|
90
|
+
head: {
|
|
91
|
+
type: string;
|
|
92
|
+
description: string;
|
|
93
|
+
};
|
|
94
|
+
base: {
|
|
95
|
+
type: string;
|
|
96
|
+
description: string;
|
|
97
|
+
};
|
|
98
|
+
};
|
|
99
|
+
required: string[];
|
|
100
|
+
};
|
|
101
|
+
};
|
|
102
|
+
github_list_prs: {
|
|
103
|
+
name: string;
|
|
104
|
+
annotations: {
|
|
105
|
+
title: string;
|
|
106
|
+
readOnlyHint: boolean;
|
|
107
|
+
destructiveHint: boolean;
|
|
108
|
+
openWorldHint: boolean;
|
|
109
|
+
};
|
|
110
|
+
description: string;
|
|
111
|
+
inputSchema: {
|
|
112
|
+
type: "object";
|
|
113
|
+
properties: {
|
|
114
|
+
repo: {
|
|
115
|
+
type: string;
|
|
116
|
+
description: string;
|
|
117
|
+
};
|
|
118
|
+
state: {
|
|
119
|
+
type: string;
|
|
120
|
+
enum: string[];
|
|
121
|
+
description: string;
|
|
122
|
+
};
|
|
123
|
+
limit: {
|
|
124
|
+
type: string;
|
|
125
|
+
description: string;
|
|
126
|
+
};
|
|
127
|
+
};
|
|
128
|
+
required: string[];
|
|
129
|
+
};
|
|
130
|
+
};
|
|
131
|
+
github_list_issues: {
|
|
132
|
+
name: string;
|
|
133
|
+
annotations: {
|
|
134
|
+
title: string;
|
|
135
|
+
readOnlyHint: boolean;
|
|
136
|
+
destructiveHint: boolean;
|
|
137
|
+
openWorldHint: boolean;
|
|
138
|
+
};
|
|
139
|
+
description: string;
|
|
140
|
+
inputSchema: {
|
|
141
|
+
type: "object";
|
|
142
|
+
properties: {
|
|
143
|
+
repo: {
|
|
144
|
+
type: string;
|
|
145
|
+
description: string;
|
|
146
|
+
};
|
|
147
|
+
state: {
|
|
148
|
+
type: string;
|
|
149
|
+
enum: string[];
|
|
150
|
+
description: string;
|
|
151
|
+
};
|
|
152
|
+
labels: {
|
|
153
|
+
type: string;
|
|
154
|
+
description: string;
|
|
155
|
+
};
|
|
156
|
+
limit: {
|
|
157
|
+
type: string;
|
|
158
|
+
description: string;
|
|
159
|
+
};
|
|
160
|
+
};
|
|
161
|
+
required: string[];
|
|
162
|
+
};
|
|
163
|
+
};
|
|
164
|
+
github_create_issue: {
|
|
165
|
+
name: string;
|
|
166
|
+
annotations: {
|
|
167
|
+
title: string;
|
|
168
|
+
readOnlyHint: boolean;
|
|
169
|
+
destructiveHint: boolean;
|
|
170
|
+
openWorldHint: boolean;
|
|
171
|
+
};
|
|
172
|
+
description: string;
|
|
173
|
+
inputSchema: {
|
|
174
|
+
type: "object";
|
|
175
|
+
properties: {
|
|
176
|
+
repo: {
|
|
177
|
+
type: string;
|
|
178
|
+
description: string;
|
|
179
|
+
};
|
|
180
|
+
title: {
|
|
181
|
+
type: string;
|
|
182
|
+
description: string;
|
|
183
|
+
};
|
|
184
|
+
body: {
|
|
185
|
+
type: string;
|
|
186
|
+
description: string;
|
|
187
|
+
};
|
|
188
|
+
labels: {
|
|
189
|
+
type: string;
|
|
190
|
+
items: {
|
|
191
|
+
type: string;
|
|
192
|
+
};
|
|
193
|
+
description: string;
|
|
194
|
+
};
|
|
195
|
+
};
|
|
196
|
+
required: string[];
|
|
197
|
+
};
|
|
198
|
+
};
|
|
199
|
+
github_get_workflow_runs: {
|
|
200
|
+
name: string;
|
|
201
|
+
annotations: {
|
|
202
|
+
title: string;
|
|
203
|
+
readOnlyHint: boolean;
|
|
204
|
+
destructiveHint: boolean;
|
|
205
|
+
openWorldHint: boolean;
|
|
206
|
+
};
|
|
207
|
+
description: string;
|
|
208
|
+
inputSchema: {
|
|
209
|
+
type: "object";
|
|
210
|
+
properties: {
|
|
211
|
+
repo: {
|
|
212
|
+
type: string;
|
|
213
|
+
description: string;
|
|
214
|
+
};
|
|
215
|
+
status: {
|
|
216
|
+
type: string;
|
|
217
|
+
enum: string[];
|
|
218
|
+
description: string;
|
|
219
|
+
};
|
|
220
|
+
limit: {
|
|
221
|
+
type: string;
|
|
222
|
+
description: string;
|
|
223
|
+
};
|
|
224
|
+
};
|
|
225
|
+
required: string[];
|
|
226
|
+
};
|
|
227
|
+
};
|
|
228
|
+
};
|
|
229
|
+
export declare function handleGithubSearchCode(_client: DobbyClient, args: {
|
|
230
|
+
query: string;
|
|
231
|
+
repo?: string;
|
|
232
|
+
language?: string;
|
|
233
|
+
}): Promise<{
|
|
234
|
+
content: {
|
|
235
|
+
type: "text";
|
|
236
|
+
text: string;
|
|
237
|
+
}[];
|
|
238
|
+
}>;
|
|
239
|
+
export declare function handleGithubGetFile(_client: DobbyClient, args: {
|
|
240
|
+
repo: string;
|
|
241
|
+
path: string;
|
|
242
|
+
branch?: string;
|
|
243
|
+
}): Promise<{
|
|
244
|
+
content: {
|
|
245
|
+
type: "text";
|
|
246
|
+
text: any;
|
|
247
|
+
}[];
|
|
248
|
+
}>;
|
|
249
|
+
export declare function handleGithubCreatePr(_client: DobbyClient, args: {
|
|
250
|
+
repo: string;
|
|
251
|
+
title: string;
|
|
252
|
+
body?: string;
|
|
253
|
+
head: string;
|
|
254
|
+
base?: string;
|
|
255
|
+
}): Promise<{
|
|
256
|
+
content: {
|
|
257
|
+
type: "text";
|
|
258
|
+
text: string;
|
|
259
|
+
}[];
|
|
260
|
+
}>;
|
|
261
|
+
export declare function handleGithubListPrs(_client: DobbyClient, args: {
|
|
262
|
+
repo: string;
|
|
263
|
+
state?: string;
|
|
264
|
+
limit?: number;
|
|
265
|
+
}): Promise<{
|
|
266
|
+
content: {
|
|
267
|
+
type: "text";
|
|
268
|
+
text: string;
|
|
269
|
+
}[];
|
|
270
|
+
}>;
|
|
271
|
+
export declare function handleGithubListIssues(_client: DobbyClient, args: {
|
|
272
|
+
repo: string;
|
|
273
|
+
state?: string;
|
|
274
|
+
labels?: string;
|
|
275
|
+
limit?: number;
|
|
276
|
+
}): Promise<{
|
|
277
|
+
content: {
|
|
278
|
+
type: "text";
|
|
279
|
+
text: string;
|
|
280
|
+
}[];
|
|
281
|
+
}>;
|
|
282
|
+
export declare function handleGithubCreateIssue(_client: DobbyClient, args: {
|
|
283
|
+
repo: string;
|
|
284
|
+
title: string;
|
|
285
|
+
body?: string;
|
|
286
|
+
labels?: string[];
|
|
287
|
+
}): Promise<{
|
|
288
|
+
content: {
|
|
289
|
+
type: "text";
|
|
290
|
+
text: string;
|
|
291
|
+
}[];
|
|
292
|
+
}>;
|
|
293
|
+
export declare function handleGithubGetWorkflowRuns(_client: DobbyClient, args: {
|
|
294
|
+
repo: string;
|
|
295
|
+
status?: string;
|
|
296
|
+
limit?: number;
|
|
297
|
+
}): Promise<{
|
|
298
|
+
content: {
|
|
299
|
+
type: "text";
|
|
300
|
+
text: string;
|
|
301
|
+
}[];
|
|
302
|
+
}>;
|
|
303
|
+
//# sourceMappingURL=github-mcp.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"github-mcp.d.ts","sourceRoot":"","sources":["../../src/tools/github-mcp.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,OAAO,EAAE,WAAW,EAAE,MAAM,wBAAwB,CAAC;AAMrD,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA+N1B,CAAC;AAoCF,wBAAsB,sBAAsB,CAC1C,OAAO,EAAE,WAAW,EACpB,IAAI,EAAE;IAAE,KAAK,EAAE,MAAM,CAAC;IAAC,IAAI,CAAC,EAAE,MAAM,CAAC;IAAC,QAAQ,CAAC,EAAE,MAAM,CAAA;CAAE;;;;;GAoB1D;AAED,wBAAsB,mBAAmB,CACvC,OAAO,EAAE,WAAW,EACpB,IAAI,EAAE;IAAE,IAAI,EAAE,MAAM,CAAC;IAAC,IAAI,EAAE,MAAM,CAAC;IAAC,MAAM,CAAC,EAAE,MAAM,CAAA;CAAE;;;;;GAgBtD;AAED,wBAAsB,oBAAoB,CACxC,OAAO,EAAE,WAAW,EACpB,IAAI,EAAE;IAAE,IAAI,EAAE,MAAM,CAAC;IAAC,KAAK,EAAE,MAAM,CAAC;IAAC,IAAI,CAAC,EAAE,MAAM,CAAC;IAAC,IAAI,EAAE,MAAM,CAAC;IAAC,IAAI,CAAC,EAAE,MAAM,CAAA;CAAE;;;;;GAuBlF;AAED,wBAAsB,mBAAmB,CACvC,OAAO,EAAE,WAAW,EACpB,IAAI,EAAE;IAAE,IAAI,EAAE,MAAM,CAAC;IAAC,KAAK,CAAC,EAAE,MAAM,CAAC;IAAC,KAAK,CAAC,EAAE,MAAM,CAAA;CAAE;;;;;GAsBvD;AAED,wBAAsB,sBAAsB,CAC1C,OAAO,EAAE,WAAW,EACpB,IAAI,EAAE;IAAE,IAAI,EAAE,MAAM,CAAC;IAAC,KAAK,CAAC,EAAE,MAAM,CAAC;IAAC,MAAM,CAAC,EAAE,MAAM,CAAC;IAAC,KAAK,CAAC,EAAE,MAAM,CAAA;CAAE;;;;;GAwBxE;AAED,wBAAsB,uBAAuB,CAC3C,OAAO,EAAE,WAAW,EACpB,IAAI,EAAE;IAAE,IAAI,EAAE,MAAM,CAAC;IAAC,KAAK,EAAE,MAAM,CAAC;IAAC,IAAI,CAAC,EAAE,MAAM,CAAC;IAAC,MAAM,CAAC,EAAE,MAAM,EAAE,CAAA;CAAE;;;;;GAqBxE;AAED,wBAAsB,2BAA2B,CAC/C,OAAO,EAAE,WAAW,EACpB,IAAI,EAAE;IAAE,IAAI,EAAE,MAAM,CAAC;IAAC,MAAM,CAAC,EAAE,MAAM,CAAC;IAAC,KAAK,CAAC,EAAE,MAAM,CAAA;CAAE;;;;;GAuBxD"}
|