Commit Graph

851 Commits

Author SHA1 Message Date
Alp Sarıyer
e29b4ff686 doc: Adds ArangoDB mcm server to Community Servers section of README.md 2025-01-15 15:56:23 +02:00
David Soria Parra
49489d4864 Merge pull request #464 from erdnax123/erdnax123-patch-2
fix warnings: - FromAsCasing: 'as' and 'FROM' keywords' casing do not…
2025-01-15 09:34:07 +00:00
David Soria Parra
3bf9d2cbcb Merge pull request #507 from alezkv/alezkv/update-error-handling
Update error handling to use ErrorData consistently
2025-01-15 09:29:53 +00:00
David Soria Parra
0fb588033c Merge pull request #506 from shannonlal/feat/add-postman-newman-server-readme
README: Adding Postman/Newman to community mcp servers for Readme
2025-01-14 18:03:24 +00:00
David Soria Parra
164a15964c Merge pull request #505 from zxzinn/main
Added OpenCTI to MCP Servers
2025-01-14 18:02:13 +00:00
David Soria Parra
5fe8629137 Merge pull request #512 from felores/patch-2
Placid.app MCP server added
2025-01-14 16:53:14 +00:00
David Soria Parra
b5941b44d7 Merge pull request #485 from privetin/feat/add-dataset-viewer
docs: add Dataset Viewer server to list
2025-01-14 16:52:55 +00:00
David Soria Parra
28cda3b545 Merge pull request #510 from YanxingLiu/add-dify-mcp-server
add dify mcp server
2025-01-14 16:52:10 +00:00
David Soria Parra
383b9c9cc0 address npm dependency fixes 2025-01-14 16:33:40 +00:00
Justin Spahr-Summers
5e1350d095 Merge pull request #503 from modelcontextprotocol/justin/github-prs
[GitHub] Add PR listing, reading, reviewing, and merging tools
2025-01-14 12:53:08 +00:00
Justin Spahr-Summers
de256a48b1 fix: Add missing CreatePullRequestSchema and createPullRequest function 2025-01-14 11:19:13 +00:00
Justin Spahr-Summers
a12c6ff23d Merge main: Move to modular structure and add PR functionality 2025-01-14 11:11:41 +00:00
Justin Spahr-Summers
a2967d1753 total glow-up: github MCP server (PR #434) 2025-01-14 11:03:12 +00:00
Justin Spahr-Summers
80b52d9641 Merge remote-tracking branch 'origin/main' into pr/434 2025-01-14 10:58:23 +00:00
David Soria Parra
4f3dc11065 new release workflow 2025-01-14 03:05:38 +00:00
David Soria Parra
8e944369b7 improve release workflow more 2025-01-14 01:42:00 +00:00
David Soria Parra
9edf9fcaf0 feat: update package versions before creating release tag 2025-01-14 00:39:59 +00:00
David Soria Parra
a156ab635b feat: only run create-tag job when packages are detected 2025-01-14 00:38:44 +00:00
David Soria Parra
85e303aab8 feat: remove release check 2025-01-14 00:35:12 +00:00
David Soria Parra
fbb0514749 feat: improvements to release.yml 2025-01-14 00:34:17 +00:00
David Soria Parra
a5dbc1d3d3 fix: dont specify username 2025-01-13 20:07:29 +00:00
David Soria Parra
3d8c33cd9a feat: enhance release workflow with artifact collection and job output handling 2025-01-13 20:01:18 +00:00
Peter M. Elias
eea524abcf fix: make checkForExistingPullRequest check exact head/base match 2025-01-13 11:53:22 -08:00
Peter M. Elias
339a7b6708 fix: restore original environment variable name for GitHub token 2025-01-13 11:53:22 -08:00
Peter M. Elias
cfd613693c fix: handle URL parameter types correctly in listIssues function 2025-01-13 11:53:22 -08:00
Peter M. Elias
8016e366cd fix: use buildUrl utility in search module 2025-01-13 11:53:22 -08:00
Peter M. Elias
dac0b7cc34 fix: use buildUrl utility in issues module 2025-01-13 11:53:22 -08:00
Peter M. Elias
10f0aec693 fix: use buildUrl utility in commits module 2025-01-13 11:53:22 -08:00
Peter M. Elias
3e1b3caaec fix: resolve typescript errors and add buildUrl utility
- Fix headers type assertion issue
- Add buildUrl utility function for URL parameter handling
2025-01-13 11:53:22 -08:00
Peter M. Elias
272e26935b feat: add GitHub error handling to MCP server
- Import GitHubError types
- Add error formatting utility
- Update error handling in request handler
2025-01-13 11:53:22 -08:00
Peter M. Elias
10bd24dd02 feat: enhance pull request operations with validation and error handling
- Add branch existence validation
- Add duplicate PR check
- Add comprehensive error handling
- Improve type safety with zod transforms
- Add input sanitization
2025-01-13 11:53:22 -08:00
Peter M. Elias
ff2f2c5347 feat: enhance GitHub request utilities with error handling 2025-01-13 11:53:22 -08:00
Peter M. Elias
fb421b4837 feat: add GitHub API error handling utilities 2025-01-13 11:53:22 -08:00
Peter M. Elias
e921c2725c fix: restore proper runServer function closure 2025-01-13 11:53:22 -08:00
Peter M. Elias
b8b7c1b784 refactor: update pull request handler to use new parameter style 2025-01-13 11:53:22 -08:00
Peter M. Elias
42872be9a2 refactor: remove documentation and comments 2025-01-13 11:53:22 -08:00
Peter M. Elias
835be7f855 refactor: improve pull request schemas and validation
- Add proper state enum validation
- Add title and body length validation
- Consolidate request schemas
- Add consistent parameter handling
- Improve type safety
- Add proper JSDoc documentation
2025-01-13 11:53:22 -08:00
Peter M Elias
7c72d987f9 cleanup 2025-01-13 11:53:22 -08:00
Peter M. Elias
a79ec67d9c Add missing GitHubListCommitsSchema and GitHubSearchResponseSchema to common types 2025-01-13 11:53:22 -08:00
Peter M. Elias
0b3359fbf9 Add missing issue-related schemas to common types 2025-01-13 11:53:22 -08:00
Peter M. Elias
4ec840cb4a Add GitHubIssueAssigneeSchema to common types 2025-01-13 11:53:22 -08:00
Peter M. Elias
6b9e983407 Add GitHubPullRequestSchema and related schemas to pulls module 2025-01-13 11:53:22 -08:00
Peter M. Elias
9f43900170 Add GitHubCreateUpdateFileResponseSchema to files module 2025-01-13 11:53:22 -08:00
Peter M. Elias
b4e5754c65 Remove schemas.ts as schemas are now in operation modules 2025-01-13 11:53:22 -08:00
Peter M. Elias
83909ddf95 Refactor index.ts to use modular operation files 2025-01-13 11:53:22 -08:00
Peter M. Elias
f8915fe9aa Add commits operations module 2025-01-13 11:53:22 -08:00
Peter M. Elias
7a89bd5f08 Add search operations module 2025-01-13 11:53:22 -08:00
Peter M. Elias
6fdfeebdbe Add pull request operations module 2025-01-13 11:53:22 -08:00
Peter M. Elias
d751289f9c Add branches operations module 2025-01-13 11:53:22 -08:00
Peter M. Elias
2218a0f442 Add issues operations module 2025-01-13 11:53:22 -08:00