mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-08-30 12:45:32 +08:00
feat(mcp): McpService 密钥认证与动态工具集(白名单∩创建者实时权限)
This commit is contained in:
13
app/common/service/McpService.php
Normal file
13
app/common/service/McpService.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
namespace app\common\service;
|
||||
|
||||
use base\common\service\McpServiceBase;
|
||||
|
||||
/**
|
||||
* MCP 密钥认证与工具集服务
|
||||
* Class McpService.
|
||||
*/
|
||||
class McpService extends McpServiceBase
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user