Really Him
069d503f2b
Merge branch 'main' into hesreallyhim/git-small-fixes-with-typing-and-strings
2025-05-22 11:45:48 -04:00
AWOrpington
dcbd53cf52
Merge branch 'main' into main
2025-05-22 09:42:26 -06:00
cliffhall
145f893108
Allow multiple connections to the everything server.
...
For both sse and streamableHttp, a server instance needs to be created for each transport. Otherwise, when a new client connects and its new transport is connected to the single server, the previous transport is overwritten in the server instance and can no longer communicate.
* In sse.ts
- remove global server, cleanup, and transport vars
- add transports map
- in sse GET handler,
- check for sessionId, there shouldn't be one, so comment "Reconnecting?" and do nothing if present
- if sessionId not present
- create new server and transport instance
- connect server to transport
- add transport to transports map
- in server.onclose, delete the transport from the transports map and call cleanup
- in /message POST handler
- get the sessionId from the request
- get the transport from the map by sessionId
- handle the message if the transport was found
* In streamableHttp.ts
- remove the global server and cleanup vars
- change transports var to Map
- in /mcp POST handler
- when creating a new session
- create a server instance
- in server.onclose, delete the transport from the transports map and call cleanup
- remove the calls to cleanup and server.close in the SIGINT handler, because the transport is closed and its onclose handler closes the server.
2025-05-22 11:41:16 -04:00
Sfurti-yb
74519c3e95
Merge branch 'main' into yugabyte-mcp-server
2025-05-22 20:10:01 +05:30
Sfurti-yb
5a8b77be61
Update README with the YugabyteDB MCP server
2025-05-22 19:33:00 +05:30
Alex Hancock
bb539df8ca
Merge pull request #1580 from hsheth2/patch-1
...
Add official DataHub MCP server
2025-05-22 09:35:24 -04:00
Mukesh Choudhari
23843446a3
add official terraform mcp server
2025-05-22 17:32:05 +05:30
Evaldas Leliūga
d8b3ed910f
Add Chiki StudIO configurable MCP servers to README
2025-05-22 13:20:54 +03:00
Mini256
c00802b700
Add Official TiDB integration for MCP
2025-05-22 18:15:31 +08:00
Paul-Louis NECH
941248c337
Merge branch 'main' into patch-add-algolia
2025-05-22 12:12:49 +02:00
ihrpr
9f1f297c7e
Merge pull request #1813 from sean-roberts/main
...
Add Netlify's MCP server to official MCP servers
2025-05-22 08:29:56 +01:00
Ola Hungerford
85ba8c9998
Merge pull request #1466 from sunny0826/new-official-integrations-kwdb
...
Add Official KWDB integration for MCP
2025-05-21 21:20:48 -07:00
Harshal Sheth
05428a7e79
Merge branch 'main' into patch-1
2025-05-21 21:13:44 -07:00
Xudong Guo
62235d0c46
move link by alphabetical
2025-05-22 09:07:52 +08:00
Xudong Guo
4b53dc4255
Merge branch 'main' into new-official-integrations-kwdb
2025-05-22 08:58:41 +08:00
Tadas Antanavicius
626dc0aa2c
Merge pull request #1863 from devonmojito/add-ton-blockchain-mcp
...
Added Ton Blockchain MCP to README
2025-05-21 09:07:03 -07:00
Tadas Antanavicius
df91168b59
Merge pull request #1603 from ttommyth/interactive-mcp
...
Add interactive-mcp
2025-05-21 09:04:28 -07:00
Tadas Antanavicius
d9140e4a0d
Merge pull request #1825 from rajvirtual/raj/ouraring
...
Added Oura Ring MCP server to README.md
2025-05-21 08:11:07 -07:00
Raj Vijay
4c8f62cc36
Update README.md
...
Co-authored-by: Tadas Antanavicius <tadas@tadasant.com >
2025-05-21 08:07:27 -07:00
Ola Hungerford
3e9ad2c221
Merge pull request #1378 from pagos-ai/main
...
Add Pagos maintained MCP server to list of Official servers
2025-05-21 06:00:59 -07:00
Ola Hungerford
a35308243d
Merge pull request #1333 from chilipote/main
...
chore: add tl;dv into the Official Integrations
2025-05-21 05:55:12 -07:00
Ola Hungerford
4241113862
Merge pull request #1354 from kpsunil97/main
...
Add official DevRev MCP server
2025-05-21 05:33:19 -07:00
Ola Hungerford
61fcc6f503
Merge pull request #1238 from wayvlad/add-waystation-server
...
Add WayStation server to README
2025-05-21 05:30:13 -07:00
Ola Hungerford
624123f5ae
Merge pull request #1194 from donbagger/addondexpaprika
...
update readme: added official dexpaprika mcp server
2025-05-21 05:29:29 -07:00
Manoj Bajaj
1f38b2dc94
Merge branch 'modelcontextprotocol:main' into patch-1
2025-05-21 14:08:04 +05:30
Devon Mojito
d53ff7b3c6
Update README.md
...
added Ton Blockchain MCP
2025-05-21 14:55:14 +08:00
Ola Hungerford
97b59efacd
Merge pull request #1117 from Bojo-io/add-verbwire-server
...
Add Verbwire MCP Server to official integrations list
2025-05-20 21:20:56 -07:00
Xudong Guo
18c3c489de
Merge branch 'main' into new-official-integrations-kwdb
2025-05-21 11:07:36 +08:00
Austin Wilkins
7e1b629111
feat: add conductor mcp server
2025-05-20 10:22:41 -06:00
milisp
524f429d32
Merge branch 'main' into add-mcp-linker
2025-05-20 10:48:47 +08:00
Mahesh Murag
ce9228c867
Merge pull request #1843 from raggar/add-cartesia-mcp
...
add cartesia mcp server
2025-05-19 22:12:04 -04:00
Rahul Aggarwal
592c82a063
add cartesia mcp server
2025-05-19 17:21:17 -07:00
김정석
d5a9ddedf0
Merge branch 'main' into stdict
2025-05-20 08:34:18 +09:00
Really Him
5e5819af62
Merge branch 'main' into hesreallyhim/git-small-fixes-with-typing-and-strings
2025-05-19 16:03:26 -04:00
Sunil Pandey
e2204bd813
Update README.md
...
Co-authored-by: Ola Hungerford <olahungerford@gmail.com >
2025-05-19 23:55:28 +05:30
Ola Hungerford
8b832005ac
Merge pull request #1234 from root-signals/add-official-rootsignals-llmops-mcp
...
[Docs] Add link to official Root Signals MCP github to Readme
2025-05-19 08:41:58 -07:00
Ola Hungerford
3d2881931f
Merge pull request #1419 from tomhoule/tomhoule-kksmylktwnzl
...
Add the official Grafbase MCP server
2025-05-19 08:40:51 -07:00
Ola Hungerford
707093e1b0
Merge pull request #1071 from junmer/main
...
docs: add lottiefiles
2025-05-19 08:39:50 -07:00
Ola Hungerford
3ce85926a2
Merge pull request #1701 from pubmodmatt/main
...
Add Apollo's official GraphQL MCP server
2025-05-19 08:37:44 -07:00
Paul-Louis NECH
d514a5eac5
Merge branch 'main' into patch-add-algolia
2025-05-19 16:52:20 +02:00
Tensor Templar
2d240ecc72
Merge branch 'main' into add-official-rootsignals-llmops-mcp
2025-05-19 16:24:01 +03:00
Tensor Templar
8da07afd9f
Update README.md
...
Co-authored-by: Ola Hungerford <olahungerford@gmail.com >
2025-05-19 16:23:05 +03:00
Tom Houlé
ac863f627a
Add Grafbase MCP
2025-05-19 15:19:44 +02:00
Sunil Pandey
c019ad517b
Remove DevRev from community servers
2025-05-19 18:35:51 +05:30
Sunil Pandey
3ad526ec50
Merge branch 'main' into main
2025-05-19 18:33:45 +05:30
Rajesh Vijay
c8baa2077e
Merge remote-tracking branch 'upstream/main' into raj/ouraring
2025-05-19 05:57:26 -07:00
Ola Hungerford
dc7e4286d6
Merge pull request #1255 from mikhailshilkov/patch-1
...
Add Pulumi to Official Integrations README.md
2025-05-19 05:12:00 -07:00
Taylor Wilsdon
184c6f2ad6
Merge branch 'main' into patch-1
2025-05-19 08:07:03 -04:00
milisp
3948fa99d8
Add MCP Linker to Resources section
2025-05-19 07:50:52 -04:00
Mikhail Shilkov
c36300e380
Merge branch 'main' into patch-1
2025-05-19 12:06:20 +02:00