Commit Graph

832 Commits

Author SHA1 Message Date
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
GongRzhe
9c2059a1b7 Merge branch 'main' into main 2025-01-13 11:21:34 +08:00
Aleksey Zhukov
ebecd590e2 Update error handling to use ErrorData consistently
Also:
Updated mcp dependency from 1.0.0 to 1.1.3

This aligns with MCP's error handling patterns and provides better
structured error information.
2025-01-10 21:53:57 +01:00
Alexandros Pappas
b0237b1e28 Merge branch 'main' into feat/add-start-scripts-everything-server 2025-01-10 18:10:28 +01:00
Philippe Charrière
c2b4f71c0f Merge branch 'main' into patch-1 2025-01-10 15:36:34 +01:00
Justin Spahr-Summers
6ec4dff99a Add tool to list existing PR reviews 2025-01-10 13:53:13 +00:00
Justin Spahr-Summers
a47abf5cce Add support for listing PR comments 2025-01-10 13:47:46 +00:00
Justin Spahr-Summers
ac7592f71a Support updating PR branches 2025-01-10 12:57:39 +00:00
Justin Spahr-Summers
f42cf77d57 Don't use old toolResult format 2025-01-10 12:57:38 +00:00
Justin Spahr-Summers
353fbb8d0a Add reading PR files and status, merging PRs 2025-01-10 12:57:38 +00:00
Justin Spahr-Summers
9e25ffd599 Add support for listing, reading, and reviewing PRs 2025-01-10 12:57:38 +00:00
TerminalMan
ae0197e374 fix sampling 2025-01-08 20:16:10 +00:00
interrobot
71f0b3c039 Merge branch 'main' into windows-default-encoding-fix 2025-01-06 21:19:39 -05:00
Josh Cannon
7fd318d2ce hint period 2025-01-06 13:38:17 -06:00
s2005
98d983a996 Merge branch 'main' into feature/memory-improvements 2025-01-05 14:38:53 +01:00
erdnax123
87c9f43877 Merge branch 'main' into erdnax123-patch-2 2025-01-02 13:03:39 -03:00
David Soria Parra
0deff66ac7 Merge pull request #463 from erdnax123/erdnax123-patch-1
fix docker build command
2025-01-02 16:03:20 +00:00
erdnax123
6df47079b5 Merge branch 'main' into erdnax123-patch-2 2025-01-02 13:01:11 -03:00
David Soria Parra
29966871a0 Merge pull request #448 from ruixingshi/fix/github-server-readme
fix: Fix the NPX configuration of github server README
2025-01-02 15:58:41 +00:00
David Soria Parra
1527419eb0 Merge pull request #454 from kenzan100/kenzan100-patch-1
Update mcp/git README.md
2025-01-02 15:58:31 +00:00
André Holzmüller
0dd9ac9ea0 fix warnings: - FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 1)
On branch erdnax123-patch-2
Changes to be committed:
	modified:   src/aws-kb-retrieval-server/Dockerfile
	modified:   src/brave-search/Dockerfile
	modified:   src/everart/Dockerfile
	modified:   src/everything/Dockerfile
	modified:   src/filesystem/Dockerfile
	modified:   src/gdrive/Dockerfile
	modified:   src/github/Dockerfile
	modified:   src/gitlab/Dockerfile
	modified:   src/google-maps/Dockerfile
	modified:   src/memory/Dockerfile
	modified:   src/postgres/Dockerfile
	modified:   src/sequentialthinking/Dockerfile
	modified:   src/slack/Dockerfile
2025-01-02 12:56:40 -03:00
erdnax123
09680e048d fix docker build command 2025-01-02 12:40:16 -03:00
yangdx
ce72760302 Fix webpage content pagination logic error
Improve truncated content handling. Fix empty content return logic •
2025-01-02 16:51:23 +08:00
Yuta Miyama
0a05e1085d Update mcp/git README.md 2025-01-01 16:22:57 +09:00
Philippe Charrière
ded263ff41 Add arguments to the docker command to avoid the server exit 2024-12-31 13:40:34 +01:00
shiruixing
fcbf58069d fix: Fix the readme of github server 2024-12-30 19:44:59 +08:00
Cass Petrus
7ecbfdfd84 fix: also change tag name 2024-12-25 15:04:28 -08:00
Meng Xin Zhu
38afef6a85 docs: fix github npx usage example 2024-12-24 15:58:25 +08:00
GongRzhe
541aa19649 Add Redis Server
# Redis

A Model Context Protocol server that provides access to Redis databases. This server enables LLMs to interact with Redis key-value stores through a set of standardized tools.
2024-12-24 12:20:29 +08:00
Cass Petrus
69bba96dab fix: update filesystem readme
The README for the filesystem MCP setup had a trailing comma (invalid
JSON syntax). This addresses that.

Along the way, as I was testing out Claude's use of the filesystem, I
asked it to check for other inconsistencies. Here are a few others.
2024-12-22 12:07:01 -08:00
interrobot
b590213b2c Merge branch 'main' into windows-default-encoding-fix 2024-12-22 12:41:10 -05:00
Alexandros Pappas
f2a802822b feat: Add start and start:sse scripts to package.json on everything server 2024-12-22 15:55:07 +01:00
s2005
05fb0eab36 Add newline before server instance initialization
As it was before
2024-12-21 18:59:17 +01:00
s2005
5d0bee0295 fix(memory): revert back instantiation of KnowledgeGraphManager 2024-12-21 18:54:35 +01:00
s2005
04209ec248 feat(memory): add MEMORY_FILE_PATH environment variable support
- Add environment variable MEMORY_FILE_PATH to configure custom storage location
- Support both absolute and relative paths
- Update documentation with configuration examples
- Bump version to 0.6.3
2024-12-21 18:38:12 +01:00
colinmcneil
ddd4860452 Emit gdrive log on stderr to prevent rpc errors in claude desktop 2024-12-20 12:27:42 -05:00
colinmcneil
071f41df53 Remove step 6 for gdrive 2024-12-20 11:58:39 -05:00
Jim Clark
621919a954 Switch to uv-less final stages 2024-12-19 17:13:21 -08:00
Jim Clark
4fa1c47b0a Update fetch Docker to not have ux in final stage 2024-12-19 16:05:22 -08:00
colinmcneil
f63029468d Get gdrive working in Docker 2024-12-19 18:24:35 -05:00