mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-08-30 12:45:32 +08:00
14 lines
190 B
PHP
14 lines
190 B
PHP
<?php
|
|
|
|
namespace app\common\service;
|
|
|
|
use base\common\service\McpServiceBase;
|
|
|
|
/**
|
|
* MCP 密钥认证与工具集服务
|
|
* Class McpService.
|
|
*/
|
|
class McpService extends McpServiceBase
|
|
{
|
|
}
|