Files
ulthon_admin/app/mcp/controller/Index.php

15 lines
227 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
declare(strict_types=1);
namespace app\mcp\controller;
use base\mcp\controller\IndexBase;
/**
* MCP 协议端点(/mcp无中间件免 Session/CSRF先例 app/tools/.
*/
class Index extends IndexBase
{
}