Commit Graph

3430 Commits

Author SHA1 Message Date
Vivek Vellaiyappan
8562a813c1 feat: Added mcp-pandoc to enable seamless content conversions when using claude 2024-12-08 16:57:47 -06:00
Mike Gehard
98e78c37b4 Use a test fixture to set proper patterns. 2024-12-08 16:26:59 -05:00
Mike Gehard
ebc797fa1b README change 2024-12-08 16:26:58 -05:00
Mike Gehard
021a95c904 Allow to check out branches
The git server currently lacks branch switching capabilities, limiting both
LLMs and developers. This adds branch checkout so LLMs can
help developers add new functionality in a new feature branch.
2024-12-08 16:26:58 -05:00
Cesar Alvernaz
71f1c45042 Update README.md 2024-12-08 20:58:08 +00:00
Snaggle AI
4aa34d058c Added openapi-mcp-server to community servers in README.md
openapi-mcp-server allows connections to any server that has an open api spec.
2024-12-08 17:01:29 +01:00
Suyog Sonwalkar
14a3c5c553 Adding MCP Server Kubernetes 2024-12-07 21:36:00 -08:00
Christian Kreiling
d2180886a9 Point to the repository root instead of tree/main 2024-12-07 12:53:44 -05:00
Christian Kreiling
88cfbfc97a README: add a community Docker MCP server 2024-12-07 12:45:02 -05:00
datawiz168
b09b3610a1 Add Snowflake MCP server to community servers list 2024-12-08 00:46:29 +08:00
Ravi Kiran Vemula
07752f6085 Merge branch 'main' into docs/add-firecrawl-community 2024-12-07 17:32:41 +05:30
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