修改后台权限
This commit is contained in:
38
node_modules/shadcn/dist/mcp/index.d.ts
generated
vendored
Normal file
38
node_modules/shadcn/dist/mcp/index.d.ts
generated
vendored
Normal file
@@ -0,0 +1,38 @@
|
||||
import { Server } from '@modelcontextprotocol/sdk/server/index.js';
|
||||
|
||||
declare const server: Server<{
|
||||
method: string;
|
||||
params?: {
|
||||
[x: string]: unknown;
|
||||
_meta?: {
|
||||
[x: string]: unknown;
|
||||
progressToken?: string | number | undefined;
|
||||
"io.modelcontextprotocol/related-task"?: {
|
||||
taskId: string;
|
||||
} | undefined;
|
||||
} | undefined;
|
||||
} | undefined;
|
||||
}, {
|
||||
method: string;
|
||||
params?: {
|
||||
[x: string]: unknown;
|
||||
_meta?: {
|
||||
[x: string]: unknown;
|
||||
progressToken?: string | number | undefined;
|
||||
"io.modelcontextprotocol/related-task"?: {
|
||||
taskId: string;
|
||||
} | undefined;
|
||||
} | undefined;
|
||||
} | undefined;
|
||||
}, {
|
||||
[x: string]: unknown;
|
||||
_meta?: {
|
||||
[x: string]: unknown;
|
||||
progressToken?: string | number | undefined;
|
||||
"io.modelcontextprotocol/related-task"?: {
|
||||
taskId: string;
|
||||
} | undefined;
|
||||
} | undefined;
|
||||
}>;
|
||||
|
||||
export { server };
|
||||
Reference in New Issue
Block a user