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 |
|
Peter M. Elias
|
ee874d7b5b
|
Add file operations module
|
2025-01-13 11:53:22 -08:00 |
|
Peter M. Elias
|
150e9cc560
|
Add repository operations module
|
2025-01-13 11:53:22 -08:00 |
|
Peter M. Elias
|
ca2c6f9324
|
Add common utilities for GitHub API requests
|
2025-01-13 11:53:22 -08:00 |
|
Peter M. Elias
|
534b90cfe0
|
Add common type definitions
|
2025-01-13 11:53:22 -08:00 |
|
Peter M Elias
|
0ecd2049ab
|
more 'fixes'
|
2025-01-13 11:53:22 -08:00 |
|
Peter M Elias
|
f4122ff231
|
more fixes
|
2025-01-13 11:53:22 -08:00 |
|
Peter M Elias
|
d9ae0911b9
|
more schema fixes
|
2025-01-13 11:53:22 -08:00 |
|
Peter M Elias
|
a56242dfdc
|
more schema fixes
|
2025-01-13 11:53:22 -08:00 |
|
Peter M Elias
|
90265c27d2
|
schema tweaks
|
2025-01-13 11:53:22 -08:00 |
|
Peter M Elias
|
59b831f326
|
fix github getfilecontent zod schema to match readme spec
|
2025-01-13 11:53:22 -08:00 |
|
Peter M Elias
|
cecd241500
|
fix github PR schemas
|
2025-01-13 11:53:22 -08:00 |
|
David Soria Parra
|
111806d6ae
|
feat: use artifcats to collect mutliple job outputs into one
A matrix job cant have multiple outputs directly, see
https://github.com/orgs/community/discussions/17245.
Use the artifact workaround.
|
2025-01-13 19:43:19 +00:00 |
|
David Soria Parra
|
9f86ee5998
|
fix: fix scripts
|
2025-01-13 13:34:49 +00:00 |
|
David Soria Parra
|
c9b1adf3b6
|
use environments
|
2025-01-13 11:47:41 +00:00 |
|
AiQL.com
|
0cb4978cb2
|
Merge branch 'main' into main
|
2025-01-13 19:44:18 +08:00 |
|
David Soria Parra
|
b3f20decdc
|
feat: fix workflow names
|
2025-01-13 11:38:25 +00:00 |
|
David Soria Parra
|
3622b91fd7
|
Merge pull request #465 from modelcontextprotocol/feat/weekly-releases
feat: add weekly release automation
|
2025-01-13 11:37:21 +00:00 |
|
David Soria Parra
|
9db47b20e7
|
feat: rename
|
2025-01-13 11:36:15 +00:00 |
|
David Soria Parra
|
0989068ef1
|
feat: enhance release automation with daily checks
|
2025-01-13 11:34:12 +00:00 |
|
David Soria Parra
|
6d36b5a1ff
|
feat: add daily release check workflow
|
2025-01-13 11:23:01 +00:00 |
|
Jan Heimes
|
d727b33098
|
Update README.md - Needle Logo orange
|
2025-01-13 12:07:38 +01:00 |
|
Jan Heimes
|
5668abb770
|
Update README.md - Needle logo white
|
2025-01-13 12:03:17 +01:00 |
|
Jan Heimes
|
0526e04253
|
Add Needle to README.md with Icon
|
2025-01-13 12:02:00 +01:00 |
|
R.Huijts
|
743b592dd8
|
Merge branch 'main' into add_rijksmuseum_mcp
|
2025-01-13 10:53:17 +01:00 |
|
liuyoshio
|
aa6d687f53
|
docs: add mcp compass to community servers
|
2025-01-13 15:27:10 +08:00 |
|