/
githubmirror
/
angular
Обзор
Документация
Войти
/
githubmirror
/
angular
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
packages/core/src/webmcp/index.ts
15 строк
462 B
Douglas Parker
refactor(core): add "experimental" to WebMCP API names.
11 май 2026, 22:43
11 май 2026, 22:43
38e26f0
Код
Авторство
О чём код?
/** * @license * Copyright Google LLC All Rights Reserved. * * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://angular.dev/license */ export {declareExperimentalWebMcpTool} from './declare_tool'; export {provideExperimentalWebMcpTools} from './provide_tools'; export type { Execute as WebMcpToolExecute, Client as WebMcpClient, ToolDescriptor as WebMcpToolDescriptor, } from './types';