Commit Graph

394 Commits

Author SHA1 Message Date
devin-ai-integration[bot]
4e31b9d66e fix: add server initialization call 2024-12-06 21:56:41 +00:00
devin-ai-integration[bot]
22a79571d7 fix: properly register search_files tool with schema in server setup 2024-12-06 21:53:53 +00:00
devin-ai-integration[bot]
9049f031cc fix: use correct tools capability format in server setup 2024-12-06 21:53:00 +00:00
devin-ai-integration[bot]
773fb8d205 fix: enable tools capability in server setup 2024-12-06 21:52:24 +00:00
devin-ai-integration[bot]
2c1bb4426c fix: simplify server setup and rely on handlers for tool registration 2024-12-06 21:51:49 +00:00
devin-ai-integration[bot]
15dbacdcba feat: add search_files handler in CallToolRequestSchema 2024-12-06 21:49:22 +00:00
devin-ai-integration[bot]
95e88aeb75 fix: update server setup with correct tool registration format 2024-12-06 21:48:45 +00:00
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
eb7db5b6ec Merge pull request #228 from sd2k/patch-1
Make `merge_commit_sha` nullable in GitHub server
2024-12-05 23:31:03 +00:00
Justin Spahr-Summers
f10a89b9b3 Merge branch 'main' into patch-1 2024-12-05 23:30:46 +00:00
Justin Spahr-Summers
e5ace36a28 Merge pull request #224 from himanshuladia31/himanshu/github/list-commits
feat: github: add capability to list commits of a branch
2024-12-05 23:28:50 +00:00
Justin Spahr-Summers
54d6b58901 Merge branch 'main' into pr/224 2024-12-05 23:27:30 +00:00
Justin Spahr-Summers
fc7183983c Merge pull request #184 from robotdad/file-edit
edit_file tool
2024-12-05 23:16:53 +00:00
Justin Spahr-Summers
f7da6f41de npm install 2024-12-05 23:15:48 +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
370198df1b Merge pull request #119 from sirkitree/feat__github-issue-tools
feat: add issue management functionalities for github
2024-12-05 23:07:42 +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
Justin Spahr-Summers
75e7fcea58 npm install 2024-12-05 22:55:41 +00:00
Justin Spahr-Summers
ef1fd93b4f Merge pull request #245 from alexdphan/browserbase
browserbase readme (Third-Party Servers: Official Integrations)
2024-12-05 22:28:08 +00:00
AP
852aebf30b browserbase readme 2024-12-05 14:03:51 -08:00
Mati Horovitz
695aa90bac Merge branch 'main' into fix-puppeteer-async-eval 2024-12-05 20:12:07 +02:00
Marc Goodner
d144bd7c78 Merge branch 'main' into file-edit 2024-12-05 09:47:18 -08:00
Justin Spahr-Summers
6b40d33c18 Merge pull request #162 from RamXX/link-new-server
Added new community link
2024-12-05 17:27:21 +00:00
Justin Spahr-Summers
b945ae09cc Merge branch 'main' into link-new-server 2024-12-05 17:27:13 +00:00
Justin Spahr-Summers
e6986edc8a Merge pull request #241 from jhhxgn/patch-1
Fixed Readme link to sequential thinking server
2024-12-05 17:26:37 +00:00
Jan Horák
e8f08ac479 Fixed Readme link to sequential thinking server 2024-12-05 17:33:11 +01:00
Marc Goodner
4c67b18281 Merge branch 'main' into file-edit 2024-12-05 08:25:36 -08:00
Justin Spahr-Summers
950534254a Merge pull request #180 from Skirano/aws-kb-retrieval
added aws kb server
2024-12-05 12:19:25 +00:00
Justin Spahr-Summers
415b6faf4e Merge pull request #233 from shanejonas/patch-1
Add OpenRPC community server
2024-12-05 12:17:52 +00:00
Justin Spahr-Summers
4ef425a5c0 Merge branch 'main' into patch-1 2024-12-05 12:17:44 +00:00
Justin Spahr-Summers
6fa6976374 Merge pull request #223 from designcomputer/add-mysql-server
Add MySQL MCP server to Community Servers
2024-12-05 12:14:02 +00:00
Justin Spahr-Summers
1d416c85e5 Merge pull request #230 from SimonB97/main
Update README.md: Add entry for Windows CLI MCP Server
2024-12-05 12:11:53 +00:00
Justin Spahr-Summers
bd4a101ac1 npm install 2024-12-05 12:10:12 +00:00
Justin Spahr-Summers
27b72cab28 Merge pull request #229 from jerhadf/linear-mcp-server
Add Linear community server
2024-12-05 12:06:56 +00: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
Justin Spahr-Summers
ce0ac970b6 Merge pull request #237 from wong2/patch-1
Add mcp-cli to Resources
2024-12-05 11:55:16 +00:00
wong2
b0e416294d Add mcp-cli to Resources 2024-12-05 19:09:55 +08:00
Raduan77
3b71d48f65 address comment 2024-12-05 11:37:51 +01:00
Raduan77
3b0df164db Merge branch 'add-search-for-github' of https://github.com/0xRaduan/servers into add-search-for-github 2024-12-05 11:21:46 +01:00
Raduan77
7d51320f42 merge w/ upstream 2024-12-05 11:20:54 +01:00