みのるん
95df2efa0c
Merge branch 'main' into patch-1
2025-05-07 00:15:18 +09:00
Cliff Hall
2645e03e5f
Merge pull request #1673 from cliffhall/choose-server-at-startup-from-npx
...
Choose the server-everything transport on the command line
2025-05-06 11:10:58 -04:00
みのるん
96352032fc
Fixed README: Added NPX config for Claude Desktop
2025-05-07 00:10:50 +09:00
Ola Hungerford
1cdbeb3d97
Merge pull request #1677 from cliffhall/main
...
Update `server-everything` to use the latest version of the SDK
2025-05-06 07:49:30 -07:00
cliffhall
e30f30868f
Update server-everything to use the latest version of the SDK
...
* In sse.ts & streamableHttp.ts
- change console.log to console.error
2025-05-06 10:27:49 -04:00
cliffhall
69549cc844
Update server-everything to use the latest version of the SDK
...
* In stdio.ts
- change console.log to console.error
2025-05-06 10:26:47 -04:00
Pablo Camprubi
ecb96d18f4
Add Salesforce MCP Server
2025-05-06 14:34:20 +02:00
Jun
51593d9a9a
add optional encoded param to puppeteer_screenshot for base64 output
2025-05-06 02:46:41 -05:00
Jun Kim
249024599f
Merge branch 'main' into jun/puppeteer
2025-05-06 02:21:45 -05:00
Xudong Guo
adc350370e
Merge branch 'main' into new-official-integrations-kwdb
2025-05-06 08:45:12 +08:00
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
Juan Antonio Osorio
c7c46cc362
Fix duplicated entries in README.md
2025-05-05 13:55:08 +03:00
Juan Antonio Osorio
7add2cbc4f
Merge main branch and resolve conflicts
2025-05-05 13:53:01 +03:00
shaun smith
b2641790c6
Merge pull request #1647 from rohans2/patch-1
...
Add reference to Google Sheets MCP Server
2025-05-05 11:00:27 +01:00
Rohan Sharma
db37f47cc8
Merge branch 'main' into patch-1
2025-05-03 15:36:20 -04:00
shaun smith
93a9e036bf
Merge pull request #1622 from krisdyna/main
...
Add official Dynatrace MCP server
2025-05-03 16:33:40 +01:00
김정석
5e2c343b9c
Merge branch 'main' into stdict
2025-05-03 21:58:21 +09:00
Ali Hashemi
c6def84b27
Merge branch 'main' into add-rust-mcp-filesystem
2025-05-03 09:11:48 -03:00
samuelhsin
a5216ff012
Merge branch 'main' into main
2025-05-03 15:57:17 +08:00
Bob Remeika
0b99e08bce
Merge branch 'main' into main
2025-05-02 22:54:29 -07:00
shaun smith
12f0df0ac5
Merge pull request #1651 from fmenezes/fmenezes/add_mongodb
...
Add MongoDB official mcp server
2025-05-02 19:16:50 +01:00
shaun smith
e730686c63
Merge pull request #1652 from TocharianOU/add-kibana-mcp-server
...
Add Kibana MCP Server to community servers list
2025-05-02 15:28:27 +01:00
TocharinOU
85403171e2
Add Kibana MCP Server to community servers list
2025-05-02 21:52:32 +08:00
Filipe C Menezes
70cdf59a61
fix
2025-05-02 14:20:47 +01:00
Filipe C Menezes
0e5eab40f6
Add MongoDB official mcp server
2025-05-02 14:10:37 +01:00
Bob Remeika
dc58710119
Merge branch 'main' into main
2025-05-01 19:44:52 -07:00
Rohan Sharma
afdf0bd26f
Add Google Sheets MCP Server
...
This google sheets MCP Server is written in TypeScript.
2025-05-01 21:15:11 -04:00
Josh Warwick
5138880d79
Update README.md
2025-05-01 18:34:10 +01:00
Tadas Antanavicius
1b2f426677
Merge pull request #1628 from Taidgh-Robinson/nba-mcp-server
...
Added nba-mcp-server to Community Servers list
2025-05-01 09:05:07 -07:00
Tadas Antanavicius
20552fe5f9
Merge pull request #1641 from opslevel-ops/patch-1
...
Add Official MCP for OpsLevel
2025-05-01 09:04:46 -07:00
Cliff Hall
194767fcc9
Merge pull request #1174 from lipandongDr/update_readme
...
Add Alibaba Cloud AnalyticDB for MySQL MCP Server to README
2025-05-01 11:29:54 -04:00
opslevel-ops
ea35180003
Add Official MCP for OpsLevel
2025-05-01 08:00:20 -05:00
samuelhsin
1819f543c3
Merge branch 'main' into main
2025-05-01 15:29:50 +08:00
lipandongDr
36322c58d5
Merge branch 'main' into update_readme
2025-05-01 10:59:44 +08:00
Tong Shen
2ef30133d6
Merge branch 'main' into patch-1
2025-05-01 03:52:16 +08:00
Taidgh Robinson
f99ed04680
Merge branch 'main' into nba-mcp-server
2025-04-30 13:23:43 -04:00
Tadas Antanavicius
e6b062f686
Merge pull request #1605 from stefanoamorelli/feat/hyprmcp
...
Add Hyprland MCP server
2025-04-30 07:10:58 -07:00
Taidgh Robinson
042482110d
Added nba-mcp-server to Community Servers list
2025-04-29 17:33:48 -07:00
samuelhsin
02ba70681d
Update README.md
2025-04-29 23:40:21 +08:00
samuelhsin
e44604fd78
Merge branch 'main' into main
2025-04-29 23:36:22 +08:00
Shaofeng Shi
f5f0c65677
minor, update the code repo name
2025-04-29 19:27:56 +08:00
Shaofeng Shi
15e1b79b0d
Add Apache Gravitino
2025-04-29 19:27:56 +08:00
Kris Muhi
21c7a0673c
Update README.md
2025-04-29 11:29:45 +02:00
Kris Muhi
1037620edb
Update README.md
2025-04-29 11:28:33 +02:00
lipandongDr
247f20a669
Merge branch 'main' into update_readme
2025-04-29 11:19:52 +08:00
Tong Shen
08f5385b94
Merge branch 'main' into patch-1
2025-04-28 17:12:40 +08:00
Xudong Guo
3ed163c261
Merge branch 'main' into new-official-integrations-kwdb
2025-04-28 13:36:59 +08:00