We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b118bb0 commit a46c9cdCopy full SHA for a46c9cd
.github/workflows/phpstan.yml
config/mcp-server.php
@@ -7,8 +7,7 @@
7
/*
8
|--------------------------------------------------------------------------
9
| MCP Server
10
- | mcp path를 지정합니다.
11
- | https://modelcontextprotocol.io/specification/2024-11-05
+ | Specify the MCP path.
12
13
*/
14
'default_path' => 'mcp',
@@ -34,7 +33,7 @@
34
33
| Each adapter has its own configuration options.
35
|
36
37
- 'see_adapter' => 'redis',
+ 'sse_adapter' => 'redis',
38
'adapters' => [
39
'redis' => [
40
'prefix' => 'mcp_sse_',
0 commit comments