devin-ai-integration[bot]
ffd9cb7f53
fix: correct tool registration syntax for search_files
2024-12-06 21:45:28 +00:00
devin-ai-integration[bot]
00a30ac2bb
fix: add proper TypeScript types to search_files handler
2024-12-06 21:44:45 +00:00
devin-ai-integration[bot]
a1855509d1
feat: register search_files tool with excludePatterns support
2024-12-06 21:44:06 +00:00
devin-ai-integration[bot]
4e08779cb5
docs: update README with excludePatterns documentation for search_files
2024-12-06 21:42:25 +00:00
devin-ai-integration[bot]
ddb24ade66
chore: add minimatch dependency for glob pattern matching
2024-12-06 21:41:54 +00:00
devin-ai-integration[bot]
b64851723b
fix: use named import for minimatch
2024-12-06 21:41:35 +00:00
devin-ai-integration[bot]
b2b8f29816
feat: add excludePatterns to search_files for filtering directories
...
- Add excludePatterns property to SearchFilesArgsSchema
- Modify searchFiles function to handle path exclusions
- Add minimatch import for glob pattern matching
This change allows excluding specific directories (like node_modules)
from file searches to prevent context window overflow.
Issue: modelcontextprotocol/servers#251
2024-12-06 21:40:54 +00:00
Aschent89
9038094589
Update the github-server readme to outline 'get_issue'
2024-12-06 14:08:01 -05:00
Aschent89
6d7a8f2267
feat: add get_issue endpoint to retrieve single issue details
...
Adds functionality to fetch details of a specific GitHub issue by number.
This includes:
- New GetIssueSchema for input validation
- Implementation of getIssue function using GitHub API
- Addition of get_issue tool to available tools list
- Handler for get_issue in CallToolRequestSchema
This allows users to retrieve complete issue information including:
- Issue metadata (title, body, state)
- Associated data (labels, assignees, milestone)
- Timestamps (created, updated, closed)
2024-12-06 14:03:12 -05:00
monkeydaichan
768a5af80c
docs(git): restore original README formatting and add git_diff doc
...
Restored the original formatting while adding documentation for the new git_diff tool. No changes were made to the existing documentation structure.
2024-12-07 01:33:34 +09:00
monkeydaichan
4502810ac8
docs(git): fix README formatting
...
Fixed unintended formatting changes in the git server README while keeping the new git_diff tool documentation.
2024-12-07 01:30:31 +09:00
monkeydaichan
ba301c4a66
feat(git): add git_diff tool for branch comparison
...
Added new git_diff tool to allow comparison between branches or commits.
This adds the ability to compare branches directly through the MCP interface.
2024-12-07 01:25:33 +09:00
Enrico Ballardini
a6dfe1e9b6
Merge branch 'main' into main
2024-12-06 10:37:02 -03:00
Justin Spahr-Summers
f10a89b9b3
Merge branch 'main' into patch-1
2024-12-05 23:30:46 +00:00
Justin Spahr-Summers
54d6b58901
Merge branch 'main' into pr/224
2024-12-05 23:27:30 +00:00
Justin Spahr-Summers
737b02d976
Merge branch 'main' into pr/184
2024-12-05 23:15:23 +00:00
Justin Spahr-Summers
92fc214691
Merge pull request #149 from matipojo/fix-puppeteer-async-eval
...
fix(puppeteer): enable async code execution in puppeteer_evaluate tool
2024-12-05 23:11:50 +00:00
Justin Spahr-Summers
d300fec66a
Merge branch 'main' into pr/119
2024-12-05 23:05:57 +00:00
Justin Spahr-Summers
0724ae472e
Merge pull request #103 from 0xRaduan/add-search-for-github
...
feat(github): Add GitHub Search to Github MCP
2024-12-05 22:58:00 +00:00
Mati Horovitz
695aa90bac
Merge branch 'main' into fix-puppeteer-async-eval
2024-12-05 20:12:07 +02:00
Marc Goodner
4c67b18281
Merge branch 'main' into file-edit
2024-12-05 08:25:36 -08:00
Justin Spahr-Summers
5020b4b384
Update package.json
2024-12-05 12:05:27 +00:00
Justin Spahr-Summers
2d002fa033
Merge branch 'main' into aws-kb-retrieval
2024-12-05 12:04:33 +00:00
Raduan77
3b71d48f65
address comment
2024-12-05 11:37:51 +01:00
Raduan77
7d51320f42
merge w/ upstream
2024-12-05 11:20:54 +01:00
Marc Goodner
b477af5c04
seriously, like aider
2024-12-05 00:33:49 -08:00
Marc Goodner
7417d4dc07
update read me for current impl
2024-12-04 20:51:39 -08:00
Marc Goodner
b04c9334bc
schema def issues
2024-12-04 20:45:43 -08:00
Marc Goodner
f2dc831df8
Merge branch 'modelcontextprotocol:main' into file-edit
2024-12-04 20:19:28 -08:00
Marc Goodner
f7e5481fe1
Merge branch 'file-edit' of github.com:robotdad/servers into file-edit
2024-12-04 20:15:52 -08:00
Marc Goodner
b6e052946a
use the diff package, aider inspired search
2024-12-04 20:13:58 -08:00
Marc Goodner
02ff589f58
user aider inspired diff approach
2024-12-04 19:21:04 -08:00
Jerad Bitner
b41ae3c669
Merge branch 'main' into feat__github-issue-tools
2024-12-04 16:41:58 -08:00
Enrico Ballardini
28cad9d2ab
Merge branch 'main' into main
2024-12-04 16:57:45 -03:00
Skirano
07b47bc25b
fixed version and updated the server list in the main Readme
2024-12-04 12:57:39 -05:00
Ben Sully
789219ddf9
Make merge_commit_sha nullable in GitHub server
...
Fixes #227 .
2024-12-04 16:37:14 +00:00
David Soria Parra
94a36286d2
typescript servers 0.6.2
2024-12-04 16:11:35 +00:00
David Soria Parra
e7e1c85058
python servers 0.6.2
2024-12-04 15:57:31 +00:00
Marc Goodner
bb7925fe11
improve whitespace sensitivity in multiline text matching
2024-12-04 07:35:12 -08:00
Marc Goodner
1ec75e87fc
improve multiline text editing reliability by tracking positions and applying edits in reverse order
2024-12-04 07:27:02 -08:00
Himanshu Ladia
215574f511
update read me
2024-12-04 18:16:23 +05:30
Himanshu Ladia
c31f00f54f
fix contract
2024-12-04 17:29:56 +05:30
Himanshu Ladia
44f68efbdc
add capability to list commits of a branch
2024-12-04 14:58:47 +05:30
Marc Goodner
dc9f56720f
same compare for edit and dry run
2024-12-03 16:45:04 -08:00
Enrico Ballardini
deffdb94ac
directory_tree base implementation
2024-12-03 22:52:29 +01:00
Jerad Bitner
54782ed9f7
Merge branch 'main' into feat__github-issue-tools
2024-12-03 13:21:50 -08:00
Jerad Bitner
506eabab39
fix: update listIssues and updateIssue function signatures
2024-12-03 13:21:00 -08:00
David Soria Parra
a096c95e8e
Typescript servers 0.6.1
2024-12-03 17:49:33 +00:00
Marc Goodner
5c0cc52a13
Merge branch 'modelcontextprotocol:main' into file-edit
2024-12-03 08:58:07 -08:00
Marc Goodner
de49769034
limitations added to readme
2024-12-03 08:51:01 -08:00