feat(mcp): McpService 密钥认证与动态工具集(白名单∩创建者实时权限)

This commit is contained in:
augushong
2026-08-16 21:40:55 +08:00
parent 744a0819f2
commit 1ab276b1e9
3 changed files with 700 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
<?php
namespace app\common\service;
use base\common\service\McpServiceBase;
/**
* MCP 密钥认证与工具集服务
* Class McpService.
*/
class McpService extends McpServiceBase
{
}