mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-08-30 12:45:32 +08:00
feat(mcp): mcp 独立应用与 /mcp Streamable HTTP 端点(官方 SDK + PSR-7 桥接)
This commit is contained in:
14
app/mcp/controller/Index.php
Normal file
14
app/mcp/controller/Index.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace app\mcp\controller;
|
||||
|
||||
use base\mcp\controller\IndexBase;
|
||||
|
||||
/**
|
||||
* MCP 协议端点(/mcp,无中间件:免 Session/CSRF,先例 app/tools/).
|
||||
*/
|
||||
class Index extends IndexBase
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user