Commit Graph

656 Commits

Author SHA1 Message Date
cliffhall
c4371d95d5 Update server-everything to use the latest version of the SDK 2025-05-05 18:00:44 -04:00
cliffhall
f06dc654ff Update server-everything to allow choosing the transport on the command line.
* Update README.md
2025-05-05 13:33:25 -04:00
cliffhall
f93911607b Update server-everything to allow choosing the transport on the command line.
# Run the default (stdio) server
```npx @modelcontextprotocol/server-everything```

# Or specify stdio explicitly
```npx @modelcontextprotocol/server-everything stdio```

# Run the SSE server
```npx @modelcontextprotocol/server-everything sse```

# Run the streamable HTTP server
```npx @modelcontextprotocol/server-everything streamableHttp```

* In src/everything/index.ts
  - refactor/extracted contents to stdio.ts
  - replaced with code that
    - Gets the single argument from the commandline as scriptName
    - switches on scriptName
    - imports the appropriate server script or outputs usage options
  - scripts run on import

* In src/everything/stdio.ts
  - added console log "Starting default (STDIO) server..."

* In src/everything/sse.ts
  - added console log "Starting SSE server..."

* In src/everything/streamableHttp.ts
  - added console log "Starting Streamable HTTP server..."

* This fixes #1594
2025-05-05 13:09:38 -04:00
Ola Hungerford
0ad83e8dda Merge pull request #1183 from buvinghausen/main
Fix docker warnings in Puppeteer dockerfile
2025-05-05 07:20:48 -07:00
allen joslin
063a44a1dd Merge branch 'main' into ajoslin/memory 2025-05-01 17:04:28 -04:00
Matthew McEachen
ba54c9d374 fix(server.py): remove unused import 'os' 2025-04-29 16:01:50 -07:00
Cliff Hall
aff2243237 Merge branch 'main' into main 2025-04-23 18:00:37 -04:00
Ola Hungerford
6c9246468f Merge pull request #1527 from czy88840616/patch-1
Docs: wrap mcpServers config in complete JSON for better IDE support
2025-04-23 08:08:29 -07:00
Shiv Deepak Muddada
e70bcd317b remove json middleware from everything streamable http server 2025-04-22 19:51:16 -07:00
Shiv Deepak Muddada
d1d79444f7 fix: passing body to handleRequest, and optionally adding a response id if it exists 2025-04-22 19:32:07 -07:00
Shiv Deepak Muddada
03e9a7be0d ref: cleanup 2025-04-22 19:32:03 -07:00
Shiv Deepak Muddada
ace5c2a8dd update docs 2025-04-22 19:29:06 -07:00
Shiv Deepak Muddada
07af15945d add streamableHttp server support for everything server 2025-04-22 19:27:00 -07:00
David Soria Parra
52db0d9899 Merge pull request #1243 from burkeholland/burkeholland-vscode-install-instructions
Update READMEs with instructions for VS Code installation
2025-04-22 10:56:19 +01:00
Harry Chen
0a7c7c18f8 docs: Update server README.md 2025-04-22 12:03:01 +08:00
olaservo
c093906095 Update server version to match package semantic version 2025-04-21 06:28:25 -07:00
Bob Merkus
d6a06c6433 Merge branch 'main' into fix/gitlab-get-file-contents 2025-04-19 21:57:30 +02:00
Bob
f221e958d3 fix: remove duplicated project_id from schema 2025-04-19 21:56:43 +02:00
Ola Hungerford
f93737dbb0 Merge pull request #1282 from morinokami/patch-2
fix: Add completions capability to Everything server
2025-04-18 08:19:15 -07:00
Ola Hungerford
0b7432ba5e Merge pull request #1427 from dhruska/patch-1
Update incorrect Brave Search developer dashboard URL
2025-04-18 07:31:12 -07:00
Ola Hungerford
fd657e6816 Merge pull request #1449 from reticenceji/main
update sqlite's mcp SDK version to 1.6.0
2025-04-18 07:29:59 -07:00
Ola Hungerford
ad91defd5c Merge pull request #1456 from cliffhall/upgrade-ts-sdk
Upgrade typescript-sdk version in everything server
2025-04-18 07:23:12 -07:00
Ola Hungerford
c9b93eba96 Merge pull request #1488 from 8ma10s/slack/add-user-profile-read-scope-to-readme
[slack] Instruct users to add users.profile:read scope to token
2025-04-18 07:13:23 -07:00
Ola Hungerford
fc99b57e63 Merge pull request #1426 from olaservo/fix-redis-server-binary
Standardize build and binary references for server-redis
2025-04-18 07:07:50 -07:00
Yamato Sasaki
b9d63b4e9d Instruct users to add users.profile:read scope to token as profile.get API requires it 2025-04-18 13:48:54 +09:00
Ola Hungerford
5514774490 Update fetch Readme JSON snippets for installation to be complete JSON 2025-04-17 19:52:45 -07:00
olaservo
687a5ef5f6 Remove comments from JSON code blocks in readme to avoid invalid JSON copy/paste 2025-04-17 19:06:27 -07:00
olaservo
14bd265f9c Add more details on connection troubleshooting to Readme 2025-04-17 18:51:21 -07:00
olaservo
743a9341f3 Update error logging 2025-04-17 18:51:06 -07:00
cliffhall
fc9e6ba3c9 Upgrade typescript-sdk version in everything server 2025-04-16 11:32:07 -04:00
Gaoqiang Ji
9120679cc6 update sqlite's mcp version to 1.6.0 2025-04-16 16:57:17 +08:00
Gaoqiang Ji
a8f84ccd76 update readme 2025-04-16 16:49:29 +08:00
Gaoqiang Ji
b3961e050d update sqlite's mcp version to 1.6.0 2025-04-16 16:40:22 +08:00
Burke Holland
c0668400f7 Merge branch 'main' of https://github.com/modelcontextprotocol/servers into burkeholland-vscode-install-instructions 2025-04-15 22:19:33 -05:00
Burke Holland
adac92f93d Merge branch 'main' of https://github.com/modelcontextprotocol/servers into burkeholland-vscode-install-instructions 2025-04-15 16:40:03 -05:00
Ola Hungerford
243d25e527 Merge branch 'main' into add-jest-setup 2025-04-15 08:20:30 -07:00
cliffhall
b8ecbe79de Adjust intervals for outgoing demo messages
- subscription updates: 10 seconds
- logging messages: 20 seconds
- stderr messages: 30 seconds
2025-04-15 10:52:34 -04:00
Ola Hungerford
48d41b7f6e Merge branch 'main' into fix-redis-server-binary 2025-04-15 05:36:49 -07:00
Donald Hruska
c08f46a5f7 Update incorrect Brave Search developer dashboard URL 2025-04-14 22:02:50 -07:00
olaservo
e5477c2bd4 Standardize build and binary references 2025-04-14 21:12:35 -07:00
cliffhall
41fa29e21b Fix formatting 2025-04-14 17:32:33 -04:00
cliffhall
9655d471f7 Add periodic stderr messages.
In everything.ts
- add a 10 second interval for sending 'notifications/stderr' messages to the client

This was created in order to test the display and clearing of stderr messages in the client.
- see https://github.com/modelcontextprotocol/inspector/pull/286
2025-04-14 17:13:11 -04:00
Seongtaek Oh
33447683ee Merge branch 'main' into feat/optimize-slack-get-channels 2025-04-15 00:04:09 +09:00
olaservo
8bdd270abb Add working test config for filesystem 2025-04-13 20:02:08 -07:00
allen joslin
95052c4493 Merge branch 'main' into ajoslin/memory 2025-04-13 18:02:16 -04:00
Shinya Fujino
7baf4c5c36 Merge branch 'main' into patch-2 2025-04-14 00:57:08 +09:00
Burke Holland
090b6b7c1a Move VS Code below Claude 2025-04-10 12:10:02 -05:00
Burke Holland
76b3d7b5de Merge remote-tracking branch 'upstream/main' into burkeholland-vscode-install-instructions 2025-04-10 09:29:23 -05:00
Brian Buvinghausen
e6cb307885 Merge branch 'main' into main 2025-04-09 15:18:43 -05:00
Bob Merkus
a04193380d fix: use default HEAD as ref 2025-04-09 14:12:01 +02:00