Skip to content

Commit 84da6be

Browse files
authored
add mcp ui to embed browser in compatible clients (#108)
* add mcp ui * don't return url on navigate * cleanup * fmt * lint * ok
1 parent ed0d98e commit 84da6be

File tree

9 files changed

+1416
-10993
lines changed

9 files changed

+1416
-10993
lines changed

eslint.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ export default defineConfig([
2525
},
2626
},
2727
{
28-
ignores: ["dist/**/*", "node_modules/**/*"],
28+
ignores: ["dist/**/*", "node_modules/**/*", ".smithery/**/*"],
2929
},
3030
]);

0 commit comments

Comments
 (0)