devin-ai-integration[bot]
3cf9a060cd
feat: add search_files handler with excludePatterns support
2024-12-06 21:47:39 +00:00
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
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
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
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
Justin Spahr-Summers
20f684a25d
Merge pull request #157 from mikegehard/create-new-branches
...
Create new branches
2024-12-03 10:23:56 -06:00
Mike Gehard
c0a1cb7eac
Update src/git/src/mcp_server_git/server.py
...
Co-authored-by: Justin Spahr-Summers <justin@jspahrsummers.com >
2024-12-03 11:19:22 -05:00
Mike Gehard
3192bf66df
Update src/git/README.md
...
Co-authored-by: Justin Spahr-Summers <justin@jspahrsummers.com >
2024-12-03 11:19:13 -05:00
Marc Goodner
da0ef81067
update readme
2024-12-03 07:21:59 -08:00
David Soria Parra
129d80af31
TS Servers 0.6.0
2024-12-03 14:10:24 +00:00
Justin Spahr-Summers
9cf2b661dc
Merge pull request #182 from aliev/missing-main-in-sentry-server
...
added missing __main__ in mcp_server_sentry
2024-12-03 07:27:58 -06:00
Justin Spahr-Summers
4818feaeb8
Bump sequentialthinking version for publishing
2024-12-03 13:25:02 +00:00