Skip to content

Commit a46c9cd

Browse files
committed
wip
1 parent b118bb0 commit a46c9cd

File tree

2 files changed

+2
-31
lines changed

2 files changed

+2
-31
lines changed

.github/workflows/phpstan.yml

Lines changed: 0 additions & 28 deletions
This file was deleted.

config/mcp-server.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
77
/*
88
|--------------------------------------------------------------------------
99
| MCP Server
10-
| mcp path를 지정합니다.
11-
| https://modelcontextprotocol.io/specification/2024-11-05
10+
| Specify the MCP path.
1211
|--------------------------------------------------------------------------
1312
*/
1413
'default_path' => 'mcp',
@@ -34,7 +33,7 @@
3433
| Each adapter has its own configuration options.
3534
|
3635
*/
37-
'see_adapter' => 'redis',
36+
'sse_adapter' => 'redis',
3837
'adapters' => [
3938
'redis' => [
4039
'prefix' => 'mcp_sse_',

0 commit comments

Comments
 (0)