Improve code quality

Fix lint warnings
This commit is contained in:
Przemek Więch
2026-05-10 21:56:51 +02:00
parent ea82bc4c98
commit 8202c9cd05
29 changed files with 315 additions and 221 deletions

4
tests/global.d.ts vendored
View File

@@ -1,8 +1,8 @@
import {ModelContext} from '../src/webmcp_types';
import {ModelContext, ToolDefinition} from '../src/webmcp_types';
declare global {
interface Window {
__registeredTools?: any[];
__registeredTools?: ToolDefinition[];
}
interface Navigator {