mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-09-05 15:25:31 +08:00
feat(mcp): mcp 独立应用与 /mcp Streamable HTTP 端点(官方 SDK + PSR-7 桥接)
This commit is contained in:
14
app/mcp/service/McpDispatch.php
Normal file
14
app/mcp/service/McpDispatch.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace app\mcp\service;
|
||||
|
||||
use base\mcp\service\McpDispatchBase;
|
||||
|
||||
/**
|
||||
* MCP 工具分发器.
|
||||
*/
|
||||
class McpDispatch extends McpDispatchBase
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user