Commit Graph

4019 Commits

Author SHA1 Message Date
Jeffrey Ling
245aece576 Merge branch 'main' into devin/1733521206-add-exclude-patterns-to-search-files 2024-12-06 17:42:09 -07:00
Jeffrey Ling
da695fe05a cleanup diffs and improve glob matching 2024-12-06 17:37:39 -07:00
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
Tomás Senart
b32d1d7e5f README: add Axiom official MCP server 2024-12-06 21:31:18 +01:00
Frank Fiegel
508ab7caf5 Add r/mcp Reddit community 2024-12-06 13:16:36 -06:00
Frank Fiegel
b0ffed3f5c Update README.md 2024-12-06 13:14:14 -06: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
Cesar Alvernaz
a1627751f5 alphavantage mcp server community 2024-12-06 19:00:27 +00:00
Cesar Alvernaz
d7c7d99237 alphavantage mcp server community 2024-12-06 18:57:07 +00: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
6b3f67b50f 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:29:23 +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
2ecb382a02 Merge pull request #143 from calclavia/patch-1
Added Obsidian Community MCP
2024-12-06 13:33:21 +00:00
Henry Mao
faab7bccf5 Merge branch 'main' into patch-1 2024-12-06 20:36:32 +08:00
vrknetha
937df8818f docs: add FireCrawl to community servers section 2024-12-06 15:24:03 +05:30
Vidhu Panhavoor Vasudevan
8736c39a1c Update README.md for X(Twitter) MCP 2024-12-05 23:05:56 -08: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